public class ResultPartitionDeploymentDescriptor extends Object implements Serializable
ResultPartition
,
Serialized FormConstructor and Description |
---|
ResultPartitionDeploymentDescriptor(PartitionDescriptor partitionDescriptor,
ShuffleDescriptor shuffleDescriptor,
int maxParallelism,
boolean sendScheduleOrUpdateConsumersMessage) |
Modifier and Type | Method and Description |
---|---|
int |
getMaxParallelism() |
int |
getNumberOfSubpartitions() |
IntermediateResultPartitionID |
getPartitionId() |
ResultPartitionType |
getPartitionType() |
IntermediateDataSetID |
getResultId() |
ShuffleDescriptor |
getShuffleDescriptor() |
int |
getTotalNumberOfPartitions() |
boolean |
sendScheduleOrUpdateConsumersMessage() |
String |
toString() |
public ResultPartitionDeploymentDescriptor(PartitionDescriptor partitionDescriptor, ShuffleDescriptor shuffleDescriptor, int maxParallelism, boolean sendScheduleOrUpdateConsumersMessage)
public IntermediateDataSetID getResultId()
public IntermediateResultPartitionID getPartitionId()
public ResultPartitionType getPartitionType()
public int getTotalNumberOfPartitions()
public int getNumberOfSubpartitions()
public int getMaxParallelism()
public ShuffleDescriptor getShuffleDescriptor()
public boolean sendScheduleOrUpdateConsumersMessage()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.