@Stability.Internal public abstract class ManagerSupport extends Object
Modifier | Constructor and Description |
---|---|
protected |
ManagerSupport(Core core) |
protected ManagerSupport(Core core)
protected CompletableFuture<GenericManagerResponse> sendRequest(GenericManagerRequest request)
protected CompletableFuture<GenericManagerResponse> sendRequest(com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpMethod method, String path, CommonOptions.BuiltCommonOptions options)
@Deprecated protected CompletableFuture<GenericManagerResponse> sendRequest(com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpMethod method, String path)
protected CompletableFuture<GenericManagerResponse> sendRequest(com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpMethod method, String path, UrlQueryStringBuilder body, CommonOptions.BuiltCommonOptions options)
@Deprecated protected CompletableFuture<GenericManagerResponse> sendRequest(com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpMethod method, String path, UrlQueryStringBuilder body)
protected static void checkStatus(GenericManagerResponse response, String action, String scope)
Copyright © 2020 Couchbase, Inc.. All rights reserved.