Class JobInformation
java.lang.Object
org.apache.flink.runtime.executiongraph.JobInformation
- All Implemented Interfaces:
Serializable
Container class for job information which is stored in the
ExecutionGraph.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJobInformation(org.apache.flink.api.common.JobID jobId, JobType jobType, String jobName, org.apache.flink.util.SerializedValue<org.apache.flink.api.common.ExecutionConfig> serializedExecutionConfig, org.apache.flink.configuration.Configuration jobConfiguration, Collection<PermanentBlobKey> requiredJarFileBlobKeys, Collection<URL> requiredClasspathURLs) -
Method Summary
Modifier and TypeMethodDescriptiondeepCopy()booleanorg.apache.flink.configuration.UnmodifiableConfigurationorg.apache.flink.api.common.JobIDgetJobId()org.apache.flink.shaded.guava32.com.google.common.collect.ImmutableCollection<URL>org.apache.flink.shaded.guava32.com.google.common.collect.ImmutableCollection<PermanentBlobKey>org.apache.flink.util.SerializedValue<org.apache.flink.api.common.ExecutionConfig>inthashCode()toString()
-
Constructor Details
-
JobInformation
public JobInformation(org.apache.flink.api.common.JobID jobId, JobType jobType, String jobName, org.apache.flink.util.SerializedValue<org.apache.flink.api.common.ExecutionConfig> serializedExecutionConfig, org.apache.flink.configuration.Configuration jobConfiguration, Collection<PermanentBlobKey> requiredJarFileBlobKeys, Collection<URL> requiredClasspathURLs)
-
-
Method Details
-
getJobId
public org.apache.flink.api.common.JobID getJobId() -
getJobName
-
getJobType
-
getSerializedExecutionConfig
public org.apache.flink.util.SerializedValue<org.apache.flink.api.common.ExecutionConfig> getSerializedExecutionConfig() -
getJobConfiguration
public org.apache.flink.configuration.UnmodifiableConfiguration getJobConfiguration() -
getRequiredJarFileBlobKeys
public org.apache.flink.shaded.guava32.com.google.common.collect.ImmutableCollection<PermanentBlobKey> getRequiredJarFileBlobKeys() -
getRequiredClasspathURLs
public org.apache.flink.shaded.guava32.com.google.common.collect.ImmutableCollection<URL> getRequiredClasspathURLs() -
deepCopy
-
equals
-
hashCode
public int hashCode() -
toString
-