程序包 | 说明 |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
Table of Contents
Overview
Example API Usage
Overview
To administer HBase, create and drop tables, list and alter tables,
use
Admin . |
org.apache.hadoop.hbase.protobuf |
Holds classes generated from protobuf
src/main/protobuf definition files. |
org.apache.hadoop.hbase.shaded.protobuf |
限定符和类型 | 字段和说明 |
---|---|
protected ScanMetrics |
ScannerCallable.scanMetrics |
protected ScanMetrics |
AbstractClientScanner.scanMetrics |
限定符和类型 | 方法和说明 |
---|---|
ScanMetrics |
ResultScanner.getScanMetrics() |
ScanMetrics |
Scan.getScanMetrics()
已过时。
Use
ResultScanner.getScanMetrics() instead. And notice that, please do not
use this method and ResultScanner.getScanMetrics() together, the metrics
will be messed up. |
ScanMetrics |
AbstractClientScanner.getScanMetrics()
Used internally accumulating metrics on scan.
|
限定符和类型 | 方法和说明 |
---|---|
default void |
ScanResultConsumerBase.onScanMetricsCreated(ScanMetrics scanMetrics)
If
scan.isScanMetricsEnabled() returns true, then this method will be called prior to
all other methods in this interface to give you the ScanMetrics instance for this scan
operation. |
构造器和说明 |
---|
ReversedScannerCallable(ClusterConnection connection,
TableName tableName,
Scan scan,
ScanMetrics scanMetrics,
RpcControllerFactory rpcFactory) |
ReversedScannerCallable(ClusterConnection connection,
TableName tableName,
Scan scan,
ScanMetrics scanMetrics,
RpcControllerFactory rpcFactory,
int replicaId) |
ScannerCallable(ClusterConnection connection,
TableName tableName,
Scan scan,
ScanMetrics scanMetrics,
RpcControllerFactory rpcControllerFactory) |
ScannerCallable(ClusterConnection connection,
TableName tableName,
Scan scan,
ScanMetrics scanMetrics,
RpcControllerFactory rpcControllerFactory,
int id) |
限定符和类型 | 方法和说明 |
---|---|
static ScanMetrics |
ProtobufUtil.toScanMetrics(byte[] bytes) |
限定符和类型 | 方法和说明 |
---|---|
static ScanMetrics |
ProtobufUtil.toScanMetrics(byte[] bytes) |
限定符和类型 | 方法和说明 |
---|---|
static org.apache.hadoop.hbase.shaded.protobuf.generated.MapReduceProtos.ScanMetrics |
ProtobufUtil.toScanMetrics(ScanMetrics scanMetrics,
boolean reset) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.