Modifier and Type | Class and Description |
---|---|
class |
InterfaceAudience
Defines the intended audience for each entity.
|
class |
InterfaceStability
Defines the stability annotations for each public or private class.
|
Modifier and Type | Class and Description |
---|---|
class |
BucketStreamAggregator
Provides a higher level abstraction over a DCP stream.
|
class |
BucketStreamAggregatorState
State of the stream aggregator.
|
class |
BucketStreamState |
class |
BucketStreamStateUpdatedEvent
This event generated when
BucketStreamAggregatorState is being updated. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDCPRequest
Default implementation of
DCPRequest . |
class |
AbstractDCPResponse
Default implementation of
DCPResponse . |
class |
ConnectionType
Type of DCP connection.
|
interface |
DCPRequest
Common interface for all DCP requests.
|
interface |
DCPResponse
Common interface for all DCP responses.
|
class |
FailoverLogEntry
Failover log entry.
|
class |
MutationMessage
A message representing event that creates or updates a document.
|
class |
OpenConnectionRequest
Initiate logical DCP channel.
|
class |
OpenConnectionResponse |
class |
RemoveMessage
A message representing event that removes or expires a document.
|
class |
SnapshotMarkerMessage
Snapshot marker.
|
class |
StreamRequestRequest
Stream request.
|
class |
StreamRequestResponse |
Modifier and Type | Class and Description |
---|---|
class |
GetAllMutationTokensRequest
Get the current high sequence numbers one could initialize streams for all partitions that are located on the server, or use in
ObserveViaMutationToken . |
class |
GetAllMutationTokensResponse
Represents response to
GetAllMutationTokensRequest . |
Modifier and Type | Interface and Description |
---|---|
interface |
BinarySubdocMultiLookupRequest
A
BinarySubdocRequest that describes multiple lookup operations on a single document. |
interface |
BinarySubdocMultiMutationRequest
A
BinarySubdocRequest that describes multiple mutations on a single document. |
interface |
BinarySubdocMutationRequest
A
BinarySubdocRequest that describes a mutation operation. |
interface |
BinarySubdocRequest
A type of
BinaryRequest that deals with getting or mutating parts of a JSON document, aka a Sub-Document. |
Modifier and Type | Class and Description |
---|---|
class |
Lookup
Enumeration of possible mutations inside a sub-document
LookupCommand . |
class |
LookupCommand
A single lookup description inside a TODO.
|
class |
MultiLookupResponse
The response for a
BinarySubdocMultiLookupRequest . |
class |
MultiMutationResponse
The response for a
BinarySubdocMultiMutationRequest . |
class |
MultiResult<OPERATION>
The result corresponding to an individual
LookupCommand or MutationCommand . |
class |
Mutation
Enumeration of possible mutations inside a sub-document
MutationCommand . |
class |
MutationCommand
A single mutation description inside a
BinarySubdocMultiMutationRequest . |
class |
SubMultiLookupRequest
Concrete implementation of a
BinarySubdocMultiLookupRequest . |
class |
SubMultiMutationRequest
Concrete implementation of a
BinarySubdocMultiMutationRequest . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSubdocMutationRequest
Base class for all
BinarySubdocMutationRequest . |
class |
AbstractSubdocRequest
Base class for all
BinarySubdocRequest . |
class |
SimpleSubdocResponse
A general-purpose response suitable for most “simple” sub-document operations (
BinarySubdocRequest and BinarySubdocMutationRequest ), as opposed to “multi-specification” sub-document operations. |
class |
SubArrayRequest
A request covering all sub-document array operations (see
SubArrayRequest.ArrayOperation ). |
class |
SubCounterRequest
A sub-document counter operation.
|
class |
SubDeleteRequest
A sub-document delete operation.
|
class |
SubDictAddRequest
A sub-document dictionary add operation.
|
class |
SubDictUpsertRequest
A sub-document dictionnary upsert operation.
|
class |
SubExistRequest
A sub-document exist operation.
|
class |
SubGetRequest
A sub-document get operation.
|
class |
SubReplaceRequest
A sub-document replace operation.
|
Copyright © 2016 Couchbase, Inc.. All rights reserved.