public static interface EloquentRaftProto.RemoveServerRequestOrBuilder
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 |
getOldServer()
the name of the server to remove from the configuration
|
com.google.protobuf.ByteString |
getOldServerBytes()
the name of the server to remove from the configuration
|
java.lang.String |
getQuorum(int index)
NOT STANDARD RAFT: The set of servers in the new configuration.
|
com.google.protobuf.ByteString |
getQuorumBytes(int index)
NOT STANDARD RAFT: The set of servers in the new configuration.
|
int |
getQuorumCount()
NOT STANDARD RAFT: The set of servers in the new configuration.
|
java.util.List<java.lang.String> |
getQuorumList()
NOT STANDARD RAFT: The set of servers in the new configuration.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getOldServer()
the name of the server to remove from the configuration
string oldServer = 1;com.google.protobuf.ByteString getOldServerBytes()
the name of the server to remove from the configuration
string oldServer = 1;java.util.List<java.lang.String> getQuorumList()
NOT STANDARD RAFT: The set of servers in the new configuration. This is just a sanity check.
repeated string quorum = 2;int getQuorumCount()
NOT STANDARD RAFT: The set of servers in the new configuration. This is just a sanity check.
repeated string quorum = 2;java.lang.String getQuorum(int index)
NOT STANDARD RAFT: The set of servers in the new configuration. This is just a sanity check.
repeated string quorum = 2;com.google.protobuf.ByteString getQuorumBytes(int index)
NOT STANDARD RAFT: The set of servers in the new configuration. This is just a sanity check.
repeated string quorum = 2;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;