Class TaskExecutorPartitionInfo
java.lang.Object
org.apache.flink.runtime.io.network.partition.TaskExecutorPartitionInfo
Encapsulates meta-information the TaskExecutor requires to be kept for each partition.
-
Constructor Summary
ConstructorsConstructorDescriptionTaskExecutorPartitionInfo(ShuffleDescriptor shuffleDescriptor, IntermediateDataSetID intermediateDataSetId, int numberOfPartitions) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic TaskExecutorPartitionInfofrom(ResultPartitionDeploymentDescriptor resultPartitionDeploymentDescriptor) intinthashCode()
-
Constructor Details
-
TaskExecutorPartitionInfo
public TaskExecutorPartitionInfo(ShuffleDescriptor shuffleDescriptor, IntermediateDataSetID intermediateDataSetId, int numberOfPartitions)
-
-
Method Details
-
getIntermediateDataSetId
-
getResultPartitionId
-
getNumberOfPartitions
public int getNumberOfPartitions() -
equals
-
hashCode
public int hashCode() -
from
public static TaskExecutorPartitionInfo from(ResultPartitionDeploymentDescriptor resultPartitionDeploymentDescriptor) -
getShuffleDescriptor
-