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.ReturnCodeReturns 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 TypeMethodDescriptionvoidSimpleRequestController.RequestHeapSizeChecker.notifyFinal(RequestController.ReturnCode code, HRegionLocation loc, long heapSizeOfRow) voidSimpleRequestController.RequestRowsChecker.notifyFinal(RequestController.ReturnCode code, HRegionLocation loc, long heapSizeOfRow) voidSimpleRequestController.RowChecker.notifyFinal(RequestController.ReturnCode code, HRegionLocation loc, long heapSizeOfRow) Add the final ReturnCode to the checker.voidSimpleRequestController.SubmittedSizeChecker.notifyFinal(RequestController.ReturnCode code, HRegionLocation loc, long heapSizeOfRow) voidSimpleRequestController.TaskCountChecker.notifyFinal(RequestController.ReturnCode code, HRegionLocation loc, long heapSizeOfRow)