Uses of Enum Class
org.apache.hadoop.hbase.client.RequestController.ReturnCode
Packages that use RequestController.ReturnCode
-
Uses of RequestController.ReturnCode in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that return RequestController.ReturnCodeModifier 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.Methods in org.apache.hadoop.hbase.client with parameters of type RequestController.ReturnCodeModifier 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)