Uses of Class
org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint

Packages that use HBaseReplicationEndpoint
org.apache.hadoop.hbase.replication Multi Cluster Replication 
org.apache.hadoop.hbase.replication.regionserver   
 

Uses of HBaseReplicationEndpoint in org.apache.hadoop.hbase.replication
 

Constructors in org.apache.hadoop.hbase.replication with parameters of type HBaseReplicationEndpoint
HBaseReplicationEndpoint.PeerRegionServerListener(HBaseReplicationEndpoint replicationPeer)
           
 

Uses of HBaseReplicationEndpoint in org.apache.hadoop.hbase.replication.regionserver
 

Subclasses of HBaseReplicationEndpoint in org.apache.hadoop.hbase.replication.regionserver
 class HBaseInterClusterReplicationEndpoint
          A ReplicationEndpoint implementation for replicating to another HBase cluster.
 

Constructors in org.apache.hadoop.hbase.replication.regionserver with parameters of type HBaseReplicationEndpoint
ReplicationSinkManager(HConnection conn, String peerClusterId, HBaseReplicationEndpoint endpoint, org.apache.hadoop.conf.Configuration conf)
          Instantiate for a single replication peer cluster.
 



Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.