public static interface Pdpb.MemberOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBinaryVersion()
string binary_version = 7; |
com.google.protobuf.ByteString |
getBinaryVersionBytes()
string binary_version = 7; |
String |
getClientUrls(int index)
repeated string client_urls = 4; |
com.google.protobuf.ByteString |
getClientUrlsBytes(int index)
repeated string client_urls = 4; |
int |
getClientUrlsCount()
repeated string client_urls = 4; |
List<String> |
getClientUrlsList()
repeated string client_urls = 4; |
String |
getDcLocation()
string dc_location = 9; |
com.google.protobuf.ByteString |
getDcLocationBytes()
string dc_location = 9; |
String |
getDeployPath()
string deploy_path = 6; |
com.google.protobuf.ByteString |
getDeployPathBytes()
string deploy_path = 6; |
String |
getGitHash()
string git_hash = 8; |
com.google.protobuf.ByteString |
getGitHashBytes()
string git_hash = 8; |
int |
getLeaderPriority()
int32 leader_priority = 5; |
long |
getMemberId()
member_id is the unique id of the PD member.
|
String |
getName()
name is the name of the PD member.
|
com.google.protobuf.ByteString |
getNameBytes()
name is the name of the PD member.
|
String |
getPeerUrls(int index)
repeated string peer_urls = 3; |
com.google.protobuf.ByteString |
getPeerUrlsBytes(int index)
repeated string peer_urls = 3; |
int |
getPeerUrlsCount()
repeated string peer_urls = 3; |
List<String> |
getPeerUrlsList()
repeated string peer_urls = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
name is the name of the PD member.
string name = 1;com.google.protobuf.ByteString getNameBytes()
name is the name of the PD member.
string name = 1;long getMemberId()
member_id is the unique id of the PD member.
uint64 member_id = 2;List<String> getPeerUrlsList()
repeated string peer_urls = 3;int getPeerUrlsCount()
repeated string peer_urls = 3;String getPeerUrls(int index)
repeated string peer_urls = 3;index - The index of the element to return.com.google.protobuf.ByteString getPeerUrlsBytes(int index)
repeated string peer_urls = 3;index - The index of the value to return.List<String> getClientUrlsList()
repeated string client_urls = 4;int getClientUrlsCount()
repeated string client_urls = 4;String getClientUrls(int index)
repeated string client_urls = 4;index - The index of the element to return.com.google.protobuf.ByteString getClientUrlsBytes(int index)
repeated string client_urls = 4;index - The index of the value to return.int getLeaderPriority()
int32 leader_priority = 5;String getDeployPath()
string deploy_path = 6;com.google.protobuf.ByteString getDeployPathBytes()
string deploy_path = 6;String getBinaryVersion()
string binary_version = 7;com.google.protobuf.ByteString getBinaryVersionBytes()
string binary_version = 7;String getGitHash()
string git_hash = 8;com.google.protobuf.ByteString getGitHashBytes()
string git_hash = 8;String getDcLocation()
string dc_location = 9;com.google.protobuf.ByteString getDcLocationBytes()
string dc_location = 9;Copyright © 2025 PingCAP. All rights reserved.