Uses of Enum Class
org.apache.hadoop.hbase.client.RequestController.ReturnCode
-
Uses of RequestController.ReturnCode in org.apache.hadoop.hbase.client
Modifier and TypeMethodDescriptionSimpleRequestController.RequestHeapSizeChecker.canTakeOperation
(HRegionLocation loc, long heapSizeOfRow) SimpleRequestController.RequestRowsChecker.canTakeOperation
(HRegionLocation loc, long heapSizeOfRow) SimpleRequestController.RowChecker.canTakeOperation
(HRegionLocation loc, long heapSizeOfRow) SimpleRequestController.SubmittedSizeChecker.canTakeOperation
(HRegionLocation loc, long heapSizeOfRow) SimpleRequestController.TaskCountChecker.canTakeOperation
(HRegionLocation loc, long heapSizeOfRow) 1) check the regions is allowed.RequestController.Checker.canTakeRow
(HRegionLocation loc, Row row) Checks the data whether it is valid to submit.static RequestController.ReturnCode
Returns the enum constant of this class with the specified name.static RequestController.ReturnCode[]
RequestController.ReturnCode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
SimpleRequestController.RequestHeapSizeChecker.notifyFinal
(RequestController.ReturnCode code, HRegionLocation loc, long heapSizeOfRow) void
SimpleRequestController.RequestRowsChecker.notifyFinal
(RequestController.ReturnCode code, HRegionLocation loc, long heapSizeOfRow) void
SimpleRequestController.RowChecker.notifyFinal
(RequestController.ReturnCode code, HRegionLocation loc, long heapSizeOfRow) Add the final ReturnCode to the checker.void
SimpleRequestController.SubmittedSizeChecker.notifyFinal
(RequestController.ReturnCode code, HRegionLocation loc, long heapSizeOfRow) void
SimpleRequestController.TaskCountChecker.notifyFinal
(RequestController.ReturnCode code, HRegionLocation loc, long heapSizeOfRow)