Package org.apache.hadoop.hbase.replication


package org.apache.hadoop.hbase.replication

Multi Cluster Replication

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].

  • Class
    Description
    org.apache.hadoop.hbase.replication.BaseReplicationEndpoint
    A Base implementation for ReplicationEndpoints.
    org.apache.hadoop.hbase.replication.BulkLoadCellFilter
     
    org.apache.hadoop.hbase.replication.ChainWALEntryFilter
    A WALEntryFilter which contains multiple filters and applies them in chain order
    org.apache.hadoop.hbase.replication.ClusterMarkingEntryFilter
    Filters out entries with our peerClusterId (i.e.
    org.apache.hadoop.hbase.replication.CopyReplicationPeers
    A tool for copying replication peer data across different replication peer storages.
    org.apache.hadoop.hbase.replication.FSReplicationPeerStorage
    A filesystem based replication peer storage.
    org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint
    A BaseReplicationEndpoint for replication endpoints whose target cluster is an HBase cluster.
    org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint.PeerRegionServerListener
    Tracks changes to the list of region servers in a peer's cluster.
    org.apache.hadoop.hbase.replication.NamespaceTableCfWALEntryFilter
    Filter a WAL Entry by the peer config according to the table and family which it belongs to.
    org.apache.hadoop.hbase.replication.ReplicationEndpoint
    ReplicationEndpoint is a plugin which implements replication to other HBase clusters, or other systems.
    org.apache.hadoop.hbase.replication.ReplicationEndpoint.Context
     
    org.apache.hadoop.hbase.replication.ReplicationEndpoint.ReplicateContext
    A context for ReplicationEndpoint.replicate(ReplicateContext) method.
    org.apache.hadoop.hbase.replication.ReplicationException
    An HBase Replication exception.
    org.apache.hadoop.hbase.replication.ReplicationFactory
    A factory class for instantiating replication objects that deal with replication state.
    org.apache.hadoop.hbase.replication.ReplicationListener
    The replication listener interface can be implemented if a class needs to subscribe to events generated by the ReplicationTracker.
    org.apache.hadoop.hbase.replication.ReplicationLoadSink
    A HBase ReplicationLoad to present MetricsSink information
    org.apache.hadoop.hbase.replication.ReplicationLoadSink.ReplicationLoadSinkBuilder
     
    org.apache.hadoop.hbase.replication.ReplicationLoadSource
    A HBase ReplicationLoad to present MetricsSource information
    org.apache.hadoop.hbase.replication.ReplicationLoadSource.ReplicationLoadSourceBuilder
     
    org.apache.hadoop.hbase.replication.ReplicationPeer
    ReplicationPeer manages enabled / disabled state for the peer.
    org.apache.hadoop.hbase.replication.ReplicationPeer.PeerState
    State of the peer, whether it is enabled or not
    org.apache.hadoop.hbase.replication.ReplicationPeerConfig
    A configuration for the replication peer cluster.
    org.apache.hadoop.hbase.replication.ReplicationPeerConfigBuilder
    For creating ReplicationPeerConfig.
    org.apache.hadoop.hbase.replication.ReplicationPeerConfigListener
     
    org.apache.hadoop.hbase.replication.ReplicationPeerDescription
    The POJO equivalent of ReplicationProtos.ReplicationPeerDescription
    org.apache.hadoop.hbase.replication.ReplicationPeerImpl
     
    org.apache.hadoop.hbase.replication.ReplicationPeers
    This provides an class for maintaining a set of peer clusters.
    org.apache.hadoop.hbase.replication.ReplicationPeerStorage
    Perform read/write to the replication peer storage.
    org.apache.hadoop.hbase.replication.ReplicationPeerStorageType
    Specify the implementations for ReplicationPeerStorage.
    org.apache.hadoop.hbase.replication.ReplicationQueueInfo
    This class is responsible for the parsing logic for a queue id representing a queue.
    org.apache.hadoop.hbase.replication.ReplicationQueueStorage
    Perform read/write to the replication queue storage.
    org.apache.hadoop.hbase.replication.ReplicationSinkServiceImpl
     
    org.apache.hadoop.hbase.replication.ReplicationStorageFactory
    Used to create replication storage(peer, queue) classes.
    org.apache.hadoop.hbase.replication.ReplicationUtils
    Helper class for replication.
    org.apache.hadoop.hbase.replication.ScopeWALEntryFilter
    Keeps KVs that are scoped other than local
    org.apache.hadoop.hbase.replication.SystemTableWALEntryFilter
    Skips WAL edits for all System tables including hbase:meta except hbase:acl.
    org.apache.hadoop.hbase.replication.VerifyWALEntriesReplicationEndpoint
    A dummy ReplicationEndpoint that replicates nothing.
    org.apache.hadoop.hbase.replication.WALCellFilter
    A filter for WAL entry cells before being sent over to replication.
    org.apache.hadoop.hbase.replication.WALEntryFilter
    A Filter for WAL entries before being sent over to replication.
    org.apache.hadoop.hbase.replication.ZKReplicationPeerStorage
    ZK based replication peer storage.
    org.apache.hadoop.hbase.replication.ZKReplicationStorageBase
    This is a base class for maintaining replication related data,for example, peer, queue, etc, in zookeeper.