Uses of Class
com.couchbase.client.core.message.internal.PingServiceHealth.PingState
Package | Description |
---|---|
com.couchbase.client.core.message.internal |
-
Uses of PingServiceHealth.PingState in com.couchbase.client.core.message.internal
Methods in com.couchbase.client.core.message.internal that return PingServiceHealth.PingState Modifier and Type Method 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.Constructors in com.couchbase.client.core.message.internal with parameters of type PingServiceHealth.PingState Constructor Description PingServiceHealth(ServiceType serviceType, PingServiceHealth.PingState pingState, String id, long latency, SocketAddress localAddr, SocketAddress remoteAddr, String scope)