Uses of Class
com.couchbase.client.java.manager.raw.RawManagerResponse
| Package | Description |
|---|---|
| com.couchbase.client.java.manager.raw |
-
Uses of RawManagerResponse in com.couchbase.client.java.manager.raw
Methods in com.couchbase.client.java.manager.raw that return types with arguments of type RawManagerResponse Modifier and Type Method Description static Mono<RawManagerResponse>RawManager. call(Cluster cluster, RawManagerRequest request)Performs aRawManagerRequestwith default options against the given cluster.static Mono<RawManagerResponse>RawManager. call(Cluster cluster, RawManagerRequest request, RawManagerOptions options)Performs aRawManagerRequestwith custom options against the given cluster.