T
- the item class typepublic static class Partitioner.PartitionBoundsRow<T> extends Object
Modifier and Type | Field and Description |
---|---|
long |
approxNumDeltaItems
The approximate number of items represented by this partition description row.
|
String |
levelPartId
A brief string description of the partition and its hierarchy
|
T |
lowerBound
The lower bound value
|
int |
part
The partition index
|
BoundsRule |
rule
The BoundsRule for this partition description row.
|
T |
upperBound
The upper bound value
|
Constructor and Description |
---|
PartitionBoundsRow(Partitioner.StackElement<T> se)
The constructor for the StackElement class.
|
public int part
public String levelPartId
public long approxNumDeltaItems
public BoundsRule rule
public T lowerBound
public T upperBound
public PartitionBoundsRow(Partitioner.StackElement<T> se)
se
- the given stack element.Copyright © 2015–2024 The Apache Software Foundation. All rights reserved.