| Package | Description |
|---|---|
| com.couchbase.client.core.diagnostics |
| Modifier and Type | Method and Description |
|---|---|
PingState |
EndpointPingReport.state()
The state of this ping when assembling the report.
|
static PingState |
PingState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PingState[] |
PingState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
EndpointPingReport(ServiceType type,
String id,
String local,
String remote,
PingState state,
Optional<String> namespace,
Duration latency,
Optional<String> error) |
Copyright © 2021 Couchbase, Inc.. All rights reserved.