Modifier and Type | Interface and Description |
---|---|
interface |
Endpoint
Represents a stateful
Endpoint which abstracts the underlying channel. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEndpoint
The common parent implementation for all
Endpoint s. |
Modifier and Type | Class and Description |
---|---|
class |
AnalyticsEndpoint
This endpoint defines the pipeline for analytics requests and responses.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigEndpoint |
Modifier and Type | Class and Description |
---|---|
class |
DCPEndpoint
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyValueEndpoint
This endpoint defines the pipeline for binary requests and responses.
|
Modifier and Type | Class and Description |
---|---|
class |
QueryEndpoint
This endpoint defines the pipeline for query requests and responses (N1QL).
|
Modifier and Type | Class and Description |
---|---|
class |
SearchEndpoint
This endpoint defines the pipeline for search requests and responses (CBFT).
|
Modifier and Type | Class and Description |
---|---|
class |
ViewEndpoint
This endpoint defines the pipeline for binary requests and responses.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Node
Represents a Couchbase Node.
|
Modifier and Type | Class and Description |
---|---|
class |
CouchbaseNode
The general implementation of a
Node . |
class |
ServiceStateZipper
Calculates a merged state for all registered services.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Service
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDynamicService
Parent implementation of a dynamic
Service . |
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
The
AnalyticsService is composed of and manages AnalyticsEndpoint s. |
class |
ConfigService |
class |
DCPService
Deprecated.
|
class |
EndpointStateZipper
Calculates a merged state for all registered endpoints.
|
class |
KeyValueService |
class |
OldAnalyticsService
The
Service is composed of and manages AnalyticsEndpoint s. |
class |
OldKeyValueService |
class |
OldQueryService
The
QueryService is composed of and manages QueryEndpoint s. |
class |
OldSearchService |
class |
OldViewService
The
ViewService is composed of and manages ViewEndpoint s. |
class |
PooledService
A generic implementation of a service pool.
|
class |
QueryService
The
QueryService is composed of and manages QueryEndpoint s. |
class |
SearchService |
class |
ViewService
The
ViewService is composed of and manages ViewEndpoint s. |
Modifier and Type | Interface and Description |
---|---|
interface |
StateZipper<T,S extends Enum>
Describes a generic
StateZipper . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractStateMachine<S extends Enum>
Abstract
Stateful implementation which acts like a simple state machine. |
class |
AbstractStateZipper<T,S extends Enum>
The default implementation of a
StateZipper . |
Modifier and Type | Method and Description |
---|---|
void |
StateZipper.register(T identifier,
Stateful<S> stateful)
Register the given stream to be zipped into the state computation.
|
void |
AbstractStateZipper.register(T identifier,
Stateful<S> upstream) |
Copyright © 2017 Couchbase, Inc.. All rights reserved.