public class IntermediateDataSet extends Object implements Serializable
Intermediate data sets may be read by other operators, materialized, or discarded.
Constructor and Description |
---|
IntermediateDataSet(IntermediateDataSetID id,
ResultPartitionType resultType,
JobVertex producer) |
Modifier and Type | Method and Description |
---|---|
void |
addConsumer(JobEdge edge) |
List<JobEdge> |
getConsumers() |
DistributionPattern |
getDistributionPattern() |
IntermediateDataSetID |
getId() |
JobVertex |
getProducer() |
ResultPartitionType |
getResultType() |
boolean |
isBroadcast() |
String |
toString() |
public IntermediateDataSet(IntermediateDataSetID id, ResultPartitionType resultType, JobVertex producer)
public IntermediateDataSetID getId()
public JobVertex getProducer()
public boolean isBroadcast()
public DistributionPattern getDistributionPattern()
public ResultPartitionType getResultType()
public void addConsumer(JobEdge edge)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.