Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
SimpleRequestController.RequestHeapSizeChecker
limit the heap size for each request.
|
(package private) static class |
SimpleRequestController.RequestRowsChecker
limit the number of rows for each request.
|
(package private) static class |
SimpleRequestController.SubmittedSizeChecker
limit the heapsize of total submitted data.
|
(package private) static class |
SimpleRequestController.TaskCountChecker
limit the max number of tasks in an AsyncProcess.
|
Modifier and Type | Method and Description |
---|---|
(package private) static RequestController.Checker |
SimpleRequestController.newChecker(List<SimpleRequestController.RowChecker> checkers) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.