Uses of Class
com.couchbase.client.dcp.config.HostAndPort
Packages that use HostAndPort
Package
Description
-
Uses of HostAndPort in com.couchbase.client.dcp
Methods in com.couchbase.client.dcp that return types with arguments of type HostAndPortModifier and TypeMethodDescriptionClient.Environment.clusterAt()Returns the node addresses to use for bootstrapping.Methods in com.couchbase.client.dcp with parameters of type HostAndPortModifier and TypeMethodDescriptionCredentialsProvider.get(HostAndPort address) Get the username/password pair to use for authentication/authorizationStaticCredentialsProvider.get(HostAndPort address) -
Uses of HostAndPort in com.couchbase.client.dcp.buffer
Methods in com.couchbase.client.dcp.buffer that return HostAndPortModifier and TypeMethodDescriptionDcpBucketConfig.getActiveNodeKvAddress(int partition) DcpBucketConfig.getAddress(NodeInfo node) Methods in com.couchbase.client.dcp.buffer with parameters of type HostAndPortModifier and TypeMethodDescriptionList<com.couchbase.client.dcp.buffer.PartitionInstance>DcpBucketConfig.getHostedPartitions(HostAndPort nodeAddress) intDcpBucketConfig.getNodeIndex(HostAndPort nodeAddress) -
Uses of HostAndPort in com.couchbase.client.dcp.conductor
Methods in com.couchbase.client.dcp.conductor that return HostAndPortModifier and TypeMethodDescriptionDcpChannel.address()static HostAndPortDcpChannel.getHostAndPort(com.couchbase.client.core.deps.io.netty.channel.Channel channel) Methods in com.couchbase.client.dcp.conductor with parameters of type HostAndPortModifier and TypeMethodDescriptionvoidBucketConfigArbiter.accept(HostAndPort origin, String rawConfig) voidBucketConfigArbiter.accept(HostAndPort origin, String rawConfig, ConfigRevision rev) voidBucketConfigSink.accept(HostAndPort origin, String rawConfig) voidBucketConfigSink.accept(HostAndPort origin, String rawConfig, ConfigRevision rev) Constructors in com.couchbase.client.dcp.conductor with parameters of type HostAndPortModifierConstructorDescriptionDcpChannel(HostAndPort address, Client.Environment env, Conductor conductor, DcpClientMetrics clientMetrics) -
Uses of HostAndPort in com.couchbase.client.dcp.config
Methods in com.couchbase.client.dcp.config that return HostAndPortModifier and TypeMethodDescriptionstatic HostAndPortstatic HostAndPortHostAndPort.withPort(int port) -
Uses of HostAndPort in com.couchbase.client.dcp.events
Methods in com.couchbase.client.dcp.events that return HostAndPortModifier and TypeMethodDescriptionFailedToAddNodeEvent.node()The address of the nodeFailedToRemoveNodeEvent.node()The address of the nodeMethods in com.couchbase.client.dcp.events with parameters of type HostAndPortModifier and TypeMethodDescriptionvoidLoggingTracer.onStreamStart(HostAndPort address, int partition, long partitionUuid, long startSeqno, long endSeqno, long snapshotStartSeqno, long snapshotEndSeqno, Map<String, Object> value) default voidTracer.onStreamStart(HostAndPort address, int partition, long partitionUuid, long startSeqno, long endSeqno, long snapshotStartSeqno, long snapshotEndSeqno, Map<String, Object> value) voidLoggingTracer.onStreamStartFailed(HostAndPort address, int partition, String cause) default voidTracer.onStreamStartFailed(HostAndPort address, int partition, String cause) Constructors in com.couchbase.client.dcp.events with parameters of type HostAndPortModifierConstructorDescriptionFailedToAddNodeEvent(HostAndPort node, Throwable error) FailedToRemoveNodeEvent(HostAndPort node, Throwable error) -
Uses of HostAndPort in com.couchbase.client.dcp.metrics
Methods in com.couchbase.client.dcp.metrics with parameters of type HostAndPort -
Uses of HostAndPort in com.couchbase.client.dcp.transport.netty
Methods in com.couchbase.client.dcp.transport.netty with parameters of type HostAndPortModifier and TypeMethodDescriptionstatic com.couchbase.client.core.deps.io.netty.handler.ssl.SslHandlerSslHandlerFactory.get(com.couchbase.client.core.deps.io.netty.buffer.ByteBufAllocator allocator, SecurityConfig config, HostAndPort peer, Authenticator authenticator)