public class ReplicaSubdocGetRequest extends SubdocGetRequest
SubdocGetRequest.Command| Modifier and Type | Method and Description |
|---|---|
static ReplicaSubdocGetRequest |
create(Duration timeout,
CoreContext ctx,
CollectionIdentifier collectionIdentifier,
RetryStrategy retryStrategy,
String key,
byte flags,
List<CoreSubdocGetCommand> commands,
short replica,
RequestSpan span) |
String |
name()
The unique name of the request, usually related to the type but not necessarily.
|
short |
replica() |
Map<String,Object> |
serviceContext()
Returns contextual information for each individual service.
|
create, decode, encode, idempotentbucket, collectionIdentifier, encodedExternalKeyWithCollection, encodedKeyWithCollection, errorCode, indicateRejectedWithNotMyVbucket, key, nextOpaque, opaque, operationId, partition, partition, rejectedWithNotMyVbucket, serviceTypeabsoluteTimeout, cancel, cancellationReason, cancelled, completed, context, createdAt, fail, failed, id, requestSpan, response, retryStrategy, succeed, succeeded, timeout, timeoutElapsed, timeoutRegistrationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitabsoluteTimeout, cancel, cancel, cancellationReason, cancelled, completed, context, createdAt, fail, failed, id, requestSpan, response, retryStrategy, succeed, succeeded, target, timeout, timeoutElapsed, timeoutRegistrationpublic static ReplicaSubdocGetRequest create(Duration timeout, CoreContext ctx, CollectionIdentifier collectionIdentifier, RetryStrategy retryStrategy, String key, byte flags, List<CoreSubdocGetCommand> commands, short replica, RequestSpan span)
public short replica()
public Map<String,Object> serviceContext()
RequestserviceContext in interface Request<SubdocGetResponse>serviceContext in class BaseKeyValueRequest<SubdocGetResponse>public String name()
RequestThe default implementation is derived from the class name (i.e. FooRequest returns foo), but if that does not match up it should be overridden in the actual class.
name in interface Request<SubdocGetResponse>name in class SubdocGetRequestCopyright © 2024 Couchbase, Inc.. All rights reserved.