Modifier and Type | Class and Description |
---|---|
class |
AbstractEndpoint
The common parent implementation for all
Endpoint s. |
Modifier and Type | Class and Description |
---|---|
class |
ConfigEndpoint |
Modifier and Type | Class and Description |
---|---|
class |
DCPEndpoint
This endpoint defines the pipeline for DCP requests and responses.
|
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 |
ViewEndpoint
This endpoint defines the pipeline for binary requests and responses.
|
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 | 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 |
ConfigService |
class |
DCPService |
class |
EndpointStateZipper
Calculates a merged state for all registered endpoints.
|
class |
KeyValueService |
class |
QueryService
The
QueryService is composed of and manages QueryEndpoint s. |
class |
ViewService
The
ViewService is composed of and manages ViewEndpoint s. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractStateZipper<T,S extends Enum>
The default implementation of a
StateZipper . |
Copyright © 2015 Couchbase, Inc.. All rights reserved.