Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.shaded.protobuf |
Modifier and Type | Field and Description |
---|---|
protected ScanMetrics |
AbstractClientScanner.scanMetrics |
Modifier and Type | Method and Description |
---|---|
ScanMetrics |
AbstractClientScanner.getScanMetrics()
Used internally accumulating metrics on scan.
|
ScanMetrics |
ResultScanner.getScanMetrics()
Returns the scan metrics, or
null if we do not enable metrics. |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
static ScanMetrics |
ProtobufUtil.toScanMetrics(byte[] bytes) |
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.hbase.shaded.protobuf.generated.MapReduceProtos.ScanMetrics |
ProtobufUtil.toScanMetrics(ScanMetrics scanMetrics,
boolean reset) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.