public static interface EloquentRaftProto.ApplyTransitionReplyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getNewEntryIndex()
the index of the log entry
|
long |
getNewEntryTerm()
the term of the log entry
|
boolean |
getSuccess()
false if we this node is no longer the leader and the transition couldn't be applied
|
long |
getTerm()
currentTerm, for requester to update itself
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getTerm()
currentTerm, for requester to update itself
uint64 term = 1;boolean getSuccess()
false if we this node is no longer the leader and the transition couldn't be applied
bool success = 2;long getNewEntryIndex()
the index of the log entry
uint64 newEntryIndex = 3;long getNewEntryTerm()
the term of the log entry
uint64 newEntryTerm = 4;