public class ScanCostReport extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
double |
cost
The expected cost of the scan (milliseconds).
|
long |
rangeCount
The fast range count.
|
long |
shardCount
The #of index partitions in the scan.
|
Constructor and Description |
---|
ScanCostReport(long rangeCount,
double cost) |
ScanCostReport(long rangeCount,
long shardCount,
double cost) |
public final long rangeCount
public final long shardCount
public final double cost
public ScanCostReport(long rangeCount, double cost)
rangeCount
- The fast range count.cost
- The expected cost for the scan (milliseconds).public ScanCostReport(long rangeCount, long shardCount, double cost)
rangeCount
- The fast range count.shardCount
- The #of index partitions in the scan.cost
- The expected cost for the scan (milliseconds).Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.