| Package | Description |
|---|---|
| org.apache.flink.api.common |
| Modifier and Type | Method and Description |
|---|---|
static JobID |
JobID.fromByteArray(byte[] bytes)
Creates a new JobID from the given byte sequence.
|
static JobID |
JobID.fromByteBuffer(ByteBuffer buf) |
static JobID |
JobID.fromHexString(String hexString)
Parses a JobID from the given string.
|
static JobID |
JobID.generate()
Creates a new (statistically) random JobID.
|
JobID |
Plan.getJobId()
Gets the ID of the job that the dataflow plan belongs to.
|
JobID |
JobSubmissionResult.getJobID()
Returns the JobID assigned to the job by the Flink runtime.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
PlanExecutor.endSession(JobID jobID)
Ends the job session, identified by the given JobID.
|
void |
Plan.setJobId(JobID jobId)
Sets the ID of the job that the dataflow plan belongs to.
|
| Constructor and Description |
|---|
JobExecutionResult(JobID jobID,
long netRuntime,
Map<String,OptionalFailure<Object>> accumulators)
Creates a new JobExecutionResult.
|
JobSubmissionResult(JobID jobID) |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.