| Interface | Description |
|---|---|
| ReplicationEndpoint |
ReplicationEndpoint is a plugin which implements replication
to other HBase clusters, or other systems.
|
| WALCellFilter |
A filter for WAL entry cells before being sent over to replication.
|
| WALEntryFilter |
A Filter for WAL entries before being sent over to replication.
|
| Class | Description |
|---|---|
| BaseReplicationEndpoint |
A Base implementation for
ReplicationEndpoints. |
| BaseWALEntryFilter |
A base class WALEntryFilter implementations.
|
| BulkLoadCellFilter | |
| ChainWALEntryFilter |
A
WALEntryFilter which contains multiple filters and applies them
in chain order |
| ClusterMarkingEntryFilter |
Filters out entries with our peerClusterId (i.e.
|
| HBaseReplicationEndpoint |
A
BaseReplicationEndpoint for replication endpoints whose
target cluster is an HBase cluster. |
| HBaseReplicationEndpoint.PeerRegionServerListener |
Tracks changes to the list of region servers in a peer's cluster.
|
| NamespaceTableCfWALEntryFilter |
Filter a WAL Entry by the peer config: replicate_all flag, namespaces config, table-cfs config,
exclude namespaces config, and exclude table-cfs config.
|
| ReplicationEndpoint.Context | |
| ReplicationEndpoint.ReplicateContext |
A context for
ReplicationEndpoint.replicate(ReplicateContext) method. |
| ScopeWALEntryFilter |
Keeps KVs that are scoped other than local
|
| SystemTableWALEntryFilter |
Skips WAL edits for all System tables including META
|
| TestVerifyReplication |