| Modifier and Type | Method and Description |
|---|---|
List<HostAndPort> |
Client.Environment.clusterAt()
Lists the bootstrap nodes.
|
| Modifier and Type | Method and Description |
|---|---|
Credentials |
CredentialsProvider.get(HostAndPort address)
Get the username/password pair to use for authentication/authorization
|
Credentials |
StaticCredentialsProvider.get(HostAndPort address) |
| Modifier and Type | Method and Description |
|---|---|
HostAndPort |
DcpBucketConfig.getActiveNodeKvAddress(int partition) |
HostAndPort |
DcpBucketConfig.getAddress(NodeInfo node) |
| Modifier and Type | Method and Description |
|---|---|
List<com.couchbase.client.dcp.buffer.PartitionInstance> |
DcpBucketConfig.getHostedPartitions(HostAndPort nodeAddress) |
int |
DcpBucketConfig.getNodeIndex(HostAndPort nodeAddress) |
| Modifier and Type | Method and Description |
|---|---|
HostAndPort |
DcpChannel.address() |
static HostAndPort |
DcpChannel.getHostAndPort(io.netty.channel.Channel channel) |
| Modifier and Type | Method and Description |
|---|---|
void |
BucketConfigSink.accept(HostAndPort origin,
String rawConfig) |
void |
BucketConfigArbiter.accept(HostAndPort origin,
String rawConfig) |
void |
BucketConfigSink.accept(HostAndPort origin,
String rawConfig,
BucketConfigRevision rev) |
void |
BucketConfigArbiter.accept(HostAndPort origin,
String rawConfig,
BucketConfigRevision rev) |
| Constructor and Description |
|---|
DcpChannel(HostAndPort address,
Client.Environment env,
Conductor conductor,
DcpClientMetrics clientMetrics) |
| Modifier and Type | Method and Description |
|---|---|
HostAndPort |
HostAndPort.withPort(int port) |
| Modifier and Type | Method and Description |
|---|---|
static BucketConfig |
BucketConfigParser.parse(String input,
HostAndPort origin)
Parse a raw configuration into a
BucketConfig. |
| Modifier and Type | Method and Description |
|---|---|
HostAndPort |
FailedToRemoveNodeEvent.node()
The address of the node
|
HostAndPort |
FailedToAddNodeEvent.node()
The address of the node
|
| Constructor and Description |
|---|
FailedToAddNodeEvent(HostAndPort node,
Throwable error) |
FailedToRemoveNodeEvent(HostAndPort node,
Throwable error) |
| Modifier and Type | Method and Description |
|---|---|
DcpChannelMetrics |
DcpClientMetrics.channelMetrics(HostAndPort address) |
| Modifier and Type | Method and Description |
|---|---|
static io.netty.handler.ssl.SslHandler |
SslHandlerFactory.get(io.netty.buffer.ByteBufAllocator allocator,
SecurityConfig config,
HostAndPort peer,
Authenticator authenticator) |
Copyright © 2021 Couchbase, Inc.. All rights reserved.