ServerProcedureInterface.ServerOperationType |
SwitchRpcThrottleRemoteProcedure.getServerOperationType() |
ServerProcedureInterface.ServerOperationType |
SplitWALRemoteProcedure.getServerOperationType() |
ServerProcedureInterface.ServerOperationType |
ServerProcedureInterface.getServerOperationType()
Given an operation type we can take decisions about what to do with pending operations.
|
ServerProcedureInterface.ServerOperationType |
SwitchRpcThrottleProcedure.getServerOperationType() |
ServerProcedureInterface.ServerOperationType |
SplitWALProcedure.getServerOperationType() |
ServerProcedureInterface.ServerOperationType |
ServerCrashProcedure.getServerOperationType() |
static ServerProcedureInterface.ServerOperationType |
ServerProcedureInterface.ServerOperationType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ServerProcedureInterface.ServerOperationType[] |
ServerProcedureInterface.ServerOperationType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|