| Package | Description |
|---|---|
| io.prestosql.failuredetector |
| Modifier and Type | Method and Description |
|---|---|
FailureDetector.State |
FailureDetector.getState(HostAddress hostAddress) |
FailureDetector.State |
HeartbeatFailureDetector.getState(HostAddress hostAddress) |
FailureDetector.State |
NoOpFailureDetector.getState(HostAddress hostAddress) |
static FailureDetector.State |
FailureDetector.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.
|
Copyright © 2012–2019. All rights reserved.