Interface RaftEntryMeta

All Known Subinterfaces:
ReplicatedLogEntry
All Known Implementing Classes:
SimpleReplicatedLogEntry

@Beta public interface RaftEntryMeta
Metadata about a RAFT journal entry.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Returns the index of the entry.
    long
    Returns the term of the entry.
  • 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