| Package | Description |
|---|---|
| org.apache.hadoop.hbase.thrift |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.HashMap<java.lang.Integer,ThriftServerRunner.ResultScannerWrapper> |
ThriftServerRunner.HBaseHandler.scannerMap |
| Modifier and Type | Method and Description |
|---|---|
protected ThriftServerRunner.ResultScannerWrapper |
ThriftServerRunner.HBaseHandler.getScanner(int id)
Returns the scanner associated with the specified ID.
|
protected ThriftServerRunner.ResultScannerWrapper |
ThriftServerRunner.HBaseHandler.removeScanner(int id)
Removes the scanner associated with the specified ID from the internal
id->scanner hash-map.
|