public interface MemberOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getClientURLs(int index)
clientURLs is the list of URLs the member exposes to clients for communication.
|
com.google.protobuf.ByteString |
getClientURLsBytes(int index)
clientURLs is the list of URLs the member exposes to clients for communication.
|
int |
getClientURLsCount()
clientURLs is the list of URLs the member exposes to clients for communication.
|
List<String> |
getClientURLsList()
clientURLs is the list of URLs the member exposes to clients for communication.
|
long |
getID()
ID is the member ID for this member.
|
String |
getName()
name is the human-readable name of the member.
|
com.google.protobuf.ByteString |
getNameBytes()
name is the human-readable name of the member.
|
String |
getPeerURLs(int index)
peerURLs is the list of URLs the member exposes to the cluster for communication.
|
com.google.protobuf.ByteString |
getPeerURLsBytes(int index)
peerURLs is the list of URLs the member exposes to the cluster for communication.
|
int |
getPeerURLsCount()
peerURLs is the list of URLs the member exposes to the cluster for communication.
|
List<String> |
getPeerURLsList()
peerURLs is the list of URLs the member exposes to the cluster for communication.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getID()
ID is the member ID for this member.
uint64 ID = 1;String getName()
name is the human-readable name of the member. If the member is not started, the name will be an empty string.
string name = 2;com.google.protobuf.ByteString getNameBytes()
name is the human-readable name of the member. If the member is not started, the name will be an empty string.
string name = 2;List<String> getPeerURLsList()
peerURLs is the list of URLs the member exposes to the cluster for communication.
repeated string peerURLs = 3;int getPeerURLsCount()
peerURLs is the list of URLs the member exposes to the cluster for communication.
repeated string peerURLs = 3;String getPeerURLs(int index)
peerURLs is the list of URLs the member exposes to the cluster for communication.
repeated string peerURLs = 3;com.google.protobuf.ByteString getPeerURLsBytes(int index)
peerURLs is the list of URLs the member exposes to the cluster for communication.
repeated string peerURLs = 3;List<String> getClientURLsList()
clientURLs is the list of URLs the member exposes to clients for communication. If the member is not started, clientURLs will be empty.
repeated string clientURLs = 4;int getClientURLsCount()
clientURLs is the list of URLs the member exposes to clients for communication. If the member is not started, clientURLs will be empty.
repeated string clientURLs = 4;String getClientURLs(int index)
clientURLs is the list of URLs the member exposes to clients for communication. If the member is not started, clientURLs will be empty.
repeated string clientURLs = 4;com.google.protobuf.ByteString getClientURLsBytes(int index)
clientURLs is the list of URLs the member exposes to clients for communication. If the member is not started, clientURLs will be empty.
repeated string clientURLs = 4;Copyright © 2019. All rights reserved.