Uses of Interface
org.apache.hadoop.hbase.master.procedure.ServerProcedureInterface
Package
Description
-
Uses of ServerProcedureInterface in org.apache.hadoop.hbase.master.procedure
Modifier and TypeClassDescriptionclass
Acts like the super class in all cases except when no Regions found in the current Master in-memory context.class
Handle crashed server.class
The procedure is to split a WAL.class
A remote procedure which is used to send split WAL request to region server.class
The procedure to switch rpc throttleclass
The procedure to switch rpc throttle on region serverModifier and TypeMethodDescriptionstatic int
MasterProcedureUtil.getServerPriority
(ServerProcedureInterface proc) Return the priority for the given procedure.private ServerQueue
MasterProcedureScheduler.getServerQueue
(ServerName serverName, ServerProcedureInterface proc) -
Uses of ServerProcedureInterface in org.apache.hadoop.hbase.master.replication
Modifier and TypeClassDescriptionclass
class
class
Deprecated.
AssignReplicationQueuesProcedure
instead, kept only for keeping compatibility.