Package | Description |
---|---|
com.couchbase.client.java.manager.raw |
Modifier and Type | Method and Description |
---|---|
static RawManagerRequest |
RawManagerRequest.get(ServiceType serviceType,
String uri)
Performs a HTP GET request against the given service type and URI.
|
Modifier and Type | Method and Description |
---|---|
static Mono<RawManagerResponse> |
RawManager.call(Cluster cluster,
RawManagerRequest request)
Performs a
RawManagerRequest with default options against the given cluster. |
static Mono<RawManagerResponse> |
RawManager.call(Cluster cluster,
RawManagerRequest request,
RawManagerOptions options)
Performs a
RawManagerRequest with custom options against the given cluster. |
Copyright © 2021 Couchbase, Inc.. All rights reserved.