public static interface EloquentRaftProto.StateMachineOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHospice(int index)
The list of nodes in the hospice
|
com.google.protobuf.ByteString |
getHospiceBytes(int index)
The list of nodes in the hospice
|
int |
getHospiceCount()
The list of nodes in the hospice
|
java.util.List<java.lang.String> |
getHospiceList()
The list of nodes in the hospice
|
com.google.protobuf.ByteString |
getPayload()
the actual implementation of the state machine -- implementation specific so we save it as bytes
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getPayload()
the actual implementation of the state machine -- implementation specific so we save it as bytes
bytes payload = 1;java.util.List<java.lang.String> getHospiceList()
The list of nodes in the hospice
repeated string hospice = 2;int getHospiceCount()
The list of nodes in the hospice
repeated string hospice = 2;java.lang.String getHospice(int index)
The list of nodes in the hospice
repeated string hospice = 2;com.google.protobuf.ByteString getHospiceBytes(int index)
The list of nodes in the hospice
repeated string hospice = 2;