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 RawManagerRequestRawManagerRequest.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 reactor.core.publisher.Mono<RawManagerResponse> RawManager.call(Cluster cluster, RawManagerRequest request) Performs aRawManagerRequestwith default options against the given cluster.static reactor.core.publisher.Mono<RawManagerResponse> RawManager.call(Cluster cluster, RawManagerRequest request, RawManagerOptions options) Performs aRawManagerRequestwith custom options against the given cluster.