org.apache.hadoop.hbase.protobuf.generated
Interface ZooKeeperProtos.ReplicationPeerOrBuilder

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

public static interface ZooKeeperProtos.ReplicationPeerOrBuilder
extends com.google.protobuf.MessageOrBuilder


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.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
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 © 2013 The Apache Software Foundation. All Rights Reserved.