Uses of Class
com.couchbase.client.core.util.HostAndPort
-
Packages that use HostAndPort Package Description com.couchbase.client.core.endpoint com.couchbase.client.core.msg com.couchbase.client.core.util -
-
Uses of HostAndPort in com.couchbase.client.core.endpoint
Methods in com.couchbase.client.core.endpoint that return HostAndPort Modifier and Type Method Description HostAndPort
ProtostellarEndpoint. hostAndPort()
HostAndPort
EndpointContext. remoteSocket()
Methods in com.couchbase.client.core.endpoint that return types with arguments of type HostAndPort Modifier and Type Method Description Optional<HostAndPort>
EndpointContext. localSocket()
Constructors in com.couchbase.client.core.endpoint with parameters of type HostAndPort Constructor Description EndpointContext(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 HostAndPort Constructor Description EndpointContext(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 HostAndPort Modifier and Type Method Description HostAndPort
RequestContext. lastDispatchedFrom()
HostAndPort
RequestContext. lastDispatchedTo()
Methods in com.couchbase.client.core.msg with parameters of type HostAndPort Modifier and Type Method Description RequestContext
RequestContext. lastDispatchedFrom(HostAndPort lastDispatchedFrom)
RequestContext
RequestContext. lastDispatchedTo(HostAndPort lastDispatchedTo)
-
Uses of HostAndPort in com.couchbase.client.core.util
Methods in com.couchbase.client.core.util that return HostAndPort Modifier and Type Method Description HostAndPort
HostAndPort. withPort(int port)
-