| Class | Description |
|---|---|
| AbstractPeerNoLockProcedure<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.
|
| AddPeerProcedure |
The procedure for adding a new replication peer.
|
| ClaimReplicationQueueRemoteProcedure | |
| ClaimReplicationQueuesProcedure |
Used to assign the replication queues of a dead server to other region servers.
|
| DisablePeerProcedure |
The procedure for disabling a replication peer.
|
| EnablePeerProcedure |
The procedure for enabling a replication peer.
|
| ModifyPeerProcedure |
The base class for all replication peer related procedure except sync replication state
transition.
|
| RecoverStandbyProcedure |
The procedure for replaying all the remote wals for transitting a sync replication peer from
STANDBY to DOWNGRADE_ACTIVE.
|
| RefreshPeerProcedure | |
| RemovePeerProcedure |
The procedure for removing a replication peer.
|
| ReplicationPeerManager |
Manages and performs all replication admin operations.
|
| SyncReplicationReplayWALManager |
The manager for replaying remote wal.
|
| SyncReplicationReplayWALProcedure |
The procedure for replaying a set of remote wals.
|
| SyncReplicationReplayWALRemoteProcedure |
A remote procedure which is used to send replaying remote wal work to region server.
|
| TransitPeerSyncReplicationStateProcedure |
The procedure for transit current sync replication state for a synchronous replication peer.
|
| UpdatePeerConfigProcedure |
The procedure for updating the config for a replication peer.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.