| AppendRequest |
|
| AppendResponse |
|
| BaseKeyValueRequest<R extends Response> |
The BaseKeyValueRequest should be subclassed by all KeyValue requests since it
provides common ground for all of them (i.e.
|
| CarrierBucketConfigRequest |
|
| CarrierBucketConfigResponse |
|
| CarrierGlobalConfigRequest |
A request to fetch a global configuration.
|
| CarrierGlobalConfigResponse |
|
| DecrementRequest |
|
| DecrementResponse |
|
| GetAndLockRequest |
Represents a KV GetAndTouch operation.
|
| GetAndLockResponse |
|
| GetAndTouchRequest |
Represents a KV GetAndTouch operation.
|
| GetAndTouchResponse |
|
| GetCollectionIdRequest |
|
| GetCollectionIdResponse |
|
| GetCollectionManifestRequest |
|
| GetCollectionManifestResponse |
|
| GetMetaRequest |
Represents a kv get meta operation.
|
| GetMetaResponse |
|
| GetRequest |
Represents a KV Get (full document) operation.
|
| GetResponse |
|
| IncrementRequest |
|
| IncrementResponse |
|
| InsertRequest |
Uses the KV "add" command to insert documents if they do not already exist.
|
| InsertResponse |
|
| KeyValueBaseResponse |
The parent class for all KV responses passing through the SDK that potentially contain flexible extras.
|
| KvPingRequest |
|
| KvPingResponse |
|
| MultiObserveViaCasRequest |
Special observe request implementation to handle more than one key at the same time.
|
| MultiObserveViaCasResponse |
|
| MutationToken |
Value object to contain partition details and sequence number.
|
| MutationTokenAggregator |
Helper class that language-specific clients may use to implement MutationState.
|
| NoopRequest |
Represents a NOOP KV Request, doing nothing.
|
| NoopResponse |
|
| ObserveViaCasRequest |
|
| ObserveViaCasResponse |
|
| ObserveViaSeqnoRequest |
|
| ObserveViaSeqnoResponse |
|
| PrependRequest |
|
| PrependResponse |
|
| RemoveRequest |
Represents a KV delete operation.
|
| RemoveResponse |
|
| ReplaceRequest |
Uses the KV replace command to replace a document if it exists.
|
| ReplaceResponse |
|
| ReplicaGetRequest |
|
| ResponseStatusDetails |
Container for extended response status information.
|
| SubdocGetRequest |
|
| SubdocGetRequest.Command |
|
| SubdocGetResponse |
|
| SubdocMutateRequest |
|
| SubdocMutateRequest.Command |
|
| SubdocMutateResponse |
|
| SubDocumentField |
|
| TouchRequest |
|
| TouchResponse |
|
| UnlockRequest |
|
| UnlockResponse |
|
| UpsertRequest |
Uses the KV "set" command to unconditionally replace or insert documents regardless if they
exist or not.
|
| UpsertResponse |
|