public class BucketConfigRequest extends BaseManagerRequest<BucketConfigResponse> implements TargetedRequest
| Constructor and Description |
|---|
BucketConfigRequest(Duration timeout,
CoreContext ctx,
RetryStrategy retryStrategy,
String bucketName,
Authenticator authenticator,
NodeIdentifier target) |
| Modifier and Type | Method and Description |
|---|---|
BucketConfigResponse |
decode(com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpResponse response,
byte[] content)
Decodes a manager response into its response entity.
|
com.couchbase.client.core.deps.io.netty.handler.codec.http.FullHttpRequest |
encode() |
boolean |
idempotent()
Returns if the given request is idempotent or not.
|
Map<String,Object> |
serviceContext()
Returns contextual information for each individual service.
|
NodeIdentifier |
target()
The target where this request must be dispatched to.
|
serviceTypeabsoluteTimeout, cancel, cancellationReason, cancelled, completed, context, createdAt, fail, failed, id, requestSpan, response, retryStrategy, succeed, succeeded, timeout, timeoutElapsedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitabsoluteTimeout, cancel, cancellationReason, cancelled, completed, context, createdAt, fail, failed, id, name, operationId, requestSpan, response, retryStrategy, succeed, succeeded, timeout, timeoutElapsedpublic BucketConfigRequest(Duration timeout, CoreContext ctx, RetryStrategy retryStrategy, String bucketName, Authenticator authenticator, NodeIdentifier target)
public com.couchbase.client.core.deps.io.netty.handler.codec.http.FullHttpRequest encode()
public NodeIdentifier target()
TargetedRequesttarget in interface TargetedRequestpublic BucketConfigResponse decode(com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpResponse response, byte[] content)
ManagerRequestdecode in interface ManagerRequest<BucketConfigResponse>response - the http header of the response.content - the actual content of the response.public boolean idempotent()
RequestBy default, this method always returns false for data consistency reasons. Only specific idempotent operations should override this default since it impacts retry handling quite a bit. DO NOT SET THIS TO TRUE ON MUTATING OPERATIONS!
idempotent in interface Request<BucketConfigResponse>public Map<String,Object> serviceContext()
RequestserviceContext in interface Request<BucketConfigResponse>serviceContext in class BaseRequest<BucketConfigResponse>Copyright © 2021 Couchbase, Inc.. All rights reserved.