T
- the item class typepublic static class Partitioner.StackElement<T> extends Object
Modifier and Type | Field and Description |
---|---|
GenericPartitionBoundaries<T> |
gpb
A reference to the relevant GenericPartitionBoundaries class
|
String |
levelPartId
A brief string description of the partition and its hierarchy
|
int |
part
The partition index
|
Constructor and Description |
---|
StackElement(GenericPartitionBoundaries<T> gpb,
int part,
String levelPartId)
Constructs this StackElement
|
public final GenericPartitionBoundaries<T> gpb
public int part
public String levelPartId
public StackElement(GenericPartitionBoundaries<T> gpb, int part, String levelPartId)
gpb
- the given GenericPartitionBoundarie referencepart
- The partition indexlevelPartId
- A brief string description of the partition and its hierarchyCopyright © 2015–2024 The Apache Software Foundation. All rights reserved.