| Package | Description | 
|---|---|
| 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 | 
| Modifier and Type | Method and Description | 
|---|---|
| default ReplicationEndpoint | RegionServerObserver. postCreateReplicationEndPoint(ObserverContext<RegionServerCoprocessorEnvironment> ctx,
                             ReplicationEndpoint endpoint)This will be called after the replication endpoint is instantiated. | 
| Modifier and Type | Method and Description | 
|---|---|
| default ReplicationEndpoint | RegionServerObserver. postCreateReplicationEndPoint(ObserverContext<RegionServerCoprocessorEnvironment> ctx,
                             ReplicationEndpoint endpoint)This will be called after the replication endpoint is instantiated. | 
| Modifier and Type | Method and Description | 
|---|---|
| ReplicationEndpoint | RegionServerCoprocessorHost. postCreateReplicationEndPoint(ReplicationEndpoint endpoint) | 
| Modifier and Type | Method and Description | 
|---|---|
| ReplicationEndpoint | RegionServerCoprocessorHost. postCreateReplicationEndPoint(ReplicationEndpoint endpoint) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BaseReplicationEndpointA Base implementation for  ReplicationEndpoints. | 
| class  | HBaseReplicationEndpointA  BaseReplicationEndpointfor replication endpoints whose
 target cluster is an HBase cluster. | 
| class  | VerifyWALEntriesReplicationEndpointA dummy  ReplicationEndpointthat replicates nothing. | 
| Modifier and Type | Field and Description | 
|---|---|
| private ReplicationEndpoint | ClusterMarkingEntryFilter. replicationEndpoint | 
| Constructor and Description | 
|---|
| ClusterMarkingEntryFilter(UUID clusterId,
                         UUID peerClusterId,
                         ReplicationEndpoint replicationEndpoint) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HBaseInterClusterReplicationEndpointA  ReplicationEndpointimplementation for replicating to another HBase cluster. | 
| class  | RegionReplicaReplicationEndpointA  ReplicationEndpointendpoint
 which receives the WAL edits from the WAL, and sends the edits to replicas
 of regions. | 
| Modifier and Type | Field and Description | 
|---|---|
| private ReplicationEndpoint | ReplicationSource. replicationEndpoint | 
| Modifier and Type | Method and Description | 
|---|---|
| private ReplicationEndpoint | ReplicationSource. createReplicationEndpoint() | 
| ReplicationEndpoint | ReplicationSourceInterface. getReplicationEndpoint() | 
| ReplicationEndpoint | ReplicationSource. getReplicationEndpoint() | 
| Modifier and Type | Method and Description | 
|---|---|
| private void | ReplicationSource. initAndStartReplicationEndpoint(ReplicationEndpoint replicationEndpoint) | 
| Modifier and Type | Method and Description | 
|---|---|
| ReplicationEndpoint | AccessController. postCreateReplicationEndPoint(ObserverContext<RegionServerCoprocessorEnvironment> ctx,
                             ReplicationEndpoint endpoint) | 
| Modifier and Type | Method and Description | 
|---|---|
| ReplicationEndpoint | AccessController. postCreateReplicationEndPoint(ObserverContext<RegionServerCoprocessorEnvironment> ctx,
                             ReplicationEndpoint endpoint) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | VisibilityReplicationEndpoint | 
| Modifier and Type | Field and Description | 
|---|---|
| private ReplicationEndpoint | VisibilityReplicationEndpoint. delegator | 
| Modifier and Type | Method and Description | 
|---|---|
| ReplicationEndpoint | VisibilityReplication. postCreateReplicationEndPoint(ObserverContext<RegionServerCoprocessorEnvironment> ctx,
                             ReplicationEndpoint endpoint) | 
| Modifier and Type | Method and Description | 
|---|---|
| ReplicationEndpoint | VisibilityReplication. postCreateReplicationEndPoint(ObserverContext<RegionServerCoprocessorEnvironment> ctx,
                             ReplicationEndpoint endpoint) | 
| Constructor and Description | 
|---|
| VisibilityReplicationEndpoint(ReplicationEndpoint endpoint,
                             VisibilityLabelService visibilityLabelsService) | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.