Class ResultPartitionDeploymentDescriptor
java.lang.Object
org.apache.flink.runtime.deployment.ResultPartitionDeploymentDescriptor
- All Implemented Interfaces:
Serializable
Deployment descriptor for a result partition.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResultPartitionDeploymentDescriptor(PartitionDescriptor partitionDescriptor, ShuffleDescriptor shuffleDescriptor, int maxParallelism) -
Method Summary
Modifier and TypeMethodDescriptionintintintbooleanWhether the resultPartition is a broadcast edge.booleantoString()
-
Constructor Details
-
ResultPartitionDeploymentDescriptor
public ResultPartitionDeploymentDescriptor(PartitionDescriptor partitionDescriptor, ShuffleDescriptor shuffleDescriptor, int maxParallelism)
-
-
Method Details
-
getResultId
-
getPartitionId
-
isBroadcast
public boolean isBroadcast()Whether the resultPartition is a broadcast edge. -
getPartitionType
-
getTotalNumberOfPartitions
public int getTotalNumberOfPartitions() -
getNumberOfSubpartitions
public int getNumberOfSubpartitions() -
isNumberOfPartitionConsumerUndefined
public boolean isNumberOfPartitionConsumerUndefined() -
getMaxParallelism
public int getMaxParallelism() -
getShuffleDescriptor
-
toString
-