Uses of Class
org.apache.hadoop.hbase.replication.ReplicationPeer.PeerState

Packages that use ReplicationPeer.PeerState
org.apache.hadoop.hbase.replication   
 

Uses of ReplicationPeer.PeerState in org.apache.hadoop.hbase.replication
 

Methods in org.apache.hadoop.hbase.replication that return ReplicationPeer.PeerState
 ReplicationPeer.PeerState ReplicationPeer.getPeerState()
          Returns the state of the peer
 ReplicationPeer.PeerState ReplicationPeerZKImpl.getPeerState()
           
static ReplicationPeer.PeerState ReplicationPeer.PeerState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ReplicationPeer.PeerState[] ReplicationPeer.PeerState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.