Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.mapreduce |
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility
|
org.apache.hadoop.hbase.protobuf |
Holds classes generated from protobuf
src/main/protobuf definition files. |
Modifier and Type | Field and Description |
---|---|
protected ScanMetrics |
AbstractClientScanner.scanMetrics |
protected ScanMetrics |
ScannerCallable.scanMetrics |
Modifier and Type | Method and Description |
---|---|
ScanMetrics |
AbstractClientScanner.getScanMetrics() |
Constructor and Description |
---|
ClientSideRegionScanner(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path rootDir,
HTableDescriptor htd,
HRegionInfo hri,
Scan scan,
ScanMetrics scanMetrics) |
ReversedScannerCallable(HConnection connection,
TableName tableName,
Scan scan,
ScanMetrics scanMetrics,
byte[] locateStartRow)
Deprecated.
|
ReversedScannerCallable(HConnection connection,
TableName tableName,
Scan scan,
ScanMetrics scanMetrics,
byte[] locateStartRow,
PayloadCarryingRpcController rpcFactory) |
ScannerCallable(HConnection connection,
byte[] tableName,
Scan scan,
ScanMetrics scanMetrics)
|
ScannerCallable(HConnection connection,
TableName tableName,
Scan scan,
ScanMetrics scanMetrics,
PayloadCarryingRpcController controller) |
Modifier and Type | Method and Description |
---|---|
protected static void |
TableRecordReaderImpl.updateCounters(ScanMetrics scanMetrics,
long numScannerRestarts,
Method getCounter,
org.apache.hadoop.mapreduce.TaskAttemptContext context) |
Modifier and Type | Method and Description |
---|---|
static ScanMetrics |
ProtobufUtil.toScanMetrics(byte[] bytes) |
Modifier and Type | Method and Description |
---|---|
static MapReduceProtos.ScanMetrics |
ProtobufUtil.toScanMetrics(ScanMetrics scanMetrics) |
Copyright © 2014 The Apache Software Foundation. All rights reserved.