Uses of Class
com.couchbase.client.core.util.HostAndPort
Packages that use HostAndPort
Package
Description
-
Uses of HostAndPort in com.couchbase.client.core.config
Methods in com.couchbase.client.core.config that return HostAndPortConstructors in com.couchbase.client.core.config with parameters of type HostAndPortModifierConstructorDescriptionNodeInfo
(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
Methods in com.couchbase.client.core.endpoint that return HostAndPortModifier and TypeMethodDescriptionProtostellarEndpoint.hostAndPort()
EndpointContext.remoteSocket()
Methods in com.couchbase.client.core.endpoint that return types with arguments of type HostAndPortConstructors in com.couchbase.client.core.endpoint with parameters of type HostAndPortModifierConstructorDescriptionEndpointContext
(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) Constructor parameters in com.couchbase.client.core.endpoint with type arguments of type HostAndPortModifierConstructorDescriptionEndpointContext
(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
Methods in com.couchbase.client.core.msg that return HostAndPortModifier and TypeMethodDescriptionRequestContext.lastDispatchedFrom()
RequestContext.lastDispatchedTo()
Methods in com.couchbase.client.core.msg with parameters of type HostAndPortModifier and TypeMethodDescriptionRequestContext.lastDispatchedFrom
(HostAndPort lastDispatchedFrom) RequestContext.lastDispatchedTo
(HostAndPort lastDispatchedTo) -
Uses of HostAndPort in com.couchbase.client.core.node
Methods in com.couchbase.client.core.node with parameters of type HostAndPortModifier and TypeMethodDescriptionprotected Service
Node.createService
(ServiceType serviceType, HostAndPort address, Optional<String> bucket) Helper method to create theService
based on the service type provided.Constructors in com.couchbase.client.core.node with parameters of type HostAndPortModifierConstructorDescriptionNodeIdentifier
(HostAndPort canonicalAddress, String hostForNetworkConnections) Deprecated. -
Uses of HostAndPort in com.couchbase.client.core.service
Methods in com.couchbase.client.core.service that return HostAndPortModifier and TypeMethodDescriptiondefault HostAndPort
Service.address()
Returns the remote address for this service.ServiceContext.remote()
-
Uses of HostAndPort in com.couchbase.client.core.topology
Methods in com.couchbase.client.core.topology that return HostAndPortModifier and TypeMethodDescriptionNodeIdentifier.canonical()
Returns manager host:port on the default network.@Nullable HostAndPort
HostAndServicePorts.ketamaAuthority()
Returns the host and non-TLS KV port from the "default" network.@Nullable HostAndPort
KetamaRingNode.ketamaAuthority()
Returns a node's host and non-TLS KV port from the "default" network.Methods in com.couchbase.client.core.topology with parameters of type HostAndPortModifier and TypeMethodDescriptionClusterTopologyBuilder.NodeBuilder.ketamaAuthority
(HostAndPort ketamaAuthority) HostAndServicePorts.withKetamaAuthority
(@Nullable HostAndPort ketamaAuthority) Constructors in com.couchbase.client.core.topology with parameters of type HostAndPortModifierConstructorDescriptionHostAndServicePorts
(String host, Map<ServiceType, Integer> ports, NodeIdentifier id, @Nullable HostAndPort ketamaAuthority, @Nullable String serverGroup, @Nullable String appTelemetryPath, @Nullable String nodeUuid) NodeIdentifier
(HostAndPort canonical, String hostForNetworkConnections) -
Uses of HostAndPort in com.couchbase.client.core.util
Methods in com.couchbase.client.core.util that return HostAndPortMethods in com.couchbase.client.core.util that return types with arguments of type HostAndPort