public static interface ZooKeeperPB.ReplicationPeerOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterkey()
required string clusterkey = 1; |
com.google.protobuf.ByteString |
getClusterkeyBytes()
required string clusterkey = 1; |
HBasePB.NameStringPair |
getConfiguration(int index)
repeated .NameStringPair configuration = 4; |
int |
getConfigurationCount()
repeated .NameStringPair configuration = 4; |
List<HBasePB.NameStringPair> |
getConfigurationList()
repeated .NameStringPair configuration = 4; |
HBasePB.BytesBytesPair |
getData(int index)
repeated .BytesBytesPair data = 3; |
int |
getDataCount()
repeated .BytesBytesPair data = 3; |
List<HBasePB.BytesBytesPair> |
getDataList()
repeated .BytesBytesPair data = 3; |
String |
getReplicationEndpointImpl()
optional string replicationEndpointImpl = 2; |
com.google.protobuf.ByteString |
getReplicationEndpointImplBytes()
optional string replicationEndpointImpl = 2; |
boolean |
hasClusterkey()
required string clusterkey = 1; |
boolean |
hasReplicationEndpointImpl()
optional string replicationEndpointImpl = 2; |
boolean hasClusterkey()
required string clusterkey = 1;
clusterkey is the concatenation of the slave cluster's hbase.zookeeper.quorum:hbase.zookeeper.property.clientPort:zookeeper.znode.parent
String getClusterkey()
required string clusterkey = 1;
clusterkey is the concatenation of the slave cluster's hbase.zookeeper.quorum:hbase.zookeeper.property.clientPort:zookeeper.znode.parent
com.google.protobuf.ByteString getClusterkeyBytes()
required string clusterkey = 1;
clusterkey is the concatenation of the slave cluster's hbase.zookeeper.quorum:hbase.zookeeper.property.clientPort:zookeeper.znode.parent
boolean hasReplicationEndpointImpl()
optional string replicationEndpointImpl = 2;String getReplicationEndpointImpl()
optional string replicationEndpointImpl = 2;com.google.protobuf.ByteString getReplicationEndpointImplBytes()
optional string replicationEndpointImpl = 2;List<HBasePB.BytesBytesPair> getDataList()
repeated .BytesBytesPair data = 3;HBasePB.BytesBytesPair getData(int index)
repeated .BytesBytesPair data = 3;int getDataCount()
repeated .BytesBytesPair data = 3;List<HBasePB.NameStringPair> getConfigurationList()
repeated .NameStringPair configuration = 4;HBasePB.NameStringPair getConfiguration(int index)
repeated .NameStringPair configuration = 4;int getConfigurationCount()
repeated .NameStringPair configuration = 4;Copyright © 2010-2017, The Async HBase Authors