public static interface ZooKeeperProtos.ReplicationPeerOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getClusterkey()
required string clusterkey = 1; |
com.google.protobuf.ByteString |
getClusterkeyBytes()
required string clusterkey = 1; |
boolean |
hasClusterkey()
required string clusterkey = 1; |
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
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
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.