| Package | Description |
|---|---|
| io.atomix.protocols.raft.cluster |
Interfaces for managing and interacting with the Raft cluster.
|
| Modifier and Type | Method and Description |
|---|---|
static RaftClusterEvent.Type |
RaftClusterEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RaftClusterEvent.Type[] |
RaftClusterEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RaftClusterEvent(RaftClusterEvent.Type type,
RaftMember subject) |
RaftClusterEvent(RaftClusterEvent.Type type,
RaftMember subject,
long time) |
Copyright © 2013–2017. All rights reserved.