public class HashAggSpilledPartition extends AbstractSpilledPartitionMetadata
| Constructor and Description |
|---|
HashAggSpilledPartition(int cycle,
int originPartition,
int prevOriginPartition,
int spilledBatches,
String spillFile) |
| Modifier and Type | Method and Description |
|---|---|
int |
getSpilledBatches() |
String |
getSpillFile() |
String |
makeDebugString() |
getCycle, getOriginPartition, getPrevOriginPartitionpublic HashAggSpilledPartition(int cycle,
int originPartition,
int prevOriginPartition,
int spilledBatches,
String spillFile)
Copyright © 2021 The Apache Software Foundation. All rights reserved.