Class AbstractManagerSupport
java.lang.Object
com.couchbase.client.core.manager.AbstractManagerSupport
@Internal public abstract class AbstractManagerSupport extends Object
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractManagerSupport(Core core)
-
Method Summary
Modifier and Type Method Description protected static void
checkStatus(GenericManagerResponse response, String action, String scope)
protected CoreEnvironment
environment()
protected CompletableFuture<GenericManagerResponse>
sendRequest(com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpMethod method, String path, RequestSpan span)
Deprecated.in favor of the version that takes an option blockprotected CompletableFuture<GenericManagerResponse>
sendRequest(com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpMethod method, String path, UrlQueryStringBuilder body, RequestSpan span)
Deprecated.in favor of the version that takes an option blockprotected CompletableFuture<GenericManagerResponse>
sendRequest(com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpMethod method, String path, UrlQueryStringBuilder body, Duration timeout, RetryStrategy retry, RequestSpan span)
protected CompletableFuture<GenericManagerResponse>
sendRequest(com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpMethod method, String path, Duration timeout, RetryStrategy retry, RequestSpan span)
protected CompletableFuture<GenericManagerResponse>
sendRequest(GenericManagerRequest request)
-
Constructor Details
-
AbstractManagerSupport
-
-
Method Details
-
sendRequest
-
sendRequest
protected CompletableFuture<GenericManagerResponse> sendRequest(com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpMethod method, String path, Duration timeout, RetryStrategy retry, RequestSpan span) -
sendRequest
@Deprecated protected CompletableFuture<GenericManagerResponse> sendRequest(com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpMethod method, String path, RequestSpan span)Deprecated.in favor of the version that takes an option block -
sendRequest
protected CompletableFuture<GenericManagerResponse> sendRequest(com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpMethod method, String path, UrlQueryStringBuilder body, Duration timeout, RetryStrategy retry, RequestSpan span) -
sendRequest
@Deprecated protected CompletableFuture<GenericManagerResponse> sendRequest(com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpMethod method, String path, UrlQueryStringBuilder body, RequestSpan span)Deprecated.in favor of the version that takes an option block -
checkStatus
-
environment
-