Package | Description |
---|---|
org.apache.hadoop.hbase.thrift |
Provides an HBase Thrift
service.
|
Modifier and Type | Field and Description |
---|---|
protected HashMap<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.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.