Package | Description |
---|---|
com.couchbase.client.core |
Couchbase Core IO - Domain Model and Architecture
=================================================
This documentation describes the domain model of the core package, covers important architecture and design
decisions and provides a solid introduction on the inner workings.
|
com.couchbase.client.core.endpoint | |
com.couchbase.client.core.endpoint.analytics | |
com.couchbase.client.core.endpoint.config | |
com.couchbase.client.core.endpoint.kv | |
com.couchbase.client.core.endpoint.query | |
com.couchbase.client.core.endpoint.search | |
com.couchbase.client.core.endpoint.view | |
com.couchbase.client.core.node | |
com.couchbase.client.core.service |
Modifier and Type | Method and Description |
---|---|
CoreContext |
ClusterFacade.ctx()
Exposes the currently used environment.
|
CoreContext |
CouchbaseCore.ctx() |
Constructor and Description |
---|
RequestHandler(CoreContext ctx,
rx.Observable<ClusterConfig> configObservable)
Create a new
RequestHandler . |
Modifier and Type | Method and Description |
---|---|
CoreContext |
AbstractEndpoint.context()
The
CoreContext reference. |
Constructor and Description |
---|
AbstractEndpoint(String bucket,
String username,
String password,
BootstrapAdapter adapter,
boolean isTransient,
CoreContext ctx,
boolean pipeline)
Constructor to which allows to pass in an artificial bootstrap adapter.
|
AbstractEndpoint(String hostname,
String bucket,
String username,
String password,
int port,
CoreContext ctx,
boolean isTransient,
EventLoopGroup ioPool,
boolean pipeline)
Create a new
AbstractEndpoint . |
Constructor and Description |
---|
AnalyticsEndpoint(String hostname,
String bucket,
String password,
int port,
CoreContext ctx) |
AnalyticsEndpoint(String hostname,
String bucket,
String username,
String password,
int port,
CoreContext ctx) |
Constructor and Description |
---|
ConfigEndpoint(String hostname,
String bucket,
String password,
int port,
CoreContext ctx)
Deprecated.
|
ConfigEndpoint(String hostname,
String bucket,
String username,
String password,
int port,
CoreContext ctx) |
Constructor and Description |
---|
KeyValueEndpoint(String hostname,
String bucket,
String password,
int port,
CoreContext ctx)
Deprecated.
|
KeyValueEndpoint(String hostname,
String bucket,
String username,
String password,
int port,
CoreContext ctx)
Create a new
KeyValueEndpoint . |
KeyValueFeatureHandler(CoreContext ctx) |
Constructor and Description |
---|
QueryEndpoint(String hostname,
String bucket,
String password,
int port,
CoreContext ctx)
Deprecated.
|
QueryEndpoint(String hostname,
String bucket,
String username,
String password,
int port,
CoreContext ctx) |
Constructor and Description |
---|
SearchEndpoint(String hostname,
String bucket,
String password,
int port,
CoreContext ctx)
Deprecated.
|
SearchEndpoint(String hostname,
String bucket,
String username,
String password,
int port,
CoreContext ctx) |
Constructor and Description |
---|
ViewEndpoint(String hostname,
String bucket,
String password,
int port,
CoreContext ctx)
Deprecated.
|
ViewEndpoint(String hostname,
String bucket,
String username,
String password,
int port,
CoreContext ctx) |
Constructor and Description |
---|
CouchbaseNode(String hostname,
CoreContext ctx) |
CouchbaseNode(String hostname,
CoreContext ctx,
String alternate) |
Modifier and Type | Method and Description |
---|---|
Endpoint |
Service.EndpointFactory.create(String hostname,
String bucket,
String username,
String password,
int port,
CoreContext ctx)
Create a new
Endpoint . |
Service |
ServiceFactory.create(String hostname,
String bucket,
String username,
String password,
int port,
CoreContext ctx,
ServiceType type) |
Constructor and Description |
---|
AbstractDynamicService(String hostname,
String bucket,
String username,
String password,
int port,
CoreContext ctx,
int minEndpoints,
Service.EndpointFactory endpointFactory) |
AbstractLazyService(String hostname,
String bucket,
String username,
String password,
int port,
CoreContext ctx,
Service.EndpointFactory endpointFactory) |
AbstractOnDemandService(String hostname,
String bucket,
String username,
String password,
int port,
CoreContext ctx,
Service.EndpointFactory endpointFactory) |
AbstractPoolingService(String hostname,
String bucket,
String username,
String password,
int port,
CoreContext ctx,
int minEndpoints,
int maxEndpoints,
SelectionStrategy strategy,
Service.EndpointFactory endpointFactory) |
AnalyticsService(String hostname,
String bucket,
String password,
int port,
CoreContext ctx)
Deprecated.
|
AnalyticsService(String hostname,
String bucket,
String username,
String password,
int port,
CoreContext ctx)
Creates a new
AnalyticsService . |
ConfigService(String hostname,
String bucket,
String password,
int port,
CoreContext ctx)
Deprecated.
|
ConfigService(String hostname,
String bucket,
String username,
String password,
int port,
CoreContext ctx) |
KeyValueService(String hostname,
String bucket,
String password,
int port,
CoreContext ctx)
Deprecated.
|
KeyValueService(String hostname,
String bucket,
String username,
String password,
int port,
CoreContext ctx)
Creates a new
KeyValueService . |
OldAnalyticsService(String hostname,
String bucket,
String password,
int port,
CoreContext ctx)
Deprecated.
|
OldAnalyticsService(String hostname,
String bucket,
String username,
String password,
int port,
CoreContext ctx)
Creates a new
OldAnalyticsService . |
OldKeyValueService(String hostname,
String bucket,
String password,
int port,
CoreContext ctx)
Deprecated.
|
OldKeyValueService(String hostname,
String bucket,
String username,
String password,
int port,
CoreContext ctx)
Creates a new
KeyValueService . |
OldQueryService(String hostname,
String bucket,
String password,
int port,
CoreContext ctx)
Deprecated.
|
OldQueryService(String hostname,
String bucket,
String username,
String password,
int port,
CoreContext ctx)
Creates a new
QueryService . |
OldSearchService(String hostname,
String bucket,
String password,
int port,
CoreContext ctx)
Deprecated.
|
OldSearchService(String hostname,
String bucket,
String username,
String password,
int port,
CoreContext ctx)
Creates a new
ViewService . |
OldViewService(String hostname,
String bucket,
String password,
int port,
CoreContext ctx)
Deprecated.
|
OldViewService(String hostname,
String bucket,
String username,
String password,
int port,
CoreContext ctx)
Creates a new
ViewService . |
QueryService(String hostname,
String bucket,
String password,
int port,
CoreContext ctx)
Deprecated.
|
QueryService(String hostname,
String bucket,
String username,
String password,
int port,
CoreContext ctx)
Creates a new
QueryService . |
SearchService(String hostname,
String bucket,
String password,
int port,
CoreContext ctx)
Deprecated.
|
SearchService(String hostname,
String bucket,
String username,
String password,
int port,
CoreContext ctx)
Creates a new
SearchService . |
ViewService(String hostname,
String bucket,
String password,
int port,
CoreContext ctx)
Deprecated.
|
ViewService(String hostname,
String bucket,
String username,
String password,
int port,
CoreContext ctx)
Creates a new
ViewService . |
Copyright © 2021 Couchbase, Inc.. All rights reserved.