public static class HashJoinBatch.HashJoinSpilledPartition extends AbstractSpilledPartitionMetadata
| Constructor and Description |
|---|
HashJoinSpilledPartition(int cycle,
int originPartition,
int prevOriginPartition,
int innerSpilledBatches,
String innerSpillFile) |
| Modifier and Type | Method and Description |
|---|---|
int |
getInnerSpilledBatches() |
String |
getInnerSpillFile() |
int |
getOuterSpilledBatches() |
String |
getOuterSpillFile() |
String |
makeDebugString() |
void |
updateOuter(int outerSpilledBatches,
String outerSpillFile) |
getCycle, getOriginPartition, getPrevOriginPartitionpublic HashJoinSpilledPartition(int cycle,
int originPartition,
int prevOriginPartition,
int innerSpilledBatches,
String innerSpillFile)
public int getInnerSpilledBatches()
public String getInnerSpillFile()
public int getOuterSpilledBatches()
public String getOuterSpillFile()
public void updateOuter(int outerSpilledBatches,
String outerSpillFile)
public String makeDebugString()
Copyright © 2021 The Apache Software Foundation. All rights reserved.