public static interface ZooKeeperProtos.ReplicationPeerOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getBandwidth()
optional int64 bandwidth = 7; |
String |
getClusterkey()
required string clusterkey = 1; |
com.google.protobuf.ByteString |
getClusterkeyBytes()
required string clusterkey = 1; |
HBaseProtos.NameStringPair |
getConfiguration(int index)
repeated .hbase.pb.NameStringPair configuration = 4; |
int |
getConfigurationCount()
repeated .hbase.pb.NameStringPair configuration = 4; |
List<HBaseProtos.NameStringPair> |
getConfigurationList()
repeated .hbase.pb.NameStringPair configuration = 4; |
HBaseProtos.NameStringPairOrBuilder |
getConfigurationOrBuilder(int index)
repeated .hbase.pb.NameStringPair configuration = 4; |
List<? extends HBaseProtos.NameStringPairOrBuilder> |
getConfigurationOrBuilderList()
repeated .hbase.pb.NameStringPair configuration = 4; |
HBaseProtos.BytesBytesPair |
getData(int index)
repeated .hbase.pb.BytesBytesPair data = 3; |
int |
getDataCount()
repeated .hbase.pb.BytesBytesPair data = 3; |
List<HBaseProtos.BytesBytesPair> |
getDataList()
repeated .hbase.pb.BytesBytesPair data = 3; |
HBaseProtos.BytesBytesPairOrBuilder |
getDataOrBuilder(int index)
repeated .hbase.pb.BytesBytesPair data = 3; |
List<? extends HBaseProtos.BytesBytesPairOrBuilder> |
getDataOrBuilderList()
repeated .hbase.pb.BytesBytesPair data = 3; |
com.google.protobuf.ByteString |
getNamespaces(int index)
repeated bytes namespaces = 6; |
int |
getNamespacesCount()
repeated bytes namespaces = 6; |
List<com.google.protobuf.ByteString> |
getNamespacesList()
repeated bytes namespaces = 6; |
String |
getReplicationEndpointImpl()
optional string replicationEndpointImpl = 2; |
com.google.protobuf.ByteString |
getReplicationEndpointImplBytes()
optional string replicationEndpointImpl = 2; |
ZooKeeperProtos.TableCF |
getTableCfs(int index)
repeated .hbase.pb.TableCF table_cfs = 5; |
int |
getTableCfsCount()
repeated .hbase.pb.TableCF table_cfs = 5; |
List<ZooKeeperProtos.TableCF> |
getTableCfsList()
repeated .hbase.pb.TableCF table_cfs = 5; |
ZooKeeperProtos.TableCFOrBuilder |
getTableCfsOrBuilder(int index)
repeated .hbase.pb.TableCF table_cfs = 5; |
List<? extends ZooKeeperProtos.TableCFOrBuilder> |
getTableCfsOrBuilderList()
repeated .hbase.pb.TableCF table_cfs = 5; |
boolean |
hasBandwidth()
optional int64 bandwidth = 7; |
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<HBaseProtos.BytesBytesPair> getDataList()
repeated .hbase.pb.BytesBytesPair data = 3;
HBaseProtos.BytesBytesPair getData(int index)
repeated .hbase.pb.BytesBytesPair data = 3;
int getDataCount()
repeated .hbase.pb.BytesBytesPair data = 3;
List<? extends HBaseProtos.BytesBytesPairOrBuilder> getDataOrBuilderList()
repeated .hbase.pb.BytesBytesPair data = 3;
HBaseProtos.BytesBytesPairOrBuilder getDataOrBuilder(int index)
repeated .hbase.pb.BytesBytesPair data = 3;
List<HBaseProtos.NameStringPair> getConfigurationList()
repeated .hbase.pb.NameStringPair configuration = 4;
HBaseProtos.NameStringPair getConfiguration(int index)
repeated .hbase.pb.NameStringPair configuration = 4;
int getConfigurationCount()
repeated .hbase.pb.NameStringPair configuration = 4;
List<? extends HBaseProtos.NameStringPairOrBuilder> getConfigurationOrBuilderList()
repeated .hbase.pb.NameStringPair configuration = 4;
HBaseProtos.NameStringPairOrBuilder getConfigurationOrBuilder(int index)
repeated .hbase.pb.NameStringPair configuration = 4;
List<ZooKeeperProtos.TableCF> getTableCfsList()
repeated .hbase.pb.TableCF table_cfs = 5;
ZooKeeperProtos.TableCF getTableCfs(int index)
repeated .hbase.pb.TableCF table_cfs = 5;
int getTableCfsCount()
repeated .hbase.pb.TableCF table_cfs = 5;
List<? extends ZooKeeperProtos.TableCFOrBuilder> getTableCfsOrBuilderList()
repeated .hbase.pb.TableCF table_cfs = 5;
ZooKeeperProtos.TableCFOrBuilder getTableCfsOrBuilder(int index)
repeated .hbase.pb.TableCF table_cfs = 5;
List<com.google.protobuf.ByteString> getNamespacesList()
repeated bytes namespaces = 6;
int getNamespacesCount()
repeated bytes namespaces = 6;
com.google.protobuf.ByteString getNamespaces(int index)
repeated bytes namespaces = 6;
boolean hasBandwidth()
optional int64 bandwidth = 7;
long getBandwidth()
optional int64 bandwidth = 7;
Copyright © 2007–2019 Cloudera. All rights reserved.