| Package | Description |
|---|---|
| com.couchbase.client.core.cnc.events.endpoint | |
| com.couchbase.client.core.diagnostics | |
| com.couchbase.client.core.endpoint |
| Modifier and Type | Method and Description |
|---|---|
EndpointState |
EndpointStateChangedEvent.newState() |
EndpointState |
EndpointStateChangedEvent.oldState() |
| Constructor and Description |
|---|
EndpointStateChangedEvent(EndpointContext context,
EndpointState oldState,
EndpointState newState) |
| Modifier and Type | Method and Description |
|---|---|
EndpointState |
EndpointDiagnostics.state()
The current state of the endpoint.
|
| Constructor and Description |
|---|
EndpointDiagnostics(ServiceType type,
EndpointState state,
String local,
String remote,
Optional<String> namespace,
Optional<Long> lastActivityUs,
Optional<String> id) |
| Modifier and Type | Method and Description |
|---|---|
EndpointState |
BaseEndpoint.state() |
static EndpointState |
EndpointState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EndpointState[] |
EndpointState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Flux<EndpointState> |
BaseEndpoint.states() |
Copyright © 2021 Couchbase, Inc.. All rights reserved.