public class HttpTarget extends Object
Create an instance using one of the static factory methods.
analytics()
,
backup()
,
eventing()
,
manager()
,
query()
,
search()
Modifier and Type | Method and Description |
---|---|
static HttpTarget |
analytics() |
static HttpTarget |
backup() |
static HttpTarget |
eventing() |
static HttpTarget |
manager() |
static HttpTarget |
query() |
static HttpTarget |
search() |
String |
toString() |
HttpTarget |
withNode(com.couchbase.client.core.node.NodeIdentifier node)
Returns a copy of this target with the given node identifier.
|
@Stability.Internal public HttpTarget withNode(com.couchbase.client.core.node.NodeIdentifier node)
node
- (nullable) null means let the SDK pick a node to receive the request.public static HttpTarget analytics()
public static HttpTarget backup()
public static HttpTarget eventing()
public static HttpTarget manager()
public static HttpTarget query()
public static HttpTarget search()
Copyright © 2024 Couchbase, Inc.. All rights reserved.