Uses of Interface
org.apache.hadoop.hbase.replication.ReplicationEndpoint
Package
Description
Table of Contents
Multi Cluster Replication
-
Uses of ReplicationEndpoint in org.apache.hadoop.hbase.coprocessor
Modifier and TypeMethodDescriptiondefault ReplicationEndpoint
RegionServerObserver.postCreateReplicationEndPoint
(ObserverContext<RegionServerCoprocessorEnvironment> ctx, ReplicationEndpoint endpoint) This will be called after the replication endpoint is instantiated.Modifier 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
Modifier and TypeMethodDescriptionprivate void
ReplicationPeerManager.checkClusterKey
(String clusterKey, ReplicationEndpoint endpoint) -
Uses of ReplicationEndpoint in org.apache.hadoop.hbase.regionserver
Modifier and TypeMethodDescriptionRegionServerCoprocessorHost.postCreateReplicationEndPoint
(ReplicationEndpoint endpoint) Modifier and TypeMethodDescriptionRegionServerCoprocessorHost.postCreateReplicationEndPoint
(ReplicationEndpoint endpoint) -
Uses of ReplicationEndpoint in org.apache.hadoop.hbase.replication
Modifier 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.Modifier and TypeFieldDescriptionprivate ReplicationEndpoint
ClusterMarkingEntryFilter.replicationEndpoint
ModifierConstructorDescriptionClusterMarkingEntryFilter
(UUID clusterId, UUID peerClusterId, ReplicationEndpoint replicationEndpoint) -
Uses of ReplicationEndpoint in org.apache.hadoop.hbase.replication.regionserver
Modifier and TypeClassDescriptionclass
AReplicationEndpoint
implementation for replicating to another HBase cluster.Modifier and TypeFieldDescriptionprivate ReplicationEndpoint
ReplicationSource.replicationEndpoint
Modifier and TypeMethodDescriptionprivate ReplicationEndpoint
ReplicationSource.createReplicationEndpoint()
ReplicationSource.getReplicationEndpoint()
ReplicationSourceInterface.getReplicationEndpoint()
Returns the replication endpoint used by this replication sourceModifier and TypeMethodDescriptionprivate void
ReplicationSource.initAndStartReplicationEndpoint
(ReplicationEndpoint replicationEndpoint) -
Uses of ReplicationEndpoint in org.apache.hadoop.hbase.security.access
Modifier and TypeMethodDescriptionAccessController.postCreateReplicationEndPoint
(ObserverContext<RegionServerCoprocessorEnvironment> ctx, ReplicationEndpoint endpoint) Modifier and TypeMethodDescriptionAccessController.postCreateReplicationEndPoint
(ObserverContext<RegionServerCoprocessorEnvironment> ctx, ReplicationEndpoint endpoint) -
Uses of ReplicationEndpoint in org.apache.hadoop.hbase.security.visibility
Modifier and TypeFieldDescriptionprivate final ReplicationEndpoint
VisibilityReplicationEndpoint.delegator
Modifier and TypeMethodDescriptionVisibilityReplication.postCreateReplicationEndPoint
(ObserverContext<RegionServerCoprocessorEnvironment> ctx, ReplicationEndpoint endpoint) Modifier and TypeMethodDescriptionVisibilityReplication.postCreateReplicationEndPoint
(ObserverContext<RegionServerCoprocessorEnvironment> ctx, ReplicationEndpoint endpoint) ModifierConstructorDescriptionVisibilityReplicationEndpoint
(ReplicationEndpoint endpoint, VisibilityLabelService visibilityLabelsService)