public static interface EloquentRaftProto.RequestVoteRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCandidateName()
the candidate requesting votes
|
com.google.protobuf.ByteString |
getCandidateNameBytes()
the candidate requesting votes
|
long |
getLastLogIndex()
index of candidate's last log entry
|
long |
getLastLogTerm()
term of candidate's last log entry
|
long |
getTerm()
Candidate's term
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getTerm()
Candidate's term
uint64 term = 1;java.lang.String getCandidateName()
the candidate requesting votes
string candidateName = 2;com.google.protobuf.ByteString getCandidateNameBytes()
the candidate requesting votes
string candidateName = 2;long getLastLogIndex()
index of candidate's last log entry
uint64 lastLogIndex = 3;long getLastLogTerm()
term of candidate's last log entry
uint64 lastLogTerm = 4;