Package | Description |
---|---|
com.hazelcast.cp.internal.raft.impl |
Contains implementation classes of the Raft algorithm
|
com.hazelcast.cp.internal.raft.impl.state |
Contains classes that keep state of Raft nodes
|
Modifier and Type | Method and Description |
---|---|
static RaftRole |
RaftRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RaftRole[] |
RaftRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RaftRole |
RaftState.role()
Returns role of this node in the group.
|
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.