public static interface EloquentRaftProto.RequestVoteReplyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFollowerName()
The name of the follower that sent this reply.
|
com.google.protobuf.ByteString |
getFollowerNameBytes()
The name of the follower that sent this reply.
|
long |
getFollowerTerm()
the term of the follower, who is giving the vote.
|
long |
getTerm()
the term of the leader, echoed back to it.
|
boolean |
getVoteGranted()
true means candidate received vote
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getTerm()
the term of the leader, echoed back to it.
uint64 term = 1;long getFollowerTerm()
the term of the follower, who is giving the vote.
uint64 followerTerm = 4;boolean getVoteGranted()
true means candidate received vote
bool voteGranted = 2;java.lang.String getFollowerName()
The name of the follower that sent this reply. */
string followerName = 3;com.google.protobuf.ByteString getFollowerNameBytes()
The name of the follower that sent this reply. */
string followerName = 3;