Interface SpilledPartitionMetadata

All Known Implementing Classes:
AbstractHashBinaryRecordBatch.SpilledPartition, AbstractSpilledPartitionMetadata, HashAggSpilledPartition

public interface SpilledPartitionMetadata
This interface represents the metadata for a spilled partition.
  • Method Details Link icon

    • getCycle Link icon

      int getCycle()
      The spill cycle for a partition.
      Returns:
      The spill cycle for a partition.
    • getOriginPartition Link icon

      int getOriginPartition()
      The parent partition.
      Returns:
      The parent partition.
    • getPrevOriginPartition Link icon

      int getPrevOriginPartition()
      The parent of parent partition.
      Returns:
      The parent of parent partition.
    • makeDebugString Link icon

      String makeDebugString()