Class ProtostellarCollectionManagerRequest<TGrpcRequest>
- java.lang.Object
-
- com.couchbase.client.core.protostellar.ProtostellarRequest<TGrpcRequest>
-
- com.couchbase.client.core.protostellar.ProtostellarCollectionManagerRequest<TGrpcRequest>
-
@Internal public class ProtostellarCollectionManagerRequest<TGrpcRequest> extends ProtostellarRequest<TGrpcRequest>
-
-
Field Summary
-
Fields inherited from class com.couchbase.client.core.protostellar.ProtostellarRequest
serviceType
-
-
Constructor Summary
Constructors Constructor Description ProtostellarCollectionManagerRequest(Core core, String bucketName, String scopeName, String collectionName, String requestName, RequestSpan span, Duration timeout, boolean idempotent, RetryStrategy retryStrategy, Map<String,Object> clientContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<String,Object>
serviceContext()
-
Methods inherited from class com.couchbase.client.core.protostellar.ProtostellarRequest
absoluteTimeout, cancel, cancelDueToTimeout, cancellationReason, completed, context, createdAt, deadline, dispatchDuration, encodeLatency, encodeLatency, failed, idempotent, incrementRetryAttempts, logicalRequestLatency, raisedResponseToUser, request, request, retryAttempts, retryStrategy, serviceType, span, succeeded, timeout, timeoutElapsed
-
-
-
-
Constructor Detail
-
ProtostellarCollectionManagerRequest
public ProtostellarCollectionManagerRequest(Core core, String bucketName, @Nullable String scopeName, @Nullable String collectionName, String requestName, RequestSpan span, Duration timeout, boolean idempotent, RetryStrategy retryStrategy, Map<String,Object> clientContext)
-
-
Method Detail
-
serviceContext
protected Map<String,Object> serviceContext()
- Overrides:
serviceContext
in classProtostellarRequest<TGrpcRequest>
-
-