public static final class ZooKeeperProtos.ReplicationPeer.Builder extends com.google.protobuf.GeneratedMessage.Builder<ZooKeeperProtos.ReplicationPeer.Builder> implements ZooKeeperProtos.ReplicationPeerOrBuilder
hbase.pb.ReplicationPeer
Used by replication. Holds a replication peer key.
| 限定符和类型 | 方法和说明 |
|---|---|
ZooKeeperProtos.ReplicationPeer.Builder |
addAllConfiguration(Iterable<? extends HBaseProtos.NameStringPair> values)
repeated .hbase.pb.NameStringPair configuration = 4; |
ZooKeeperProtos.ReplicationPeer.Builder |
addAllData(Iterable<? extends HBaseProtos.BytesBytesPair> values)
repeated .hbase.pb.BytesBytesPair data = 3; |
ZooKeeperProtos.ReplicationPeer.Builder |
addAllNamespaces(Iterable<? extends com.google.protobuf.ByteString> values)
repeated bytes namespaces = 6; |
ZooKeeperProtos.ReplicationPeer.Builder |
addAllTableCfs(Iterable<? extends ZooKeeperProtos.TableCF> values)
repeated .hbase.pb.TableCF table_cfs = 5; |
ZooKeeperProtos.ReplicationPeer.Builder |
addConfiguration(HBaseProtos.NameStringPair.Builder builderForValue)
repeated .hbase.pb.NameStringPair configuration = 4; |
ZooKeeperProtos.ReplicationPeer.Builder |
addConfiguration(HBaseProtos.NameStringPair value)
repeated .hbase.pb.NameStringPair configuration = 4; |
ZooKeeperProtos.ReplicationPeer.Builder |
addConfiguration(int index,
HBaseProtos.NameStringPair.Builder builderForValue)
repeated .hbase.pb.NameStringPair configuration = 4; |
ZooKeeperProtos.ReplicationPeer.Builder |
addConfiguration(int index,
HBaseProtos.NameStringPair value)
repeated .hbase.pb.NameStringPair configuration = 4; |
HBaseProtos.NameStringPair.Builder |
addConfigurationBuilder()
repeated .hbase.pb.NameStringPair configuration = 4; |
HBaseProtos.NameStringPair.Builder |
addConfigurationBuilder(int index)
repeated .hbase.pb.NameStringPair configuration = 4; |
ZooKeeperProtos.ReplicationPeer.Builder |
addData(HBaseProtos.BytesBytesPair.Builder builderForValue)
repeated .hbase.pb.BytesBytesPair data = 3; |
ZooKeeperProtos.ReplicationPeer.Builder |
addData(HBaseProtos.BytesBytesPair value)
repeated .hbase.pb.BytesBytesPair data = 3; |
ZooKeeperProtos.ReplicationPeer.Builder |
addData(int index,
HBaseProtos.BytesBytesPair.Builder builderForValue)
repeated .hbase.pb.BytesBytesPair data = 3; |
ZooKeeperProtos.ReplicationPeer.Builder |
addData(int index,
HBaseProtos.BytesBytesPair value)
repeated .hbase.pb.BytesBytesPair data = 3; |
HBaseProtos.BytesBytesPair.Builder |
addDataBuilder()
repeated .hbase.pb.BytesBytesPair data = 3; |
HBaseProtos.BytesBytesPair.Builder |
addDataBuilder(int index)
repeated .hbase.pb.BytesBytesPair data = 3; |
ZooKeeperProtos.ReplicationPeer.Builder |
addNamespaces(com.google.protobuf.ByteString value)
repeated bytes namespaces = 6; |
ZooKeeperProtos.ReplicationPeer.Builder |
addTableCfs(int index,
ZooKeeperProtos.TableCF.Builder builderForValue)
repeated .hbase.pb.TableCF table_cfs = 5; |
ZooKeeperProtos.ReplicationPeer.Builder |
addTableCfs(int index,
ZooKeeperProtos.TableCF value)
repeated .hbase.pb.TableCF table_cfs = 5; |
ZooKeeperProtos.ReplicationPeer.Builder |
addTableCfs(ZooKeeperProtos.TableCF.Builder builderForValue)
repeated .hbase.pb.TableCF table_cfs = 5; |
ZooKeeperProtos.ReplicationPeer.Builder |
addTableCfs(ZooKeeperProtos.TableCF value)
repeated .hbase.pb.TableCF table_cfs = 5; |
ZooKeeperProtos.TableCF.Builder |
addTableCfsBuilder()
repeated .hbase.pb.TableCF table_cfs = 5; |
ZooKeeperProtos.TableCF.Builder |
addTableCfsBuilder(int index)
repeated .hbase.pb.TableCF table_cfs = 5; |
ZooKeeperProtos.ReplicationPeer |
build() |
ZooKeeperProtos.ReplicationPeer |
buildPartial() |
ZooKeeperProtos.ReplicationPeer.Builder |
clear() |
ZooKeeperProtos.ReplicationPeer.Builder |
clearBandwidth()
optional int64 bandwidth = 7; |
ZooKeeperProtos.ReplicationPeer.Builder |
clearClusterkey()
required string clusterkey = 1;
clusterkey is the concatenation of the slave cluster's
hbase.zookeeper.quorum:hbase.zookeeper.property.clientPort:zookeeper.znode.parent
|
ZooKeeperProtos.ReplicationPeer.Builder |
clearConfiguration()
repeated .hbase.pb.NameStringPair configuration = 4; |
ZooKeeperProtos.ReplicationPeer.Builder |
clearData()
repeated .hbase.pb.BytesBytesPair data = 3; |
ZooKeeperProtos.ReplicationPeer.Builder |
clearNamespaces()
repeated bytes namespaces = 6; |
ZooKeeperProtos.ReplicationPeer.Builder |
clearReplicationEndpointImpl()
optional string replicationEndpointImpl = 2; |
ZooKeeperProtos.ReplicationPeer.Builder |
clearTableCfs()
repeated .hbase.pb.TableCF table_cfs = 5; |
ZooKeeperProtos.ReplicationPeer.Builder |
clone() |
long |
getBandwidth()
optional int64 bandwidth = 7; |
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
|
HBaseProtos.NameStringPair |
getConfiguration(int index)
repeated .hbase.pb.NameStringPair configuration = 4; |
HBaseProtos.NameStringPair.Builder |
getConfigurationBuilder(int index)
repeated .hbase.pb.NameStringPair configuration = 4; |
List<HBaseProtos.NameStringPair.Builder> |
getConfigurationBuilderList()
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; |
HBaseProtos.BytesBytesPair.Builder |
getDataBuilder(int index)
repeated .hbase.pb.BytesBytesPair data = 3; |
List<HBaseProtos.BytesBytesPair.Builder> |
getDataBuilderList()
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; |
ZooKeeperProtos.ReplicationPeer |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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; |
ZooKeeperProtos.TableCF.Builder |
getTableCfsBuilder(int index)
repeated .hbase.pb.TableCF table_cfs = 5; |
List<ZooKeeperProtos.TableCF.Builder> |
getTableCfsBuilderList()
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;
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; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ZooKeeperProtos.ReplicationPeer.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ZooKeeperProtos.ReplicationPeer.Builder |
mergeFrom(com.google.protobuf.Message other) |
ZooKeeperProtos.ReplicationPeer.Builder |
mergeFrom(ZooKeeperProtos.ReplicationPeer other) |
ZooKeeperProtos.ReplicationPeer.Builder |
removeConfiguration(int index)
repeated .hbase.pb.NameStringPair configuration = 4; |
ZooKeeperProtos.ReplicationPeer.Builder |
removeData(int index)
repeated .hbase.pb.BytesBytesPair data = 3; |
ZooKeeperProtos.ReplicationPeer.Builder |
removeTableCfs(int index)
repeated .hbase.pb.TableCF table_cfs = 5; |
ZooKeeperProtos.ReplicationPeer.Builder |
setBandwidth(long value)
optional int64 bandwidth = 7; |
ZooKeeperProtos.ReplicationPeer.Builder |
setClusterkey(String value)
required string clusterkey = 1;
clusterkey is the concatenation of the slave cluster's
hbase.zookeeper.quorum:hbase.zookeeper.property.clientPort:zookeeper.znode.parent
|
ZooKeeperProtos.ReplicationPeer.Builder |
setClusterkeyBytes(com.google.protobuf.ByteString value)
required string clusterkey = 1;
clusterkey is the concatenation of the slave cluster's
hbase.zookeeper.quorum:hbase.zookeeper.property.clientPort:zookeeper.znode.parent
|
ZooKeeperProtos.ReplicationPeer.Builder |
setConfiguration(int index,
HBaseProtos.NameStringPair.Builder builderForValue)
repeated .hbase.pb.NameStringPair configuration = 4; |
ZooKeeperProtos.ReplicationPeer.Builder |
setConfiguration(int index,
HBaseProtos.NameStringPair value)
repeated .hbase.pb.NameStringPair configuration = 4; |
ZooKeeperProtos.ReplicationPeer.Builder |
setData(int index,
HBaseProtos.BytesBytesPair.Builder builderForValue)
repeated .hbase.pb.BytesBytesPair data = 3; |
ZooKeeperProtos.ReplicationPeer.Builder |
setData(int index,
HBaseProtos.BytesBytesPair value)
repeated .hbase.pb.BytesBytesPair data = 3; |
ZooKeeperProtos.ReplicationPeer.Builder |
setNamespaces(int index,
com.google.protobuf.ByteString value)
repeated bytes namespaces = 6; |
ZooKeeperProtos.ReplicationPeer.Builder |
setReplicationEndpointImpl(String value)
optional string replicationEndpointImpl = 2; |
ZooKeeperProtos.ReplicationPeer.Builder |
setReplicationEndpointImplBytes(com.google.protobuf.ByteString value)
optional string replicationEndpointImpl = 2; |
ZooKeeperProtos.ReplicationPeer.Builder |
setTableCfs(int index,
ZooKeeperProtos.TableCF.Builder builderForValue)
repeated .hbase.pb.TableCF table_cfs = 5; |
ZooKeeperProtos.ReplicationPeer.Builder |
setTableCfs(int index,
ZooKeeperProtos.TableCF value)
repeated .hbase.pb.TableCF table_cfs = 5; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessage.Builder<ZooKeeperProtos.ReplicationPeer.Builder>public ZooKeeperProtos.ReplicationPeer.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessage.Builder<ZooKeeperProtos.ReplicationPeer.Builder>public ZooKeeperProtos.ReplicationPeer.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessage.Builder<ZooKeeperProtos.ReplicationPeer.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessage.Builder<ZooKeeperProtos.ReplicationPeer.Builder>public ZooKeeperProtos.ReplicationPeer getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic ZooKeeperProtos.ReplicationPeer build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic ZooKeeperProtos.ReplicationPeer buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic ZooKeeperProtos.ReplicationPeer.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<ZooKeeperProtos.ReplicationPeer.Builder>public ZooKeeperProtos.ReplicationPeer.Builder mergeFrom(ZooKeeperProtos.ReplicationPeer other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessage.Builder<ZooKeeperProtos.ReplicationPeer.Builder>public ZooKeeperProtos.ReplicationPeer.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在接口中 com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<ZooKeeperProtos.ReplicationPeer.Builder>IOExceptionpublic 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
public 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
public 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
public ZooKeeperProtos.ReplicationPeer.Builder setClusterkey(String value)
required string clusterkey = 1;
clusterkey is the concatenation of the slave cluster's hbase.zookeeper.quorum:hbase.zookeeper.property.clientPort:zookeeper.znode.parent
public ZooKeeperProtos.ReplicationPeer.Builder clearClusterkey()
required string clusterkey = 1;
clusterkey is the concatenation of the slave cluster's hbase.zookeeper.quorum:hbase.zookeeper.property.clientPort:zookeeper.znode.parent
public ZooKeeperProtos.ReplicationPeer.Builder setClusterkeyBytes(com.google.protobuf.ByteString value)
required string clusterkey = 1;
clusterkey is the concatenation of the slave cluster's hbase.zookeeper.quorum:hbase.zookeeper.property.clientPort:zookeeper.znode.parent
public boolean hasReplicationEndpointImpl()
optional string replicationEndpointImpl = 2;public String getReplicationEndpointImpl()
optional string replicationEndpointImpl = 2;public com.google.protobuf.ByteString getReplicationEndpointImplBytes()
optional string replicationEndpointImpl = 2;public ZooKeeperProtos.ReplicationPeer.Builder setReplicationEndpointImpl(String value)
optional string replicationEndpointImpl = 2;public ZooKeeperProtos.ReplicationPeer.Builder clearReplicationEndpointImpl()
optional string replicationEndpointImpl = 2;public ZooKeeperProtos.ReplicationPeer.Builder setReplicationEndpointImplBytes(com.google.protobuf.ByteString value)
optional string replicationEndpointImpl = 2;public List<HBaseProtos.BytesBytesPair> getDataList()
repeated .hbase.pb.BytesBytesPair data = 3;public int getDataCount()
repeated .hbase.pb.BytesBytesPair data = 3;public HBaseProtos.BytesBytesPair getData(int index)
repeated .hbase.pb.BytesBytesPair data = 3;public ZooKeeperProtos.ReplicationPeer.Builder setData(int index, HBaseProtos.BytesBytesPair value)
repeated .hbase.pb.BytesBytesPair data = 3;public ZooKeeperProtos.ReplicationPeer.Builder setData(int index, HBaseProtos.BytesBytesPair.Builder builderForValue)
repeated .hbase.pb.BytesBytesPair data = 3;public ZooKeeperProtos.ReplicationPeer.Builder addData(HBaseProtos.BytesBytesPair value)
repeated .hbase.pb.BytesBytesPair data = 3;public ZooKeeperProtos.ReplicationPeer.Builder addData(int index, HBaseProtos.BytesBytesPair value)
repeated .hbase.pb.BytesBytesPair data = 3;public ZooKeeperProtos.ReplicationPeer.Builder addData(HBaseProtos.BytesBytesPair.Builder builderForValue)
repeated .hbase.pb.BytesBytesPair data = 3;public ZooKeeperProtos.ReplicationPeer.Builder addData(int index, HBaseProtos.BytesBytesPair.Builder builderForValue)
repeated .hbase.pb.BytesBytesPair data = 3;public ZooKeeperProtos.ReplicationPeer.Builder addAllData(Iterable<? extends HBaseProtos.BytesBytesPair> values)
repeated .hbase.pb.BytesBytesPair data = 3;public ZooKeeperProtos.ReplicationPeer.Builder clearData()
repeated .hbase.pb.BytesBytesPair data = 3;public ZooKeeperProtos.ReplicationPeer.Builder removeData(int index)
repeated .hbase.pb.BytesBytesPair data = 3;public HBaseProtos.BytesBytesPair.Builder getDataBuilder(int index)
repeated .hbase.pb.BytesBytesPair data = 3;public HBaseProtos.BytesBytesPairOrBuilder getDataOrBuilder(int index)
repeated .hbase.pb.BytesBytesPair data = 3;public List<? extends HBaseProtos.BytesBytesPairOrBuilder> getDataOrBuilderList()
repeated .hbase.pb.BytesBytesPair data = 3;public HBaseProtos.BytesBytesPair.Builder addDataBuilder()
repeated .hbase.pb.BytesBytesPair data = 3;public HBaseProtos.BytesBytesPair.Builder addDataBuilder(int index)
repeated .hbase.pb.BytesBytesPair data = 3;public List<HBaseProtos.BytesBytesPair.Builder> getDataBuilderList()
repeated .hbase.pb.BytesBytesPair data = 3;public List<HBaseProtos.NameStringPair> getConfigurationList()
repeated .hbase.pb.NameStringPair configuration = 4;public int getConfigurationCount()
repeated .hbase.pb.NameStringPair configuration = 4;public HBaseProtos.NameStringPair getConfiguration(int index)
repeated .hbase.pb.NameStringPair configuration = 4;public ZooKeeperProtos.ReplicationPeer.Builder setConfiguration(int index, HBaseProtos.NameStringPair value)
repeated .hbase.pb.NameStringPair configuration = 4;public ZooKeeperProtos.ReplicationPeer.Builder setConfiguration(int index, HBaseProtos.NameStringPair.Builder builderForValue)
repeated .hbase.pb.NameStringPair configuration = 4;public ZooKeeperProtos.ReplicationPeer.Builder addConfiguration(HBaseProtos.NameStringPair value)
repeated .hbase.pb.NameStringPair configuration = 4;public ZooKeeperProtos.ReplicationPeer.Builder addConfiguration(int index, HBaseProtos.NameStringPair value)
repeated .hbase.pb.NameStringPair configuration = 4;public ZooKeeperProtos.ReplicationPeer.Builder addConfiguration(HBaseProtos.NameStringPair.Builder builderForValue)
repeated .hbase.pb.NameStringPair configuration = 4;public ZooKeeperProtos.ReplicationPeer.Builder addConfiguration(int index, HBaseProtos.NameStringPair.Builder builderForValue)
repeated .hbase.pb.NameStringPair configuration = 4;public ZooKeeperProtos.ReplicationPeer.Builder addAllConfiguration(Iterable<? extends HBaseProtos.NameStringPair> values)
repeated .hbase.pb.NameStringPair configuration = 4;public ZooKeeperProtos.ReplicationPeer.Builder clearConfiguration()
repeated .hbase.pb.NameStringPair configuration = 4;public ZooKeeperProtos.ReplicationPeer.Builder removeConfiguration(int index)
repeated .hbase.pb.NameStringPair configuration = 4;public HBaseProtos.NameStringPair.Builder getConfigurationBuilder(int index)
repeated .hbase.pb.NameStringPair configuration = 4;public HBaseProtos.NameStringPairOrBuilder getConfigurationOrBuilder(int index)
repeated .hbase.pb.NameStringPair configuration = 4;public List<? extends HBaseProtos.NameStringPairOrBuilder> getConfigurationOrBuilderList()
repeated .hbase.pb.NameStringPair configuration = 4;public HBaseProtos.NameStringPair.Builder addConfigurationBuilder()
repeated .hbase.pb.NameStringPair configuration = 4;public HBaseProtos.NameStringPair.Builder addConfigurationBuilder(int index)
repeated .hbase.pb.NameStringPair configuration = 4;public List<HBaseProtos.NameStringPair.Builder> getConfigurationBuilderList()
repeated .hbase.pb.NameStringPair configuration = 4;public List<ZooKeeperProtos.TableCF> getTableCfsList()
repeated .hbase.pb.TableCF table_cfs = 5;public int getTableCfsCount()
repeated .hbase.pb.TableCF table_cfs = 5;public ZooKeeperProtos.TableCF getTableCfs(int index)
repeated .hbase.pb.TableCF table_cfs = 5;public ZooKeeperProtos.ReplicationPeer.Builder setTableCfs(int index, ZooKeeperProtos.TableCF value)
repeated .hbase.pb.TableCF table_cfs = 5;public ZooKeeperProtos.ReplicationPeer.Builder setTableCfs(int index, ZooKeeperProtos.TableCF.Builder builderForValue)
repeated .hbase.pb.TableCF table_cfs = 5;public ZooKeeperProtos.ReplicationPeer.Builder addTableCfs(ZooKeeperProtos.TableCF value)
repeated .hbase.pb.TableCF table_cfs = 5;public ZooKeeperProtos.ReplicationPeer.Builder addTableCfs(int index, ZooKeeperProtos.TableCF value)
repeated .hbase.pb.TableCF table_cfs = 5;public ZooKeeperProtos.ReplicationPeer.Builder addTableCfs(ZooKeeperProtos.TableCF.Builder builderForValue)
repeated .hbase.pb.TableCF table_cfs = 5;public ZooKeeperProtos.ReplicationPeer.Builder addTableCfs(int index, ZooKeeperProtos.TableCF.Builder builderForValue)
repeated .hbase.pb.TableCF table_cfs = 5;public ZooKeeperProtos.ReplicationPeer.Builder addAllTableCfs(Iterable<? extends ZooKeeperProtos.TableCF> values)
repeated .hbase.pb.TableCF table_cfs = 5;public ZooKeeperProtos.ReplicationPeer.Builder clearTableCfs()
repeated .hbase.pb.TableCF table_cfs = 5;public ZooKeeperProtos.ReplicationPeer.Builder removeTableCfs(int index)
repeated .hbase.pb.TableCF table_cfs = 5;public ZooKeeperProtos.TableCF.Builder getTableCfsBuilder(int index)
repeated .hbase.pb.TableCF table_cfs = 5;public ZooKeeperProtos.TableCFOrBuilder getTableCfsOrBuilder(int index)
repeated .hbase.pb.TableCF table_cfs = 5;public List<? extends ZooKeeperProtos.TableCFOrBuilder> getTableCfsOrBuilderList()
repeated .hbase.pb.TableCF table_cfs = 5;public ZooKeeperProtos.TableCF.Builder addTableCfsBuilder()
repeated .hbase.pb.TableCF table_cfs = 5;public ZooKeeperProtos.TableCF.Builder addTableCfsBuilder(int index)
repeated .hbase.pb.TableCF table_cfs = 5;public List<ZooKeeperProtos.TableCF.Builder> getTableCfsBuilderList()
repeated .hbase.pb.TableCF table_cfs = 5;public List<com.google.protobuf.ByteString> getNamespacesList()
repeated bytes namespaces = 6;public int getNamespacesCount()
repeated bytes namespaces = 6;public com.google.protobuf.ByteString getNamespaces(int index)
repeated bytes namespaces = 6;public ZooKeeperProtos.ReplicationPeer.Builder setNamespaces(int index, com.google.protobuf.ByteString value)
repeated bytes namespaces = 6;public ZooKeeperProtos.ReplicationPeer.Builder addNamespaces(com.google.protobuf.ByteString value)
repeated bytes namespaces = 6;public ZooKeeperProtos.ReplicationPeer.Builder addAllNamespaces(Iterable<? extends com.google.protobuf.ByteString> values)
repeated bytes namespaces = 6;public ZooKeeperProtos.ReplicationPeer.Builder clearNamespaces()
repeated bytes namespaces = 6;public boolean hasBandwidth()
optional int64 bandwidth = 7;public long getBandwidth()
optional int64 bandwidth = 7;public ZooKeeperProtos.ReplicationPeer.Builder setBandwidth(long value)
optional int64 bandwidth = 7;public ZooKeeperProtos.ReplicationPeer.Builder clearBandwidth()
optional int64 bandwidth = 7;Copyright © 2007–2019. All rights reserved.