Uses of Interface
org.apache.hadoop.hbase.replication.ReplicationEndpoint

Packages that use ReplicationEndpoint
org.apache.hadoop.hbase.coprocessor Table of Contents 
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.replication Multi Cluster Replication 
org.apache.hadoop.hbase.replication.regionserver   
org.apache.hadoop.hbase.security.access   
org.apache.hadoop.hbase.security.visibility   
 

Uses of ReplicationEndpoint in org.apache.hadoop.hbase.coprocessor
 

Methods in org.apache.hadoop.hbase.coprocessor that return ReplicationEndpoint
 ReplicationEndpoint BaseRegionServerObserver.postCreateReplicationEndPoint(ObserverContext<RegionServerCoprocessorEnvironment> ctx, ReplicationEndpoint endpoint)
           
 ReplicationEndpoint RegionServerObserver.postCreateReplicationEndPoint(ObserverContext<RegionServerCoprocessorEnvironment> ctx, ReplicationEndpoint endpoint)
          This will be called after the replication endpoint is instantiated.
 

Methods in org.apache.hadoop.hbase.coprocessor with parameters of type ReplicationEndpoint
 ReplicationEndpoint BaseRegionServerObserver.postCreateReplicationEndPoint(ObserverContext<RegionServerCoprocessorEnvironment> ctx, ReplicationEndpoint endpoint)
           
 ReplicationEndpoint RegionServerObserver.postCreateReplicationEndPoint(ObserverContext<RegionServerCoprocessorEnvironment> ctx, ReplicationEndpoint endpoint)
          This will be called after the replication endpoint is instantiated.
 

Uses of ReplicationEndpoint in org.apache.hadoop.hbase.regionserver
 

Methods in org.apache.hadoop.hbase.regionserver that return ReplicationEndpoint
 ReplicationEndpoint RegionServerCoprocessorHost.postCreateReplicationEndPoint(ReplicationEndpoint endpoint)
           
 

Methods in org.apache.hadoop.hbase.regionserver with parameters of type ReplicationEndpoint
 ReplicationEndpoint RegionServerCoprocessorHost.postCreateReplicationEndPoint(ReplicationEndpoint endpoint)
           
 

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

Classes in org.apache.hadoop.hbase.replication that implement ReplicationEndpoint
 class BaseReplicationEndpoint
          A Base implementation for ReplicationEndpoints.
 class HBaseReplicationEndpoint
          A BaseReplicationEndpoint for replication endpoints whose target cluster is an HBase cluster.
 

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

Classes in org.apache.hadoop.hbase.replication.regionserver that implement ReplicationEndpoint
 class HBaseInterClusterReplicationEndpoint
          A ReplicationEndpoint implementation for replicating to another HBase cluster.
 

Methods in org.apache.hadoop.hbase.replication.regionserver with parameters of type ReplicationEndpoint
 void ReplicationSourceInterface.init(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, ReplicationSourceManager manager, ReplicationQueues replicationQueues, ReplicationPeers replicationPeers, Stoppable stopper, String peerClusterZnode, UUID clusterId, ReplicationEndpoint replicationEndpoint, MetricsSource metrics)
          Initializer for the source
 void ReplicationSource.init(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, ReplicationSourceManager manager, ReplicationQueues replicationQueues, ReplicationPeers replicationPeers, Stoppable stopper, String peerClusterZnode, UUID clusterId, ReplicationEndpoint replicationEndpoint, MetricsSource metrics)
          Instantiation method used by region servers
 

Uses of ReplicationEndpoint in org.apache.hadoop.hbase.security.access
 

Methods in org.apache.hadoop.hbase.security.access that return ReplicationEndpoint
 ReplicationEndpoint AccessController.postCreateReplicationEndPoint(ObserverContext<RegionServerCoprocessorEnvironment> ctx, ReplicationEndpoint endpoint)
           
 

Methods in org.apache.hadoop.hbase.security.access with parameters of type ReplicationEndpoint
 ReplicationEndpoint AccessController.postCreateReplicationEndPoint(ObserverContext<RegionServerCoprocessorEnvironment> ctx, ReplicationEndpoint endpoint)
           
 

Uses of ReplicationEndpoint in org.apache.hadoop.hbase.security.visibility
 

Classes in org.apache.hadoop.hbase.security.visibility that implement ReplicationEndpoint
 class VisibilityReplicationEndpoint
           
 

Methods in org.apache.hadoop.hbase.security.visibility that return ReplicationEndpoint
 ReplicationEndpoint VisibilityController.VisibilityReplication.postCreateReplicationEndPoint(ObserverContext<RegionServerCoprocessorEnvironment> ctx, ReplicationEndpoint endpoint)
           
 

Methods in org.apache.hadoop.hbase.security.visibility with parameters of type ReplicationEndpoint
 ReplicationEndpoint VisibilityController.VisibilityReplication.postCreateReplicationEndPoint(ObserverContext<RegionServerCoprocessorEnvironment> ctx, ReplicationEndpoint endpoint)
           
 

Constructors in org.apache.hadoop.hbase.security.visibility with parameters of type ReplicationEndpoint
VisibilityReplicationEndpoint(ReplicationEndpoint endpoint, VisibilityLabelService visibilityLabelsService)
           
 



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