public static final class ZooKeeperPB.ReplicationPeer.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.ReplicationPeer,ZooKeeperPB.ReplicationPeer.Builder> implements ZooKeeperPB.ReplicationPeerOrBuilder
Used by replication. Holds a replication peer key.Protobuf type
ReplicationPeer
Modifier and Type | Method and Description |
---|---|
ZooKeeperPB.ReplicationPeer.Builder |
clearClusterkey()
clusterkey is the concatenation of the slave cluster's
hbase.zookeeper.quorum:hbase.zookeeper.property.clientPort:zookeeper.znode.parent
|
String |
getClusterkey()
clusterkey is the concatenation of the slave cluster's
hbase.zookeeper.quorum:hbase.zookeeper.property.clientPort:zookeeper.znode.parent
|
com.google.protobuf.ByteString |
getClusterkeyBytes()
clusterkey is the concatenation of the slave cluster's
hbase.zookeeper.quorum:hbase.zookeeper.property.clientPort:zookeeper.znode.parent
|
boolean |
hasClusterkey()
clusterkey is the concatenation of the slave cluster's
hbase.zookeeper.quorum:hbase.zookeeper.property.clientPort:zookeeper.znode.parent
|
ZooKeeperPB.ReplicationPeer.Builder |
setClusterkey(String value)
clusterkey is the concatenation of the slave cluster's
hbase.zookeeper.quorum:hbase.zookeeper.property.clientPort:zookeeper.znode.parent
|
ZooKeeperPB.ReplicationPeer.Builder |
setClusterkeyBytes(com.google.protobuf.ByteString value)
clusterkey is the concatenation of the slave cluster's
hbase.zookeeper.quorum:hbase.zookeeper.property.clientPort:zookeeper.znode.parent
|
build, buildPartial, clear, clone, copyOnWrite, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
public boolean hasClusterkey()
clusterkey is the concatenation of the slave cluster's hbase.zookeeper.quorum:hbase.zookeeper.property.clientPort:zookeeper.znode.parent
required string clusterkey = 1;
hasClusterkey
in interface ZooKeeperPB.ReplicationPeerOrBuilder
public 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;
getClusterkey
in interface ZooKeeperPB.ReplicationPeerOrBuilder
public 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;
getClusterkeyBytes
in interface ZooKeeperPB.ReplicationPeerOrBuilder
public ZooKeeperPB.ReplicationPeer.Builder setClusterkey(String value)
clusterkey is the concatenation of the slave cluster's hbase.zookeeper.quorum:hbase.zookeeper.property.clientPort:zookeeper.znode.parent
required string clusterkey = 1;
public ZooKeeperPB.ReplicationPeer.Builder clearClusterkey()
clusterkey is the concatenation of the slave cluster's hbase.zookeeper.quorum:hbase.zookeeper.property.clientPort:zookeeper.znode.parent
required string clusterkey = 1;
public ZooKeeperPB.ReplicationPeer.Builder setClusterkeyBytes(com.google.protobuf.ByteString value)
clusterkey is the concatenation of the slave cluster's hbase.zookeeper.quorum:hbase.zookeeper.property.clientPort:zookeeper.znode.parent
required string clusterkey = 1;
Copyright © 2010–2018 The Async HBase Authors. All rights reserved.