| Package | Description |
|---|---|
| org.apache.flink.runtime.client | |
| org.apache.flink.runtime.deployment | |
| org.apache.flink.runtime.event.task |
| Constructor and Description |
|---|
JobProgressResult(AbstractJobResult.ReturnCode returnCode,
String description,
SerializableArrayList<AbstractEvent> events)
Constructs a new job progress result object.
|
| Constructor and Description |
|---|
TaskDeploymentDescriptor(JobID jobID,
ExecutionVertexID vertexID,
String taskName,
int indexInSubtaskGroup,
int currentNumberOfSubtasks,
Configuration jobConfiguration,
Configuration taskConfiguration,
Class<? extends AbstractInvokable> invokableClass,
SerializableArrayList<GateDeploymentDescriptor> outputGates,
SerializableArrayList<GateDeploymentDescriptor> inputGates)
Constructs a task deployment descriptor.
|
TaskDeploymentDescriptor(JobID jobID,
ExecutionVertexID vertexID,
String taskName,
int indexInSubtaskGroup,
int currentNumberOfSubtasks,
Configuration jobConfiguration,
Configuration taskConfiguration,
Class<? extends AbstractInvokable> invokableClass,
SerializableArrayList<GateDeploymentDescriptor> outputGates,
SerializableArrayList<GateDeploymentDescriptor> inputGates)
Constructs a task deployment descriptor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EventList
Objects of this class can store and serialize/deserialize
AbstractEvent
objects. |
Copyright © 2014 The Apache Software Foundation. All rights reserved.