Uses of Class
com.couchbase.client.java.manager.raw.RawManagerRequest
Packages that use RawManagerRequest
-
Uses of RawManagerRequest in com.couchbase.client.java.manager.raw
Methods in com.couchbase.client.java.manager.raw that return RawManagerRequestModifier and TypeMethodDescriptionstatic RawManagerRequest
RawManagerRequest.get
(ServiceType serviceType, String uri) Performs a HTP GET request against the given service type and URI.Methods in com.couchbase.client.java.manager.raw with parameters of type RawManagerRequestModifier and TypeMethodDescriptionstatic Mono<RawManagerResponse>
RawManager.call
(Cluster cluster, RawManagerRequest request) Performs aRawManagerRequest
with default options against the given cluster.static Mono<RawManagerResponse>
RawManager.call
(Cluster cluster, RawManagerRequest request, RawManagerOptions options) Performs aRawManagerRequest
with custom options against the given cluster.