Interface RaftRPC
-
- All Superinterfaces:
akka.dispatch.ControlMessage
,Serializable
- All Known Implementing Classes:
AbstractRaftRPC
,AppendEntries
,AppendEntriesReply
,InstallSnapshot
,InstallSnapshotReply
,RequestVote
,RequestVoteReply
public interface RaftRPC extends Serializable, akka.dispatch.ControlMessage
Interface implemented by all requests exchanged in the Raft protocol.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getTerm()
Return the term in which this call is being made.
-