public class IntermediateResultPartition extends Object
| Constructor and Description |
|---|
IntermediateResultPartition(IntermediateResult totalResut,
ExecutionVertex producer,
int partition) |
| Modifier and Type | Method and Description |
|---|---|
List<List<ExecutionEdge>> |
getConsumers() |
IntermediateResult |
getIntermediateResult() |
int |
getPartition() |
ExecutionVertex |
getProducer() |
public IntermediateResultPartition(IntermediateResult totalResut, ExecutionVertex producer, int partition)
public ExecutionVertex getProducer()
public int getPartition()
public IntermediateResult getIntermediateResult()
public List<List<ExecutionEdge>> getConsumers()
Copyright © 2015 The Apache Software Foundation. All rights reserved.