Uses of Interface
org.apache.hadoop.hbase.master.procedure.PeerProcedureInterface
Packages that use PeerProcedureInterface
Package
Description
-
Uses of PeerProcedureInterface in org.apache.hadoop.hbase.master.procedure
Methods in org.apache.hadoop.hbase.master.procedure with parameters of type PeerProcedureInterfaceModifier and TypeMethodDescriptionprivate static booleanPeerQueue.requirePeerExclusiveLock(PeerProcedureInterface proc) -
Uses of PeerProcedureInterface in org.apache.hadoop.hbase.master.replication
Classes in org.apache.hadoop.hbase.master.replication that implement PeerProcedureInterfaceModifier and TypeClassDescriptionclassAbstractPeerNoLockProcedure<TState>Base class for replication peer related procedures which do not need to hold locks(for most of the sub procedures).classAbstractPeerProcedure<TState>The base class for all replication peer related procedure.classThe procedure for adding a new replication peer.classThe procedure for disabling a replication peer.classThe procedure for enabling a replication peer.classThe base class for all replication peer related procedure except sync replication state transition.classThe procedure for replaying all the remote wals for transitting a sync replication peer from STANDBY to DOWNGRADE_ACTIVE.classclassThe procedure for removing a replication peer.classThe procedure for replaying a set of remote wals.classA remote procedure which is used to send replaying remote wal work to region server.classThe procedure for transit current sync replication state for a synchronous replication peer.classThe procedure for updating the config for a replication peer.