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 |
BaseReplicationEndpoint
A Base implementation for
ReplicationEndpoint s. |
class |
HBaseReplicationEndpoint
A
BaseReplicationEndpoint for replication endpoints whose
target cluster is an HBase cluster. |
class |
VerifyWALEntriesReplicationEndpoint
A dummy
ReplicationEndpoint that 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 |
HBaseInterClusterReplicationEndpoint
A
ReplicationEndpoint
implementation for replicating to another HBase cluster. |
class |
RegionReplicaReplicationEndpoint
A
ReplicationEndpoint endpoint
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–2020 The Apache Software Foundation. All rights reserved.