| Package | Description |
|---|---|
| com.hazelcast.cp.internal.raft.impl.log |
Contains the log abstraction which is maintained by 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 RaftLog |
RaftLog.newRaftLog(int capacity) |
static RaftLog |
RaftLog.newRaftLog(int capacity,
RaftStateStore store) |
static RaftLog |
RaftLog.restoreRaftLog(int capacity,
SnapshotEntry snapshot,
LogEntry[] entries) |
static RaftLog |
RaftLog.restoreRaftLog(int capacity,
SnapshotEntry snapshot,
LogEntry[] entries,
RaftStateStore store) |
| Modifier and Type | Method and Description |
|---|---|
RaftLog |
RaftState.log()
Returns the Raft log
|
Copyright © 2019 Hazelcast, Inc.. All rights reserved.