Interface EntryMeta

All Known Subinterfaces:
LogEntry, ReplicatedLogEntry
All Known Implementing Classes:
DefaultLogEntry, EntryInfo, EntryJournal.JournalEntry, SimpleReplicatedLogEntry

public interface EntryMeta
Information about a RAFT log entry. EntryInfo
  • 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