Class TaskInformation
java.lang.Object
org.apache.flink.runtime.executiongraph.TaskInformation
- All Implemented Interfaces:
Serializable
Container class for operator/task specific information which are stored at the
ExecutionJobVertex. This information is shared by all sub tasks of this operator.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTaskInformation(JobVertexID jobVertexId, String taskName, int numberOfSubtasks, int maxNumberOfSubtasks, String invokableClassName, org.apache.flink.configuration.Configuration taskConfiguration) -
Method Summary
-
Constructor Details
-
TaskInformation
public TaskInformation(JobVertexID jobVertexId, String taskName, int numberOfSubtasks, int maxNumberOfSubtasks, String invokableClassName, org.apache.flink.configuration.Configuration taskConfiguration)
-
-
Method Details
-
getJobVertexId
-
getTaskName
-
getNumberOfSubtasks
public int getNumberOfSubtasks() -
getMaxNumberOfSubtasks
public int getMaxNumberOfSubtasks() -
getInvokableClassName
-
getTaskConfiguration
public org.apache.flink.configuration.Configuration getTaskConfiguration() -
deepCopy
-
equals
-
hashCode
public int hashCode()
-