Package org.apache.hadoop.hbase.master.replication
package org.apache.hadoop.hbase.master.replication
-
ClassDescriptionAbstractPeerNoLockProcedure<TState>Base class for replication peer related procedures which do not need to hold locks(for most of the sub procedures).AbstractPeerProcedure<TState>The base class for all replication peer related procedure.The procedure for adding a new replication peer.Deprecated.The procedure for disabling a replication peer.The procedure for enabling a replication peer.A procedure for migrating replication queue data from zookeeper to hbase:replication table.The base class for all replication peer related procedure except sync replication state transition.The procedure for replaying all the remote wals for transitting a sync replication peer from STANDBY to DOWNGRADE_ACTIVE.The procedure for removing a replication peer.Manages and performs all replication admin operations.Store the peer modification state.The manager for replaying remote wal.This class is used to record the used workers(region servers) for a replication peer.The procedure for replaying a set of remote wals.A remote procedure which is used to send replaying remote wal work to region server.The procedure for transit current sync replication state for a synchronous replication peer.The procedure for updating the config for a replication peer.
AssignReplicationQueuesProcedure
instead, kept only for keeping compatibility.