Uses of Interface
org.apache.hadoop.hbase.client.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
Modifier 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
Modifier 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.Modifier 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
-
Uses of ResultScanner in org.apache.hadoop.hbase.mapreduce
-
Uses of ResultScanner in org.apache.hadoop.hbase.mapreduce.replication
Modifier and TypeFieldDescriptionprivate ResultScanner
VerifyReplication.Verifier.replicatedScanner
-
Uses of ResultScanner in org.apache.hadoop.hbase.master.assignment
Modifier and TypeMethodDescriptionRegionStateStore.deleteRegionReplicas
(ResultScanner scanner, int oldReplicaCount, int newReplicaCount, long now) -
Uses of ResultScanner in org.apache.hadoop.hbase.master.http
-
Uses of ResultScanner in org.apache.hadoop.hbase.master.region
Modifier and TypeClassDescription(package private) class
Wrap aRegionScanner
as aResultScanner
. -
Uses of ResultScanner in org.apache.hadoop.hbase.quotas
-
Uses of ResultScanner in org.apache.hadoop.hbase.rest
Modifier and TypeFieldDescription(package private) ResultScanner
TableScanResource.results
private ResultScanner
ProtobufStreamingOutput.resultScanner
private ResultScanner
ScannerResultGenerator.scanner
ModifierConstructorDescriptionprotected
ProtobufStreamingOutput
(ResultScanner scanner, String type, int limit, int fetchSize) TableScanResource
(ResultScanner scanner, int userRequestedLimit) -
Uses of ResultScanner in org.apache.hadoop.hbase.thrift
Modifier and TypeFieldDescriptionprivate final ResultScanner
ThriftHBaseServiceHandler.ResultScannerWrapper.scanner
Modifier 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.ModifierConstructorDescriptionResultScannerWrapper
(ResultScanner resultScanner, boolean sortResultColumns) -
Uses of ResultScanner in org.apache.hadoop.hbase.thrift2
Modifier and TypeFieldDescriptionprivate final org.apache.hbase.thirdparty.com.google.common.cache.Cache<Integer,
ResultScanner> ThriftHBaseServiceHandler.scannerMap
Modifier and TypeMethodDescriptionprivate ResultScanner
ThriftHBaseServiceHandler.getScanner
(int id) Returns the Scanner associated with the specified Id.Modifier 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
Modifier and TypeClassDescriptionprivate class
A scanner to perform scan from thrift server getScannerResults is used in this scannerModifier and TypeMethodDescriptionThriftTable.getScanner
(byte[] family) ThriftTable.getScanner
(byte[] family, byte[] qualifier) ThriftTable.getScanner
(Scan scan)