Package | Description |
---|---|
com.couchbase.client.core.message.internal |
Modifier and Type | Method and Description |
---|---|
PingServiceHealth.PingState |
PingServiceHealth.state() |
static PingServiceHealth.PingState |
PingServiceHealth.PingState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PingServiceHealth.PingState[] |
PingServiceHealth.PingState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PingServiceHealth(ServiceType serviceType,
PingServiceHealth.PingState pingState,
String id,
long latency,
SocketAddress localAddr,
SocketAddress remoteAddr,
String scope) |
Copyright © 2018 Couchbase, Inc.. All rights reserved.