public static final class ZooKeeperPB.ReplicationPeer.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.ReplicationPeer,ZooKeeperPB.ReplicationPeer.Builder> implements ZooKeeperPB.ReplicationPeerOrBuilder
ReplicationPeer
Used by replication. Holds a replication peer key.
public ZooKeeperPB.ReplicationPeer.Builder clear()
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.ReplicationPeer,ZooKeeperPB.ReplicationPeer.Builder>
public ZooKeeperPB.ReplicationPeer.Builder clone()
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.ReplicationPeer,ZooKeeperPB.ReplicationPeer.Builder>
public ZooKeeperPB.ReplicationPeer getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in class com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.ReplicationPeer,ZooKeeperPB.ReplicationPeer.Builder>
public ZooKeeperPB.ReplicationPeer build()
build
in interface com.google.protobuf.MessageLite.Builder
public ZooKeeperPB.ReplicationPeer buildPartial()
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public ZooKeeperPB.ReplicationPeer.Builder mergeFrom(ZooKeeperPB.ReplicationPeer other)
mergeFrom
in class com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.ReplicationPeer,ZooKeeperPB.ReplicationPeer.Builder>
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
public ZooKeeperPB.ReplicationPeer.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessageLite.Builder<ZooKeeperPB.ReplicationPeer.Builder>
IOException
public 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
hasClusterkey
in interface ZooKeeperPB.ReplicationPeerOrBuilder
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
getClusterkey
in interface ZooKeeperPB.ReplicationPeerOrBuilder
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
getClusterkeyBytes
in interface ZooKeeperPB.ReplicationPeerOrBuilder
public ZooKeeperPB.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 ZooKeeperPB.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 ZooKeeperPB.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
Copyright ? 2010-2015, The Async HBase Authors