Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.protobuf |
Holds classes generated from protobuf
src/main/protobuf definition files. |
Modifier and Type | Field and Description |
---|---|
protected ScanMetrics |
ClientScanner.scanMetrics |
Constructor and Description |
---|
ScannerCallable(HConnection connection,
byte[] tableName,
Scan scan,
ScanMetrics scanMetrics)
|
ScannerCallable(HConnection connection,
TableName tableName,
Scan scan,
ScanMetrics scanMetrics) |
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 © 2013 The Apache Software Foundation. All Rights Reserved.