Uses of Enum Class
org.apache.hadoop.hbase.master.procedure.PeerProcedureInterface.PeerOperationType
Packages that use PeerProcedureInterface.PeerOperationType
Package
Description
-
Uses of PeerProcedureInterface.PeerOperationType in org.apache.hadoop.hbase.master.procedure
Methods in org.apache.hadoop.hbase.master.procedure that return PeerProcedureInterface.PeerOperationTypeModifier and TypeMethodDescriptionPeerProcedureInterface.getPeerOperationType()
Returns the enum constant of this class with the specified name.PeerProcedureInterface.PeerOperationType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PeerProcedureInterface.PeerOperationType in org.apache.hadoop.hbase.master.replication
Fields in org.apache.hadoop.hbase.master.replication declared as PeerProcedureInterface.PeerOperationTypeMethods in org.apache.hadoop.hbase.master.replication that return PeerProcedureInterface.PeerOperationTypeModifier and TypeMethodDescriptionAddPeerProcedure.getPeerOperationType()
DisablePeerProcedure.getPeerOperationType()
EnablePeerProcedure.getPeerOperationType()
RecoverStandbyProcedure.getPeerOperationType()
RefreshPeerProcedure.getPeerOperationType()
RemovePeerProcedure.getPeerOperationType()
SyncReplicationReplayWALProcedure.getPeerOperationType()
SyncReplicationReplayWALRemoteProcedure.getPeerOperationType()
TransitPeerSyncReplicationStateProcedure.getPeerOperationType()
UpdatePeerConfigProcedure.getPeerOperationType()
private static PeerProcedureInterface.PeerOperationType
RefreshPeerProcedure.toPeerOperationType
(org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.PeerModificationType type) Methods in org.apache.hadoop.hbase.master.replication with parameters of type PeerProcedureInterface.PeerOperationTypeModifier and TypeMethodDescriptionprotected final void
AbstractPeerProcedure.refreshPeer
(MasterProcedureEnv env, PeerProcedureInterface.PeerOperationType type) private static org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.PeerModificationType
RefreshPeerProcedure.toPeerModificationType
(PeerProcedureInterface.PeerOperationType type) Constructors in org.apache.hadoop.hbase.master.replication with parameters of type PeerProcedureInterface.PeerOperationTypeModifierConstructorDescriptionRefreshPeerProcedure
(String peerId, PeerProcedureInterface.PeerOperationType type, ServerName targetServer) RefreshPeerProcedure
(String peerId, PeerProcedureInterface.PeerOperationType type, ServerName targetServer, int stage)