Package io.atomix.raft.storage.log.entry
Class RaftLogEntry
java.lang.Object
io.atomix.raft.storage.log.entry.RaftLogEntry
Stores a state change in a
RaftLog.-
Constructor Details
-
RaftLogEntry
-
-
Method Details
-
entry
-
isApplicationEntry
public boolean isApplicationEntry() -
getApplicationEntry
-
isConfigurationEntry
public boolean isConfigurationEntry() -
getConfigurationEntry
-
isInitialEntry
public boolean isInitialEntry() -
getInitialEntry
-
term
public long term()Returns the entry term.- Returns:
- The entry term.
-
toString
-
equals
-
hashCode
public int hashCode()
-