public class JobInformation extends Object implements Serializable
ExecutionGraph
.Constructor and Description |
---|
JobInformation(JobID jobId,
JobType jobType,
String jobName,
SerializedValue<ExecutionConfig> serializedExecutionConfig,
Configuration jobConfiguration,
Collection<PermanentBlobKey> requiredJarFileBlobKeys,
Collection<URL> requiredClasspathURLs) |
Modifier and Type | Method and Description |
---|---|
JobInformation |
deepCopy() |
boolean |
equals(Object o) |
UnmodifiableConfiguration |
getJobConfiguration() |
JobID |
getJobId() |
String |
getJobName() |
JobType |
getJobType() |
org.apache.flink.shaded.guava31.com.google.common.collect.ImmutableCollection<URL> |
getRequiredClasspathURLs() |
org.apache.flink.shaded.guava31.com.google.common.collect.ImmutableCollection<PermanentBlobKey> |
getRequiredJarFileBlobKeys() |
SerializedValue<ExecutionConfig> |
getSerializedExecutionConfig() |
int |
hashCode() |
String |
toString() |
public JobInformation(JobID jobId, JobType jobType, String jobName, SerializedValue<ExecutionConfig> serializedExecutionConfig, Configuration jobConfiguration, Collection<PermanentBlobKey> requiredJarFileBlobKeys, Collection<URL> requiredClasspathURLs)
public JobID getJobId()
public String getJobName()
public JobType getJobType()
public SerializedValue<ExecutionConfig> getSerializedExecutionConfig()
public UnmodifiableConfiguration getJobConfiguration()
public org.apache.flink.shaded.guava31.com.google.common.collect.ImmutableCollection<PermanentBlobKey> getRequiredJarFileBlobKeys()
public org.apache.flink.shaded.guava31.com.google.common.collect.ImmutableCollection<URL> getRequiredClasspathURLs()
public JobInformation deepCopy()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.