Package org.opendaylight.raft.api
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
 
- 
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
 
 
 -