Uses of Interface
org.apache.hadoop.hbase.master.procedure.ServerProcedureInterface
Packages that use ServerProcedureInterface
Package
Description
-
Uses of ServerProcedureInterface in org.apache.hadoop.hbase.master.procedure
Classes in org.apache.hadoop.hbase.master.procedure that implement ServerProcedureInterfaceModifier and TypeClassDescriptionclassActs like the super class in all cases except when no Regions found in the current Master in-memory context.classHandle crashed server.classThe procedure is to split a WAL.classA remote procedure which is used to send split WAL request to region server.classThe procedure to switch rpc throttleclassThe procedure to switch rpc throttle on region serverMethods in org.apache.hadoop.hbase.master.procedure with parameters of type ServerProcedureInterfaceModifier and TypeMethodDescriptionstatic intMasterProcedureUtil.getServerPriority(ServerProcedureInterface proc) Return the priority for the given procedure.private ServerQueueMasterProcedureScheduler.getServerQueue(ServerName serverName, ServerProcedureInterface proc) -
Uses of ServerProcedureInterface in org.apache.hadoop.hbase.master.replication
Classes in org.apache.hadoop.hbase.master.replication that implement ServerProcedureInterfaceModifier and TypeClassDescriptionclassclassUsed to assign the replication queues of a dead server to other region servers.