|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ThriftServerRunner.ResultScannerWrapper | |
---|---|
org.apache.hadoop.hbase.thrift | Provides an HBase Thrift service. |
Uses of ThriftServerRunner.ResultScannerWrapper in org.apache.hadoop.hbase.thrift |
---|
Fields in org.apache.hadoop.hbase.thrift with type parameters of type ThriftServerRunner.ResultScannerWrapper | |
---|---|
protected HashMap<Integer,ThriftServerRunner.ResultScannerWrapper> |
ThriftServerRunner.HBaseHandler.scannerMap
|
Methods in org.apache.hadoop.hbase.thrift that return ThriftServerRunner.ResultScannerWrapper | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |