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
ConstructorDescriptionProtostellarCollectionManagerRequest
(TGrpcRequest request, CoreProtostellar core, String bucketName, String scopeName, String collectionName, String requestName, RequestSpan span, Duration timeout, boolean readonly, RetryStrategy retryStrategy, Map<String, Object> clientContext) -
Method Summary
Methods inherited from class com.couchbase.client.core.protostellar.ProtostellarRequest
absoluteTimeout, cancel, cancellationReason, completed, context, createdAt, deadline, dispatchDuration, failed, incrementRetryAttempts, logicalRequestLatency, raisedResponseToUser, readonly, request, retryAttempts, retryStrategy, serviceType, span, succeeded, timeout, timeoutElapsed
-
Constructor Details
-
ProtostellarCollectionManagerRequest
public ProtostellarCollectionManagerRequest(TGrpcRequest request, CoreProtostellar core, String bucketName, @Nullable String scopeName, @Nullable String collectionName, String requestName, RequestSpan span, Duration timeout, boolean readonly, RetryStrategy retryStrategy, Map<String, Object> clientContext)
-