public static interface ReplicationProtos.ReplicationPeerOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getBandwidth()
optional int64 bandwidth = 7; |
String |
getClusterkey()
clusterkey is the concatenation of the slave cluster's
hbase.zookeeper.quorum:hbase.zookeeper.property.clientPort:zookeeper.znode.parent
|
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getClusterkeyBytes()
clusterkey is the concatenation of the slave cluster's
hbase.zookeeper.quorum:hbase.zookeeper.property.clientPort:zookeeper.znode.parent
|
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; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getExcludeNamespaces(int index)
repeated bytes exclude_namespaces = 10; |
int |
getExcludeNamespacesCount()
repeated bytes exclude_namespaces = 10; |
List<org.apache.hbase.thirdparty.com.google.protobuf.ByteString> |
getExcludeNamespacesList()
repeated bytes exclude_namespaces = 10; |
ReplicationProtos.TableCF |
getExcludeTableCfs(int index)
repeated .hbase.pb.TableCF exclude_table_cfs = 9; |
int |
getExcludeTableCfsCount()
repeated .hbase.pb.TableCF exclude_table_cfs = 9; |
List<ReplicationProtos.TableCF> |
getExcludeTableCfsList()
repeated .hbase.pb.TableCF exclude_table_cfs = 9; |
ReplicationProtos.TableCFOrBuilder |
getExcludeTableCfsOrBuilder(int index)
repeated .hbase.pb.TableCF exclude_table_cfs = 9; |
List<? extends ReplicationProtos.TableCFOrBuilder> |
getExcludeTableCfsOrBuilderList()
repeated .hbase.pb.TableCF exclude_table_cfs = 9; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getNamespaces(int index)
repeated bytes namespaces = 6; |
int |
getNamespacesCount()
repeated bytes namespaces = 6; |
List<org.apache.hbase.thirdparty.com.google.protobuf.ByteString> |
getNamespacesList()
repeated bytes namespaces = 6; |
boolean |
getReplicateAll()
optional bool replicate_all = 8; |
String |
getReplicationEndpointImpl()
optional string replicationEndpointImpl = 2; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getReplicationEndpointImplBytes()
optional string replicationEndpointImpl = 2; |
boolean |
getSerial()
optional bool serial = 11; |
ReplicationProtos.TableCF |
getTableCfs(int index)
repeated .hbase.pb.TableCF table_cfs = 5; |
int |
getTableCfsCount()
repeated .hbase.pb.TableCF table_cfs = 5; |
List<ReplicationProtos.TableCF> |
getTableCfsList()
repeated .hbase.pb.TableCF table_cfs = 5; |
ReplicationProtos.TableCFOrBuilder |
getTableCfsOrBuilder(int index)
repeated .hbase.pb.TableCF table_cfs = 5; |
List<? extends ReplicationProtos.TableCFOrBuilder> |
getTableCfsOrBuilderList()
repeated .hbase.pb.TableCF table_cfs = 5; |
boolean |
hasBandwidth()
optional int64 bandwidth = 7; |
boolean |
hasClusterkey()
clusterkey is the concatenation of the slave cluster's
hbase.zookeeper.quorum:hbase.zookeeper.property.clientPort:zookeeper.znode.parent
|
boolean |
hasReplicateAll()
optional bool replicate_all = 8; |
boolean |
hasReplicationEndpointImpl()
optional string replicationEndpointImpl = 2; |
boolean |
hasSerial()
optional bool serial = 11; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasClusterkey()
clusterkey is the concatenation of the slave cluster's hbase.zookeeper.quorum:hbase.zookeeper.property.clientPort:zookeeper.znode.parent
required string clusterkey = 1;String getClusterkey()
clusterkey is the concatenation of the slave cluster's hbase.zookeeper.quorum:hbase.zookeeper.property.clientPort:zookeeper.znode.parent
required string clusterkey = 1;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getClusterkeyBytes()
clusterkey is the concatenation of the slave cluster's hbase.zookeeper.quorum:hbase.zookeeper.property.clientPort:zookeeper.znode.parent
required string clusterkey = 1;boolean hasReplicationEndpointImpl()
optional string replicationEndpointImpl = 2;String getReplicationEndpointImpl()
optional string replicationEndpointImpl = 2;org.apache.hbase.thirdparty.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<ReplicationProtos.TableCF> getTableCfsList()
repeated .hbase.pb.TableCF table_cfs = 5;ReplicationProtos.TableCF getTableCfs(int index)
repeated .hbase.pb.TableCF table_cfs = 5;int getTableCfsCount()
repeated .hbase.pb.TableCF table_cfs = 5;List<? extends ReplicationProtos.TableCFOrBuilder> getTableCfsOrBuilderList()
repeated .hbase.pb.TableCF table_cfs = 5;ReplicationProtos.TableCFOrBuilder getTableCfsOrBuilder(int index)
repeated .hbase.pb.TableCF table_cfs = 5;List<org.apache.hbase.thirdparty.com.google.protobuf.ByteString> getNamespacesList()
repeated bytes namespaces = 6;int getNamespacesCount()
repeated bytes namespaces = 6;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getNamespaces(int index)
repeated bytes namespaces = 6;boolean hasBandwidth()
optional int64 bandwidth = 7;long getBandwidth()
optional int64 bandwidth = 7;boolean hasReplicateAll()
optional bool replicate_all = 8;boolean getReplicateAll()
optional bool replicate_all = 8;List<ReplicationProtos.TableCF> getExcludeTableCfsList()
repeated .hbase.pb.TableCF exclude_table_cfs = 9;ReplicationProtos.TableCF getExcludeTableCfs(int index)
repeated .hbase.pb.TableCF exclude_table_cfs = 9;int getExcludeTableCfsCount()
repeated .hbase.pb.TableCF exclude_table_cfs = 9;List<? extends ReplicationProtos.TableCFOrBuilder> getExcludeTableCfsOrBuilderList()
repeated .hbase.pb.TableCF exclude_table_cfs = 9;ReplicationProtos.TableCFOrBuilder getExcludeTableCfsOrBuilder(int index)
repeated .hbase.pb.TableCF exclude_table_cfs = 9;List<org.apache.hbase.thirdparty.com.google.protobuf.ByteString> getExcludeNamespacesList()
repeated bytes exclude_namespaces = 10;int getExcludeNamespacesCount()
repeated bytes exclude_namespaces = 10;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getExcludeNamespaces(int index)
repeated bytes exclude_namespaces = 10;boolean hasSerial()
optional bool serial = 11;boolean getSerial()
optional bool serial = 11;Copyright © 2007–2019 Cloudera. All rights reserved.