public static interface Rpc.MemberAddRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getPeerURLs(int index)
peerURLs is the list of URLs the added member will use to communicate with the cluster.
|
com.google.protobuf.ByteString |
getPeerURLsBytes(int index)
peerURLs is the list of URLs the added member will use to communicate with the cluster.
|
int |
getPeerURLsCount()
peerURLs is the list of URLs the added member will use to communicate with the cluster.
|
List<String> |
getPeerURLsList()
peerURLs is the list of URLs the added member will use to communicate with the cluster.
|
List<String> getPeerURLsList()
peerURLs is the list of URLs the added member will use to communicate with the cluster.
repeated string peerURLs = 1;int getPeerURLsCount()
peerURLs is the list of URLs the added member will use to communicate with the cluster.
repeated string peerURLs = 1;String getPeerURLs(int index)
peerURLs is the list of URLs the added member will use to communicate with the cluster.
repeated string peerURLs = 1;com.google.protobuf.ByteString getPeerURLsBytes(int index)
peerURLs is the list of URLs the added member will use to communicate with the cluster.
repeated string peerURLs = 1;Copyright © 2018. All rights reserved.