| Package | Description |
|---|---|
| io.atomix.protocols.phi |
| Modifier and Type | Method and Description |
|---|---|
static FailureDetectionEvent.Type |
FailureDetectionEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FailureDetectionEvent.Type[] |
FailureDetectionEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
FailureDetectionEvent(FailureDetectionEvent.Type type,
T subject,
FailureDetectionEvent.State oldState,
FailureDetectionEvent.State newState) |
Copyright © 2013–2017. All rights reserved.