Uses of Interface
org.apache.hadoop.hbase.client.ResultScanner
Packages that use ResultScanner
Package
Description
Provides HBase Client
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
HBase REST
Provides an HBase Thrift
service.
Provides an HBase Thrift
service.
-
Uses of ResultScanner in org.apache.hadoop.hbase
Fields in org.apache.hadoop.hbase declared as ResultScannerModifier and TypeFieldDescriptionprivate ResultScanner
PerformanceEvaluation.AsyncScanTest.testScanner
private ResultScanner
PerformanceEvaluation.ReverseScanTest.testScanner
private ResultScanner
PerformanceEvaluation.ScanTest.testScanner
-
Uses of ResultScanner in org.apache.hadoop.hbase.client
Classes in org.apache.hadoop.hbase.client that implement ResultScannerModifier and TypeClassDescriptionclass
Helper class for custom client scanners.(package private) class
TheResultScanner
implementation forRawAsyncTableImpl
.class
A client scanner for a region opened for read-only on the client side.class
A Scanner which performs a scan over snapshot files.Methods in org.apache.hadoop.hbase.client that return ResultScannerModifier and TypeMethodDescriptiondefault ResultScanner
AsyncTable.getScanner
(byte[] family) Gets a scanner on the current table for the given family.default ResultScanner
AsyncTable.getScanner
(byte[] family, byte[] qualifier) Gets a scanner on the current table for the given family and qualifier.AsyncTable.getScanner
(Scan scan) Returns a scanner on the current table as specified by theScan
object.AsyncTableImpl.getScanner
(Scan scan) default ResultScanner
Table.getScanner
(byte[] family) Gets a scanner on the current table for the given family.default ResultScanner
Table.getScanner
(byte[] family, byte[] qualifier) Gets a scanner on the current table for the given family and qualifier.default ResultScanner
Table.getScanner
(Scan scan) Returns a scanner on the current table as specified by theScan
object.TableOverAsyncTable.getScanner
(byte[] family) TableOverAsyncTable.getScanner
(byte[] family, byte[] qualifier) TableOverAsyncTable.getScanner
(Scan scan) -
Uses of ResultScanner in org.apache.hadoop.hbase.mapred
Fields in org.apache.hadoop.hbase.mapred declared as ResultScanner -
Uses of ResultScanner in org.apache.hadoop.hbase.mapreduce
Fields in org.apache.hadoop.hbase.mapreduce declared as ResultScanner -
Uses of ResultScanner in org.apache.hadoop.hbase.mapreduce.replication
Fields in org.apache.hadoop.hbase.mapreduce.replication declared as ResultScannerModifier and TypeFieldDescriptionprivate ResultScanner
VerifyReplication.Verifier.replicatedScanner
-
Uses of ResultScanner in org.apache.hadoop.hbase.master.assignment
Methods in org.apache.hadoop.hbase.master.assignment with parameters of type ResultScannerModifier and TypeMethodDescriptionRegionStateStore.deleteRegionReplicas
(ResultScanner scanner, int oldReplicaCount, int newReplicaCount, long now) -
Uses of ResultScanner in org.apache.hadoop.hbase.master.http
Fields in org.apache.hadoop.hbase.master.http declared as ResultScannerConstructors in org.apache.hadoop.hbase.master.http with parameters of type ResultScanner -
Uses of ResultScanner in org.apache.hadoop.hbase.master.region
Classes in org.apache.hadoop.hbase.master.region that implement ResultScannerModifier and TypeClassDescription(package private) class
Wrap aRegionScanner
as aResultScanner
.Methods in org.apache.hadoop.hbase.master.region that return ResultScanner -
Uses of ResultScanner in org.apache.hadoop.hbase.quotas
Fields in org.apache.hadoop.hbase.quotas declared as ResultScanner -
Uses of ResultScanner in org.apache.hadoop.hbase.rest
Fields in org.apache.hadoop.hbase.rest declared as ResultScannerModifier and TypeFieldDescription(package private) ResultScanner
TableScanResource.results
private ResultScanner
ProtobufStreamingOutput.resultScanner
private ResultScanner
ScannerResultGenerator.scanner
Constructors in org.apache.hadoop.hbase.rest with parameters of type ResultScannerModifierConstructorDescriptionprotected
ProtobufStreamingOutput
(ResultScanner scanner, String type, int limit, int fetchSize) TableScanResource
(ResultScanner scanner, int userRequestedLimit) -
Uses of ResultScanner in org.apache.hadoop.hbase.thrift
Fields in org.apache.hadoop.hbase.thrift declared as ResultScannerModifier and TypeFieldDescriptionprivate final ResultScanner
ThriftHBaseServiceHandler.ResultScannerWrapper.scanner
Methods in org.apache.hadoop.hbase.thrift that return ResultScannerMethods in org.apache.hadoop.hbase.thrift with parameters of type ResultScannerModifier and TypeMethodDescriptionprotected int
ThriftHBaseServiceHandler.addScanner
(ResultScanner scanner, boolean sortColumns) Assigns a unique ID to the scanner and adds the mapping to an internal hash-map.Constructors in org.apache.hadoop.hbase.thrift with parameters of type ResultScannerModifierConstructorDescriptionResultScannerWrapper
(ResultScanner resultScanner, boolean sortResultColumns) -
Uses of ResultScanner in org.apache.hadoop.hbase.thrift2
Fields in org.apache.hadoop.hbase.thrift2 with type parameters of type ResultScannerModifier and TypeFieldDescriptionprivate final org.apache.hbase.thirdparty.com.google.common.cache.Cache<Integer,
ResultScanner> ThriftHBaseServiceHandler.scannerMap
Methods in org.apache.hadoop.hbase.thrift2 that return ResultScannerModifier and TypeMethodDescriptionprivate ResultScanner
ThriftHBaseServiceHandler.getScanner
(int id) Returns the Scanner associated with the specified Id.Methods in org.apache.hadoop.hbase.thrift2 with parameters of type ResultScannerModifier and TypeMethodDescriptionprivate int
ThriftHBaseServiceHandler.addScanner
(ResultScanner scanner) Assigns a unique ID to the scanner and adds the mapping to an internal HashMap. -
Uses of ResultScanner in org.apache.hadoop.hbase.thrift2.client
Classes in org.apache.hadoop.hbase.thrift2.client that implement ResultScannerModifier and TypeClassDescriptionprivate class
A scanner to perform scan from thrift server getScannerResults is used in this scannerMethods in org.apache.hadoop.hbase.thrift2.client that return ResultScannerModifier and TypeMethodDescriptionThriftTable.getScanner
(byte[] family) ThriftTable.getScanner
(byte[] family, byte[] qualifier) ThriftTable.getScanner
(Scan scan)