Class ManagerSupport
java.lang.Object
com.couchbase.client.java.manager.ManagerSupport
- Direct Known Subclasses:
AsyncBucketManager,AsyncCollectionManager,AsyncUserManager
@Internal public abstract class ManagerSupport extends Object
-
Constructor Summary
Constructors Modifier Constructor Description protectedManagerSupport(Core core) -
Method Summary
Modifier and Type Method Description protected static voidcheckStatus(GenericManagerResponse response, String action, String scope)protected CoreEnvironmentenvironment()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, CommonOptions.BuiltCommonOptions options, RequestSpan span)protected CompletableFuture<GenericManagerResponse>sendRequest(com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpMethod method, String path, CommonOptions.BuiltCommonOptions options, RequestSpan span)protected CompletableFuture<GenericManagerResponse>sendRequest(GenericManagerRequest request)
-
Constructor Details
-
ManagerSupport
-
-
Method Details
-
sendRequest
-
sendRequest
protected CompletableFuture<GenericManagerResponse> sendRequest(com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpMethod method, String path, CommonOptions.BuiltCommonOptions options, 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, CommonOptions.BuiltCommonOptions options, 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
-