| Package | Description |
|---|---|
| io.atomix.protocols.phi | |
| io.atomix.protocols.phi.protocol |
| Modifier and Type | Method and Description |
|---|---|
FailureDetectionEvent.State |
FailureDetectionEvent.newState()
Returns the new node state.
|
FailureDetectionEvent.State |
FailureDetectionEvent.oldState()
Returns the old node state.
|
static FailureDetectionEvent.State |
FailureDetectionEvent.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FailureDetectionEvent.State[] |
FailureDetectionEvent.State.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) |
| Modifier and Type | Method and Description |
|---|---|
FailureDetectionEvent.State |
HeartbeatMessage.state()
Returns the message state.
|
| Constructor and Description |
|---|
HeartbeatMessage(T source,
FailureDetectionEvent.State state) |
Copyright © 2013–2017. All rights reserved.