Uses of Class
com.couchbase.client.core.util.HostAndPort
Packages that use HostAndPort
Package
Description
-
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.util
Methods in com.couchbase.client.core.util that return HostAndPort