Package | Description |
---|---|
com.hazelcast.cp.internal.raft.impl |
Contains implementation classes of the Raft algorithm
|
com.hazelcast.cp.internal.raft.impl.dto |
Contains structs that are used in Raft RPCs
|
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
|
Class and Description |
---|
SnapshotEntry
Represents a snapshot in the
RaftLog . |
Class and Description |
---|
LogEntry
Represents an entry in the
RaftLog . |
SnapshotEntry
Represents a snapshot in the
RaftLog . |
Class and Description |
---|
LogEntry
Represents an entry in the
RaftLog . |
SnapshotEntry
Represents a snapshot in the
RaftLog . |
Class and Description |
---|
RaftLog
RaftLog keeps and maintains Raft log entries and snapshot. |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.