Interface | Description |
---|---|
ReplicationEndpoint |
ReplicationEndpoint is a plugin which implements replication to other HBase clusters, or other
systems.
|
ReplicationListener |
The replication listener interface can be implemented if a class needs to subscribe to events
generated by the ReplicationTracker.
|
ReplicationPeer |
ReplicationPeer manages enabled / disabled state for the peer.
|
ReplicationPeerConfigBuilder |
For creating
ReplicationPeerConfig . |
ReplicationPeerConfigListener | |
ReplicationPeerStorage |
Perform read/write to the replication peer storage.
|
ReplicationQueueStorage |
Perform read/write to the replication queue storage.
|
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
ReplicationEndpoint s. |
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 according to the table and family which it belongs to.
|
ReplicationEndpoint.Context | |
ReplicationEndpoint.ReplicateContext |
A context for
ReplicationEndpoint.replicate(ReplicateContext) method. |
ReplicationFactory |
A factory class for instantiating replication objects that deal with replication state.
|
ReplicationLoadSink |
A HBase ReplicationLoad to present MetricsSink information
|
ReplicationLoadSink.ReplicationLoadSinkBuilder | |
ReplicationLoadSource |
A HBase ReplicationLoad to present MetricsSource information
|
ReplicationLoadSource.ReplicationLoadSourceBuilder | |
ReplicationPeerConfig |
A configuration for the replication peer cluster.
|
ReplicationPeerConfig.ReplicationPeerConfigBuilderImpl | |
ReplicationPeerDescription |
The POJO equivalent of ReplicationProtos.ReplicationPeerDescription
|
ReplicationPeerImpl | |
ReplicationPeers |
This provides an class for maintaining a set of peer clusters.
|
ReplicationQueueInfo |
This class is responsible for the parsing logic for a queue id representing a queue.
|
ReplicationSinkServiceImpl | |
ReplicationStorageFactory |
Used to create replication storage(peer, queue) classes.
|
ReplicationUtils |
Helper class for replication.
|
ScopeWALEntryFilter |
Keeps KVs that are scoped other than local
|
SystemTableWALEntryFilter |
Skips WAL edits for all System tables including hbase:meta.
|
VerifyWALEntriesReplicationEndpoint |
A dummy
ReplicationEndpoint that replicates nothing. |
ZKReplicationPeerStorage |
ZK based replication peer storage.
|
ZKReplicationQueueStorage |
ZK based replication queue storage.
|
ZKReplicationStorageBase |
This is a base class for maintaining replication related data,for example, peer, queue, etc, in
zookeeper.
|
Enum | Description |
---|---|
ReplicationPeer.PeerState |
State of the peer, whether it is enabled or not
|
Exception | Description |
---|---|
ReplicationException |
An HBase Replication exception.
|
Cluster replication documentation has been moved to the link:http://hbase.apache.org/book.html#_cluster_replication[Cluster Replication] section of the link:http://hbase.apache.org/book.html[Apache HBase Reference Guide].
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.