Uses of Interface
org.apache.hadoop.hbase.replication.ReplicationEndpoint
Packages that use ReplicationEndpoint
Package
Description
Table of Contents
Multi Cluster Replication
-
Uses of ReplicationEndpoint in org.apache.hadoop.hbase.coprocessor
Methods in org.apache.hadoop.hbase.coprocessor that return ReplicationEndpointModifier and TypeMethodDescriptiondefault 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 ReplicationEndpointModifier and TypeMethodDescriptiondefault 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.master.replication
Methods in org.apache.hadoop.hbase.master.replication with parameters of type ReplicationEndpointModifier and TypeMethodDescriptionprivate void
ReplicationPeerManager.checkClusterKey
(String clusterKey, ReplicationEndpoint endpoint) -
Uses of ReplicationEndpoint in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver that return ReplicationEndpointModifier and TypeMethodDescriptionRegionServerCoprocessorHost.postCreateReplicationEndPoint
(ReplicationEndpoint endpoint) Methods in org.apache.hadoop.hbase.regionserver with parameters of type ReplicationEndpointModifier and TypeMethodDescriptionRegionServerCoprocessorHost.postCreateReplicationEndPoint
(ReplicationEndpoint endpoint) -
Uses of ReplicationEndpoint in org.apache.hadoop.hbase.replication
Classes in org.apache.hadoop.hbase.replication that implement ReplicationEndpointModifier and TypeClassDescriptionclass
A Base implementation forReplicationEndpoint
s.class
ABaseReplicationEndpoint
for replication endpoints whose target cluster is an HBase cluster.class
A dummyReplicationEndpoint
that replicates nothing.Fields in org.apache.hadoop.hbase.replication declared as ReplicationEndpointModifier and TypeFieldDescriptionprivate ReplicationEndpoint
ClusterMarkingEntryFilter.replicationEndpoint
Constructors in org.apache.hadoop.hbase.replication with parameters of type ReplicationEndpointModifierConstructorDescriptionClusterMarkingEntryFilter
(UUID clusterId, UUID peerClusterId, ReplicationEndpoint replicationEndpoint) -
Uses of ReplicationEndpoint in org.apache.hadoop.hbase.replication.regionserver
Classes in org.apache.hadoop.hbase.replication.regionserver that implement ReplicationEndpointModifier and TypeClassDescriptionclass
AReplicationEndpoint
implementation for replicating to another HBase cluster.Fields in org.apache.hadoop.hbase.replication.regionserver declared as ReplicationEndpointModifier and TypeFieldDescriptionprivate ReplicationEndpoint
ReplicationSource.replicationEndpoint
Methods in org.apache.hadoop.hbase.replication.regionserver that return ReplicationEndpointModifier and TypeMethodDescriptionprivate ReplicationEndpoint
ReplicationSource.createReplicationEndpoint()
ReplicationSource.getReplicationEndpoint()
ReplicationSourceInterface.getReplicationEndpoint()
Returns the replication endpoint used by this replication sourceMethods in org.apache.hadoop.hbase.replication.regionserver with parameters of type ReplicationEndpointModifier and TypeMethodDescriptionprivate void
ReplicationSource.initAndStartReplicationEndpoint
(ReplicationEndpoint replicationEndpoint) -
Uses of ReplicationEndpoint in org.apache.hadoop.hbase.security.access
Methods in org.apache.hadoop.hbase.security.access that return ReplicationEndpointModifier and TypeMethodDescriptionAccessController.postCreateReplicationEndPoint
(ObserverContext<RegionServerCoprocessorEnvironment> ctx, ReplicationEndpoint endpoint) Methods in org.apache.hadoop.hbase.security.access with parameters of type ReplicationEndpointModifier and TypeMethodDescriptionAccessController.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 ReplicationEndpointFields in org.apache.hadoop.hbase.security.visibility declared as ReplicationEndpointModifier and TypeFieldDescriptionprivate final ReplicationEndpoint
VisibilityReplicationEndpoint.delegator
Methods in org.apache.hadoop.hbase.security.visibility that return ReplicationEndpointModifier and TypeMethodDescriptionVisibilityReplication.postCreateReplicationEndPoint
(ObserverContext<RegionServerCoprocessorEnvironment> ctx, ReplicationEndpoint endpoint) Methods in org.apache.hadoop.hbase.security.visibility with parameters of type ReplicationEndpointModifier and TypeMethodDescriptionVisibilityReplication.postCreateReplicationEndPoint
(ObserverContext<RegionServerCoprocessorEnvironment> ctx, ReplicationEndpoint endpoint) Constructors in org.apache.hadoop.hbase.security.visibility with parameters of type ReplicationEndpointModifierConstructorDescriptionVisibilityReplicationEndpoint
(ReplicationEndpoint endpoint, VisibilityLabelService visibilityLabelsService)