Class RawManagerRequest
java.lang.Object
com.couchbase.client.java.manager.raw.RawManagerRequest
-
Method Summary
Modifier and TypeMethodDescriptionstatic RawManagerRequest
get
(ServiceType serviceType, String uri) Performs a HTP GET request against the given service type and URI.
-
Method Details
-
get
Performs a HTP GET request against the given service type and URI.- Parameters:
serviceType
- the service type to query.uri
- the URI to query.- Returns:
- a request that should be passed into
RawManager.call(Cluster, RawManagerRequest)
.
-