Uses of Class
com.google.cloud.bigtable.grpc.io.Watchdog.State
-
Packages that use Watchdog.State Package Description com.google.cloud.bigtable.grpc.io -
-
Uses of Watchdog.State in com.google.cloud.bigtable.grpc.io
Methods in com.google.cloud.bigtable.grpc.io that return Watchdog.State Modifier and Type Method and Description Watchdog.State
Watchdog.StreamWaitTimeoutException. getState()
static Watchdog.State
Watchdog.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Watchdog.State[]
Watchdog.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.google.cloud.bigtable.grpc.io with parameters of type Watchdog.State Constructor and Description StreamWaitTimeoutException(Watchdog.State state, long waitTimeMs)
-