public static interface EloquentRaftProto.ApplyTransitionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getForwardedBy(int index)
the nodes that this request has already been forwarded through, for loop detection
|
com.google.protobuf.ByteString |
getForwardedByBytes(int index)
the nodes that this request has already been forwarded through, for loop detection
|
int |
getForwardedByCount()
the nodes that this request has already been forwarded through, for loop detection
|
java.util.List<java.lang.String> |
getForwardedByList()
the nodes that this request has already been forwarded through, for loop detection
|
java.lang.String |
getNewHospiceMember()
or, the addition of a hospice member
|
com.google.protobuf.ByteString |
getNewHospiceMemberBytes()
or, the addition of a hospice member
|
EloquentRaftProto.ApplyTransitionRequest.PayloadCase |
getPayloadCase() |
long |
getTerm()
term of the requesting node
|
com.google.protobuf.ByteString |
getTransition()
serialized copy of the state transition
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getTerm()
term of the requesting node
uint64 term = 1;com.google.protobuf.ByteString getTransition()
serialized copy of the state transition
bytes transition = 2;java.lang.String getNewHospiceMember()
or, the addition of a hospice member
string new_hospice_member = 4;com.google.protobuf.ByteString getNewHospiceMemberBytes()
or, the addition of a hospice member
string new_hospice_member = 4;java.util.List<java.lang.String> getForwardedByList()
the nodes that this request has already been forwarded through, for loop detection
repeated string forwardedBy = 3;int getForwardedByCount()
the nodes that this request has already been forwarded through, for loop detection
repeated string forwardedBy = 3;java.lang.String getForwardedBy(int index)
the nodes that this request has already been forwarded through, for loop detection
repeated string forwardedBy = 3;com.google.protobuf.ByteString getForwardedByBytes(int index)
the nodes that this request has already been forwarded through, for loop detection
repeated string forwardedBy = 3;EloquentRaftProto.ApplyTransitionRequest.PayloadCase getPayloadCase()