Uses of Enum
org.apache.hadoop.hbase.master.procedure.ServerProcedureInterface.ServerOperationType
Package
Description
-
Uses of ServerProcedureInterface.ServerOperationType in org.apache.hadoop.hbase.master.procedure
Modifier and TypeMethodDescriptionServerCrashProcedure.getServerOperationType()
ServerProcedureInterface.getServerOperationType()
Given an operation type we can take decisions about what to do with pending operations.SplitWALProcedure.getServerOperationType()
SplitWALRemoteProcedure.getServerOperationType()
SwitchRpcThrottleProcedure.getServerOperationType()
SwitchRpcThrottleRemoteProcedure.getServerOperationType()
Returns the enum constant of this type with the specified name.ServerProcedureInterface.ServerOperationType.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ServerProcedureInterface.ServerOperationType in org.apache.hadoop.hbase.master.replication
Modifier and TypeMethodDescriptionClaimReplicationQueueRemoteProcedure.getServerOperationType()
ClaimReplicationQueuesProcedure.getServerOperationType()