Class Partitioner.StackElement<T>
java.lang.Object
org.apache.datasketches.partitions.Partitioner.StackElement<T>
- Type Parameters:
T- the item class type
- Enclosing class:
Partitioner<T, S extends QuantilesGenericAPI<T> & PartitioningFeature<T>>
Holds data for a Stack element
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal GenericPartitionBoundaries<T> A reference to the relevant GenericPartitionBoundaries classA brief string description of the partition and its hierarchyintThe partition index -
Constructor Summary
ConstructorsConstructorDescriptionStackElement(GenericPartitionBoundaries<T> gpb, int part, String levelPartId) Constructs this StackElement -
Method Summary
-
Field Details
-
gpb
A reference to the relevant GenericPartitionBoundaries class -
part
public int partThe partition index -
levelPartId
A brief string description of the partition and its hierarchy
-
-
Constructor Details
-
StackElement
Constructs this StackElement- Parameters:
gpb- the given GenericPartitionBoundarie referencepart- The partition indexlevelPartId- A brief string description of the partition and its hierarchy
-