Uses of Class
org.apache.hadoop.hbase.thrift.ThriftServerRunner.ResultScannerWrapper

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.
 



Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.