| Package | Description |
|---|---|
| org.apache.flink.runtime.client |
| Modifier and Type | Method and Description |
|---|---|
AbstractJobResult.ReturnCode |
AbstractJobResult.getReturnCode()
Returns the return code of the job operation.
|
static AbstractJobResult.ReturnCode |
AbstractJobResult.ReturnCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractJobResult.ReturnCode[] |
AbstractJobResult.ReturnCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AbstractJobResult(AbstractJobResult.ReturnCode returnCode,
String description)
Constructs a new abstract job result object and sets the description.
|
JobCancelResult(AbstractJobResult.ReturnCode returnCode,
String description)
Constructs a new
JobCancelResult object with
the given return code. |
JobProgressResult(AbstractJobResult.ReturnCode returnCode,
String description,
SerializableArrayList<AbstractEvent> events)
Constructs a new job progress result object.
|
JobSubmissionResult(AbstractJobResult.ReturnCode returnCode,
String description)
Constructs a new
JobSubmissionResult object with
the given return code. |
Copyright © 2014 The Apache Software Foundation. All rights reserved.