public static class Partitioner.PartitionBoundsRow<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
long |
approxNumDeltaItems |
String |
levelPartId |
T |
lowerBound |
int |
part |
BoundsRule |
rule |
T |
upperBound |
| Constructor and Description |
|---|
PartitionBoundsRow(Partitioner.StackElement<T> se) |
public int part
public String levelPartId
public long approxNumDeltaItems
public BoundsRule rule
public T lowerBound
public T upperBound
public PartitionBoundsRow(Partitioner.StackElement<T> se)
Copyright © 2015–2022 The Apache Software Foundation. All rights reserved.