Interface RaftEntryMeta
- All Known Subinterfaces:
ReplicatedLogEntry
- All Known Implementing Classes:
SimpleReplicatedLogEntry
Metadata about a RAFT journal entry.
-
Method Summary
-
Method Details
-
index
long index()Returns the index of the entry.- Returns:
- the index
-
term
long term()Returns the term of the entry.- Returns:
- the term
-