| Package | Description |
|---|---|
| com.couchbase.client.core | |
| com.couchbase.client.core.diagnostics | |
| com.couchbase.client.core.endpoint.http | |
| com.couchbase.client.core.msg |
| Modifier and Type | Method and Description |
|---|---|
CoreHttpClient |
Core.httpClient(RequestTarget target)
Returns a client for issuing HTTP requests to servers in the cluster.
|
| Constructor and Description |
|---|
WaitUntilReadyContext(Set<ServiceType> serviceTypes,
Duration timeout,
ClusterState desiredState,
Optional<String> bucketName,
Map<ServiceType,List<EndpointDiagnostics>> diagnostics,
WaitUntilReadyHelper.WaitUntilReadyState state,
Set<RequestTarget> remainingPingTargets) |
| Modifier and Type | Method and Description |
|---|---|
static CoreHttpRequest.Builder |
CoreHttpRequest.builder(CoreCommonOptions options,
CoreContext coreContext,
com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpMethod method,
CoreHttpPath path,
RequestTarget target) |
| Constructor and Description |
|---|
Builder(CoreCommonOptions options,
CoreContext coreContext,
RequestTarget target,
com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpMethod method,
CoreHttpPath path) |
CoreHttpClient(Core core,
RequestTarget target) |
| Modifier and Type | Method and Description |
|---|---|
static RequestTarget |
RequestTarget.analytics() |
static RequestTarget |
RequestTarget.backup() |
static RequestTarget |
RequestTarget.eventing() |
static RequestTarget |
RequestTarget.manager() |
static RequestTarget |
RequestTarget.query() |
static RequestTarget |
RequestTarget.search() |
static RequestTarget |
RequestTarget.views(String bucket) |
RequestTarget |
RequestTarget.withNodeIdentifier(NodeIdentifier nodeIdentifier) |
Copyright © 2024 Couchbase, Inc.. All rights reserved.