Modifier and Type | Class and Description |
---|---|
protected static class |
AnalyticsHandler.KeepAliveRequest |
protected static class |
AnalyticsHandlerV2.KeepAliveRequest |
Modifier and Type | Class and Description |
---|---|
protected static class |
KeyValueHandler.KeepAliveRequest |
Modifier and Type | Class and Description |
---|---|
protected static class |
QueryHandler.KeepAliveRequest |
protected static class |
QueryHandlerV2.KeepAliveRequest |
Modifier and Type | Class and Description |
---|---|
protected static class |
SearchHandler.KeepAliveRequest |
Modifier and Type | Class and Description |
---|---|
protected static class |
ViewHandler.KeepAliveRequest |
Modifier and Type | Class and Description |
---|---|
class |
AnalyticsQueryResultRequest
Deferred analytics query result request
|
class |
AnalyticsQueryStatusRequest
Deferred analytics query status request
|
class |
GenericAnalyticsRequest
For the lack of a better name, a analytics request against a analytics server.
|
class |
RawAnalyticsRequest
A
AnalyticsRequest that can also be prelocated , but expects a
response with the uninterpreted JSON payload returned by the query service. |
Modifier and Type | Class and Description |
---|---|
class |
CloseBucketRequest |
class |
DisconnectRequest
Disconnects all open buckets.
|
class |
GetClusterConfigRequest |
class |
OpenBucketRequest |
class |
SeedNodesRequest
**Set up the bootstrap nodes for a
ClusterFacade .**
For stability reasons, it is advised to always provide more than one seed node (but not necessarily all nodes from
the cluster) so that the cluster can correctly bootstrap the bucket, even if one of the hosts in the list is
currently not available. |
Modifier and Type | Class and Description |
---|---|
class |
BucketConfigRequest |
class |
BucketsConfigRequest |
class |
BucketStreamingRequest |
class |
ClusterConfigRequest |
class |
FlushRequest
Sends a flush command to the cluster.
|
class |
GetDesignDocumentsRequest |
class |
GetUsersRequest
Get a user or list of users.
|
class |
InsertBucketRequest |
class |
RemoveBucketRequest |
class |
RemoveUserRequest |
class |
RestApiRequest
A generic HTTP request to perform on the cluster REST API port (8091).
|
class |
UpdateBucketRequest |
class |
UpsertUserRequest |
Modifier and Type | Class and Description |
---|---|
class |
AddNodeRequest |
class |
AddServiceRequest |
class |
DiagnosticsRequest |
class |
GetConfigProviderRequest
Request to fetch the configuration provider from the core.
|
class |
RemoveNodeRequest |
class |
RemoveServiceRequest |
class |
SignalConfigReload |
class |
SignalFlush |
Modifier and Type | Class and Description |
---|---|
class |
AbstractKeyValueRequest
Default implementation of a
BinaryRequest . |
class |
AppendRequest |
class |
CounterRequest
Request to handle increment/decrement of a counter.
|
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 |
GetBucketConfigRequest
Request which fetches a bucket configuration through carrier publication.
|
class |
GetRequest
Fetch a document from the cluster and return it if found.
|
class |
InsertRequest
Insert a document.
|
class |
NoopRequest |
class |
ObserveRequest |
class |
ObserveSeqnoRequest
Observe through sequence numbers instead of cas.
|
class |
PrependRequest |
class |
RemoveRequest |
class |
ReplaceRequest |
class |
ReplicaGetRequest
Fetch a document from one or more and/or active nodes replicas.
|
class |
StatRequest |
class |
TouchRequest |
class |
UnlockRequest |
class |
UpsertRequest
Insert or update a document.
|
Modifier and Type | Class and Description |
---|---|
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 |
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 dictionary upsert operation.
|
class |
SubExistRequest
A sub-document exist operation.
|
class |
SubGetCountRequest
A sub-document get count operation.
|
class |
SubGetRequest
A sub-document get operation.
|
class |
SubReplaceRequest
A sub-document replace operation.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericQueryRequest
For the lack of a better name, a query request against a query server.
|
class |
RawQueryRequest
A
QueryRequest that can also be prelocated , but expects a
response with the uninterpreted JSON payload returned by the query service. |
Modifier and Type | Class and Description |
---|---|
class |
GetSearchIndexRequest
Retrieves full text index definition.
|
class |
PingRequest |
class |
RemoveSearchIndexRequest
Removes full text search index.
|
class |
SearchQueryRequest
Runs query against search index.
|
class |
UpsertSearchIndexRequest
Inserts or updates full text search index definition.
|
Modifier and Type | Class and Description |
---|---|
class |
GetDesignDocumentRequest |
class |
RemoveDesignDocumentRequest |
class |
UpsertDesignDocumentRequest |
class |
ViewQueryRequest |
Copyright © 2021 Couchbase, Inc.. All rights reserved.