Uses of Interface
org.apache.hadoop.hbase.master.procedure.PeerProcedureInterface
Package
Description
-
Uses of PeerProcedureInterface in org.apache.hadoop.hbase.master.procedure
Modifier and TypeMethodDescriptionprivate static boolean
PeerQueue.requirePeerExclusiveLock
(PeerProcedureInterface proc) -
Uses of PeerProcedureInterface in org.apache.hadoop.hbase.master.replication
Modifier and TypeClassDescriptionclass
AbstractPeerNoLockProcedure<TState>
Base class for replication peer related procedures which do not need to hold locks(for most of the sub procedures).class
AbstractPeerProcedure<TState>
The base class for all replication peer related procedure.class
The procedure for adding a new replication peer.class
The procedure for disabling a replication peer.class
The procedure for enabling a replication peer.class
The base class for all replication peer related procedure except sync replication state transition.class
The procedure for replaying all the remote wals for transitting a sync replication peer from STANDBY to DOWNGRADE_ACTIVE.class
class
The procedure for removing a replication peer.class
The procedure for replaying a set of remote wals.class
A remote procedure which is used to send replaying remote wal work to region server.class
The procedure for transit current sync replication state for a synchronous replication peer.class
The procedure for updating the config for a replication peer.