Uses of Class
org.apache.hadoop.hbase.thrift.HBaseServiceHandler.ResultScannerWrapper
Packages that use HBaseServiceHandler.ResultScannerWrapper
-
Uses of HBaseServiceHandler.ResultScannerWrapper in org.apache.hadoop.hbase.thrift
Fields in org.apache.hadoop.hbase.thrift with type parameters of type HBaseServiceHandler.ResultScannerWrapperModifier and TypeFieldDescriptionprivate final org.apache.hbase.thirdparty.com.google.common.cache.Cache<Integer,HBaseServiceHandler.ResultScannerWrapper> HBaseServiceHandler.scannerMapMethods in org.apache.hadoop.hbase.thrift that return HBaseServiceHandler.ResultScannerWrapperModifier and TypeMethodDescriptionprotected HBaseServiceHandler.ResultScannerWrapperHBaseServiceHandler.removeScanner(int id) Removes the scanner associated with the specified ID from the internal HashMap.Methods in org.apache.hadoop.hbase.thrift with parameters of type HBaseServiceHandler.ResultScannerWrapperModifier and TypeMethodDescriptionprotected voidHBaseServiceHandler.addScannerBack(int id, HBaseServiceHandler.ResultScannerWrapper wrapper) Add the given scanner back to scanner map.