org.hbase.async.generated
Interface ZooKeeperPB.ReplicationPeerOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
ZooKeeperPB.ReplicationPeer, ZooKeeperPB.ReplicationPeer.Builder
Enclosing class:
ZooKeeperPB

public static interface ZooKeeperPB.ReplicationPeerOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder


Method Summary
 String getClusterkey()
          required string clusterkey = 1;
 com.google.protobuf.ByteString getClusterkeyBytes()
          required string clusterkey = 1;
 boolean hasClusterkey()
          required string clusterkey = 1;
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
 

Method Detail

hasClusterkey

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
 


getClusterkey

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
 


getClusterkeyBytes

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 © 2010-2015, The Async HBase Authors