public interface ParallelScanIterator<K> extends Iterator<K>
Parallel Scan version of storeIterator().
This Iterator adds the ability to close (terminate) a ParallelScan as well gather per-partition and per-shard statistics about the scan.
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close (terminate) a Parallel Scan.
|
List<DetailedMetrics> |
getPartitionMetrics()
Gets the per-partition metrics for this Parallel Scan.
|
List<DetailedMetrics> |
getShardMetrics()
Gets the per-shard metrics for this Parallel Scan.
|
void close()
List<DetailedMetrics> getPartitionMetrics()
List<DetailedMetrics> getShardMetrics()
Copyright (c) 2011, 2013 Oracle and/or its affiliates. All rights reserved.