Uses of Class
io.trino.failuredetector.FailureDetector.State
-
Packages that use FailureDetector.State Package Description io.trino.failuredetector -
-
Uses of FailureDetector.State in io.trino.failuredetector
Methods in io.trino.failuredetector that return FailureDetector.State Modifier and Type Method Description FailureDetector.StateFailureDetector. getState(HostAddress hostAddress)FailureDetector.StateHeartbeatFailureDetector. getState(HostAddress hostAddress)FailureDetector.StateNoOpFailureDetector. getState(HostAddress hostAddress)static FailureDetector.StateFailureDetector.State. valueOf(String name)Returns the enum constant of this type with the specified name.static FailureDetector.State[]FailureDetector.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-