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 ReplicationEndpointRegionServerObserver.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 ReplicationEndpointRegionServerObserver.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 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 TypeClassDescriptionclassA Base implementation forReplicationEndpoints.classABaseReplicationEndpointfor replication endpoints whose target cluster is an HBase cluster.classA dummyReplicationEndpointthat replicates nothing.Fields in org.apache.hadoop.hbase.replication declared as ReplicationEndpointModifier and TypeFieldDescriptionprivate ReplicationEndpointClusterMarkingEntryFilter.replicationEndpointConstructors 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 TypeClassDescriptionclassAReplicationEndpointimplementation for replicating to another HBase cluster.classAReplicationEndpointendpoint which receives the WAL edits from the WAL, and sends the edits to replicas of regions.Fields in org.apache.hadoop.hbase.replication.regionserver declared as ReplicationEndpointModifier and TypeFieldDescriptionprivate ReplicationEndpointReplicationSource.replicationEndpointMethods in org.apache.hadoop.hbase.replication.regionserver that return ReplicationEndpointModifier and TypeMethodDescriptionprivate ReplicationEndpointReplicationSource.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 voidReplicationSource.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 ReplicationEndpointVisibilityReplicationEndpoint.delegatorMethods 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)