| Modifier and Type | Class and Description |
|---|---|
class |
CoreHttpRequest |
| Modifier and Type | Class and Description |
|---|---|
class |
AnalyticsRequest |
| Modifier and Type | Class and Description |
|---|---|
class |
AppendRequest |
class |
BaseKeyValueRequest<R extends Response>
The
BaseKeyValueRequest should be subclassed by all KeyValue requests since it
provides common ground for all of them (i.e. |
class |
CarrierBucketConfigRequest |
class |
CarrierGlobalConfigRequest
A request to fetch a global configuration.
|
class |
DecrementRequest |
class |
GetAndLockRequest
Represents a KV GetAndTouch operation.
|
class |
GetAndTouchRequest
Represents a KV GetAndTouch operation.
|
class |
GetCollectionIdRequest
Fetches the collection ID from the cluster based on a
CollectionIdentifier. |
class |
GetCollectionManifestRequest |
class |
GetMetaRequest
Represents a kv get meta operation.
|
class |
GetRequest
Represents a KV Get (full document) operation.
|
class |
IncrementRequest |
class |
InsertRequest
Uses the KV "add" command to insert documents if they do not already exist.
|
class |
KvPingRequest |
class |
MultiObserveViaCasRequest
Special observe request implementation to handle more than one key at the same time.
|
class |
NoopRequest
Represents a NOOP KV Request, doing nothing.
|
class |
ObserveViaCasRequest |
class |
ObserveViaSeqnoRequest |
class |
PredeterminedPartitionRequest<R extends Response>
Parent class for requests which have their partition already set at creation time.
|
class |
PrependRequest |
class |
RangeScanCancelRequest |
class |
RangeScanContinueRequest |
class |
RangeScanCreateRequest |
class |
RemoveRequest
Represents a KV delete operation.
|
class |
ReplaceRequest
Uses the KV replace command to replace a document if it exists.
|
class |
ReplicaGetRequest |
class |
ReplicaSubdocGetRequest |
class |
SubdocGetRequest |
class |
SubdocMutateRequest |
class |
TouchRequest |
class |
UnlockRequest |
class |
UpsertRequest
Uses the KV "set" command to unconditionally replace or insert documents regardless if they
exist or not.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseManagerRequest<R extends Response>
Base class for the manager requests, mainly to define the service type in a uniform way.
|
class |
BucketConfigRequest |
class |
BucketConfigStreamingRequest
Performs a (potential endless) streaming request against the cluster manager for the given bucket.
|
class |
GenericManagerRequest
Deprecated.
in favor of issuing manager requests using
CoreHttpClient.
CAVEAT: the core HTTP client throws an exception if the response's
HTTP status code indicates failure. This is in contrast to
GenericManagerRequest, whose response completes "successfully"
regardless of HTTP status code. |
| Modifier and Type | Class and Description |
|---|---|
class |
QueryRequest |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerSearchRequest |
| Modifier and Type | Class and Description |
|---|---|
class |
ViewRequest |
| Modifier and Type | Class and Description |
|---|---|
class |
CoreTransactionRequest
This doesn't correspond to an individual server request.
|
Copyright © 2024 Couchbase, Inc.. All rights reserved.