| Package | Description |
|---|---|
| com.couchbase.client.core.endpoint | |
| com.couchbase.client.core.msg | |
| com.couchbase.client.core.node | |
| com.couchbase.client.core.service | |
| com.couchbase.client.core.util |
| Modifier and Type | Method and Description |
|---|---|
HostAndPort |
ProtostellarEndpoint.hostAndPort() |
HostAndPort |
EndpointContext.remoteSocket() |
| Modifier and Type | Method and Description |
|---|---|
Optional<HostAndPort> |
EndpointContext.localSocket() |
| Constructor and Description |
|---|
EndpointContext(CoreContext ctx,
HostAndPort remoteSocket,
CircuitBreaker circuitBreaker,
ServiceType serviceType,
Optional<HostAndPort> localSocket,
Optional<String> bucket,
Optional<String> channelId)
Creates a new
EndpointContext. |
ProtostellarEndpoint(ProtostellarContext ctx,
HostAndPort remote) |
ProtostellarPool(ProtostellarContext ctx,
HostAndPort remote) |
| Constructor and Description |
|---|
EndpointContext(CoreContext ctx,
HostAndPort remoteSocket,
CircuitBreaker circuitBreaker,
ServiceType serviceType,
Optional<HostAndPort> localSocket,
Optional<String> bucket,
Optional<String> channelId)
Creates a new
EndpointContext. |
| Modifier and Type | Method and Description |
|---|---|
HostAndPort |
RequestContext.lastDispatchedFrom() |
HostAndPort |
RequestContext.lastDispatchedTo() |
| Modifier and Type | Method and Description |
|---|---|
RequestContext |
RequestContext.lastDispatchedFrom(HostAndPort lastDispatchedFrom) |
RequestContext |
RequestContext.lastDispatchedTo(HostAndPort lastDispatchedTo) |
| Modifier and Type | Method and Description |
|---|---|
protected Service |
Node.createService(ServiceType serviceType,
HostAndPort address,
Optional<String> bucket)
Helper method to create the
Service based on the service type provided. |
| Modifier and Type | Method and Description |
|---|---|
default HostAndPort |
Service.address()
Returns the remote address for this service.
|
| Modifier and Type | Method and Description |
|---|---|
HostAndPort |
HostAndPort.withPort(int port) |
| Modifier and Type | Method and Description |
|---|---|
Mono<List<HostAndPort>> |
DnsSrvResolver.resolve(String name) |
Copyright © 2024 Couchbase, Inc.. All rights reserved.