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.Builderclear in class com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.ReplicationPeer,ZooKeeperPB.ReplicationPeer.Builder>public ZooKeeperPB.ReplicationPeer.Builder clone()
clone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.ReplicationPeer,ZooKeeperPB.ReplicationPeer.Builder>public ZooKeeperPB.ReplicationPeer getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in class com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.ReplicationPeer,ZooKeeperPB.ReplicationPeer.Builder>public ZooKeeperPB.ReplicationPeer build()
build in interface com.google.protobuf.MessageLite.Builderpublic ZooKeeperPB.ReplicationPeer buildPartial()
buildPartial in interface com.google.protobuf.MessageLite.Builderpublic 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.MessageLiteOrBuilderpublic ZooKeeperPB.ReplicationPeer.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessageLite.Builder<ZooKeeperPB.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
hasClusterkey in interface ZooKeeperPB.ReplicationPeerOrBuilderpublic 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.ReplicationPeerOrBuilderpublic 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.ReplicationPeerOrBuilderpublic 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-2014, The Async HBase Authors