Uses of Class
com.couchbase.client.core.state.AbstractStateMachine
-
Uses of AbstractStateMachine in com.couchbase.client.core.endpoint
Subclasses of AbstractStateMachine in com.couchbase.client.core.endpoint Modifier and Type Class Description class
AbstractEndpoint
The common parent implementation for allEndpoint
s. -
Uses of AbstractStateMachine in com.couchbase.client.core.endpoint.analytics
Subclasses of AbstractStateMachine in com.couchbase.client.core.endpoint.analytics Modifier and Type Class Description class
AnalyticsEndpoint
This endpoint defines the pipeline for analytics requests and responses. -
Uses of AbstractStateMachine in com.couchbase.client.core.endpoint.config
Subclasses of AbstractStateMachine in com.couchbase.client.core.endpoint.config Modifier and Type Class Description class
ConfigEndpoint
-
Uses of AbstractStateMachine in com.couchbase.client.core.endpoint.kv
Subclasses of AbstractStateMachine in com.couchbase.client.core.endpoint.kv Modifier and Type Class Description class
KeyValueEndpoint
This endpoint defines the pipeline for binary requests and responses. -
Uses of AbstractStateMachine in com.couchbase.client.core.endpoint.query
Subclasses of AbstractStateMachine in com.couchbase.client.core.endpoint.query Modifier and Type Class Description class
QueryEndpoint
This endpoint defines the pipeline for query requests and responses (N1QL). -
Uses of AbstractStateMachine in com.couchbase.client.core.endpoint.search
Subclasses of AbstractStateMachine in com.couchbase.client.core.endpoint.search Modifier and Type Class Description class
SearchEndpoint
This endpoint defines the pipeline for search requests and responses (CBFT). -
Uses of AbstractStateMachine in com.couchbase.client.core.endpoint.view
Subclasses of AbstractStateMachine in com.couchbase.client.core.endpoint.view Modifier and Type Class Description class
ViewEndpoint
This endpoint defines the pipeline for binary requests and responses. -
Uses of AbstractStateMachine in com.couchbase.client.core.node
Subclasses of AbstractStateMachine in com.couchbase.client.core.node Modifier and Type Class Description class
CouchbaseNode
The general implementation of aNode
.class
ServiceStateZipper
Calculates a merged state for all registered services. -
Uses of AbstractStateMachine in com.couchbase.client.core.service
Subclasses of AbstractStateMachine in com.couchbase.client.core.service Modifier and Type Class Description class
AbstractDynamicService
Parent implementation of a dynamicService
.class
AbstractLazyService
This service lazily creates an Endpoint if needed and reuses it.class
AbstractOnDemandService
Abstract implementation of a service which enables and disables endpoints on demand.class
AbstractPoolingService
Abstract implementation of a (fixed size) pooling Service.class
AnalyticsService
TheAnalyticsService
is composed of and managesAnalyticsEndpoint
s.class
ConfigService
class
EndpointStateZipper
Calculates a merged state for all registered endpoints.class
KeyValueService
class
OldAnalyticsService
TheService
is composed of and managesAnalyticsEndpoint
s.class
OldKeyValueService
class
OldQueryService
TheQueryService
is composed of and managesQueryEndpoint
s.class
OldSearchService
class
OldViewService
TheViewService
is composed of and managesViewEndpoint
s.class
PooledService
A generic implementation of a service pool.class
QueryService
TheQueryService
is composed of and managesQueryEndpoint
s.class
SearchService
class
ViewService
TheViewService
is composed of and managesViewEndpoint
s. -
Uses of AbstractStateMachine in com.couchbase.client.core.state
Subclasses of AbstractStateMachine in com.couchbase.client.core.state Modifier and Type Class Description class
AbstractStateZipper<T,S extends Enum>
The default implementation of aStateZipper
.