public static interface EloquentRaftProto.AddServerRequestOrBuilder
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 |
getNewServer()
the name of the new server to add to the configuration
|
com.google.protobuf.ByteString |
getNewServerBytes()
the name of the new server to add to 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 getNewServer()
the name of the new server to add to the configuration
string newServer = 1;com.google.protobuf.ByteString getNewServerBytes()
the name of the new server to add to the configuration
string newServer = 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;