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;index - The index of the element to return.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;index - The index of the value to return.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;index - The index of the element to return.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;index - The index of the value to return.Copyright © 2023. All rights reserved.