-
Methods in com.couchbase.client.core.manager that return types with arguments of type GenericManagerResponse
Modifier and Type |
Method |
Description |
protected CompletableFuture<GenericManagerResponse> |
AbstractManagerSupport.sendRequest(com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpMethod method,
String path,
RequestSpan span) |
Deprecated.
|
protected CompletableFuture<GenericManagerResponse> |
AbstractManagerSupport.sendRequest(com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpMethod method,
String path,
UrlQueryStringBuilder body,
RequestSpan span) |
Deprecated.
|
protected CompletableFuture<GenericManagerResponse> |
AbstractManagerSupport.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> |
AbstractManagerSupport.sendRequest(com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpMethod method,
String path,
Duration timeout,
RetryStrategy retry,
RequestSpan span) |
|
protected CompletableFuture<GenericManagerResponse> |
AbstractManagerSupport.sendRequest(GenericManagerRequest request) |
|
-