@Stability.Uncommitted public class RawManager extends Object
Please note that the results of the individual methods can vary greatly between server versions. This API should only be used if you know what you ask for and it is not covered by the official, high level management APIs already.
Constructor and Description |
---|
RawManager() |
Modifier and Type | Method and Description |
---|---|
static Mono<RawManagerResponse> |
call(Cluster cluster,
RawManagerRequest request)
Performs a
RawManagerRequest with default options against the given cluster. |
static Mono<RawManagerResponse> |
call(Cluster cluster,
RawManagerRequest request,
RawManagerOptions options)
Performs a
RawManagerRequest with custom options against the given cluster. |
public static Mono<RawManagerResponse> call(Cluster cluster, RawManagerRequest request)
RawManagerRequest
with default options against the given cluster.cluster
- the cluster to query against.request
- the request to dispatch.public static Mono<RawManagerResponse> call(Cluster cluster, RawManagerRequest request, RawManagerOptions options)
RawManagerRequest
with custom options against the given cluster.cluster
- the cluster to query against.request
- the request to dispatch.options
- the custom options to use.Copyright © 2020 Couchbase, Inc.. All rights reserved.