Uses of Class
com.couchbase.client.core.util.HostAndPort
Package
Description
-
Uses of HostAndPort in com.couchbase.client.core.config
ModifierConstructorDescriptionNodeInfo
(String hostname, Map<ServiceType, Integer> direct, Map<ServiceType, Integer> ssl, HostAndPort ketamaAuthority, NodeIdentifier nodeIdentifier) Deprecated.Creates an instance from pre-parsed address info. -
Uses of HostAndPort in com.couchbase.client.core.endpoint
Modifier and TypeMethodDescriptionProtostellarEndpoint.hostAndPort()
EndpointContext.remoteSocket()
ModifierConstructorDescriptionEndpointContext
(CoreContext ctx, HostAndPort remoteSocket, CircuitBreaker circuitBreaker, ServiceType serviceType, Optional<HostAndPort> localSocket, Optional<String> bucket, Optional<String> channelId) Creates a newEndpointContext
.ProtostellarEndpoint
(ProtostellarContext ctx, HostAndPort remote) ProtostellarPool
(ProtostellarContext ctx, HostAndPort remote) ModifierConstructorDescriptionEndpointContext
(CoreContext ctx, HostAndPort remoteSocket, CircuitBreaker circuitBreaker, ServiceType serviceType, Optional<HostAndPort> localSocket, Optional<String> bucket, Optional<String> channelId) Creates a newEndpointContext
. -
Uses of HostAndPort in com.couchbase.client.core.msg
Modifier and TypeMethodDescriptionRequestContext.lastDispatchedFrom()
RequestContext.lastDispatchedTo()
Modifier and TypeMethodDescriptionRequestContext.lastDispatchedFrom
(HostAndPort lastDispatchedFrom) RequestContext.lastDispatchedTo
(HostAndPort lastDispatchedTo) -
Uses of HostAndPort in com.couchbase.client.core.node
Modifier and TypeMethodDescriptionprotected Service
Node.createService
(ServiceType serviceType, HostAndPort address, Optional<String> bucket) Helper method to create theService
based on the service type provided.ModifierConstructorDescriptionNodeIdentifier
(HostAndPort canonicalAddress, String hostForNetworkConnections) -
Uses of HostAndPort in com.couchbase.client.core.service
Modifier and TypeMethodDescriptiondefault HostAndPort
Service.address()
Returns the remote address for this service. -
Uses of HostAndPort in com.couchbase.client.core.topology
Modifier and TypeMethodDescriptionHostAndServicePorts.ketamaAuthority()
Returns the host and non-TLS KV port from the "default" network.KetamaRingNode.ketamaAuthority()
Returns a node's host and non-TLS KV port from the "default" network.Modifier and TypeMethodDescriptionHostAndServicePorts.withKetamaAuthority
(HostAndPort ketamaAuthority) ModifierConstructorDescriptionHostAndServicePorts
(String host, Map<ServiceType, Integer> ports, NodeIdentifier id, HostAndPort ketamaAuthority) NodeIdentifier
(HostAndPort canonical, String hostForNetworkConnections) -
Uses of HostAndPort in com.couchbase.client.core.util