Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Method and Description |
---|---|
default void |
AdvancedScanResultConsumer.onHeartbeat(AdvancedScanResultConsumer.ScanController controller)
Indicate that there is a heartbeat message but we have not cumulated enough cells to call
AdvancedScanResultConsumer.onNext(Result[], ScanController) . |
void |
AdvancedScanResultConsumer.onNext(Result[] results,
AdvancedScanResultConsumer.ScanController controller)
Indicate that we have receive some data.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.