| Package | Description |
|---|---|
| org.apache.flink.runtime.jobmaster |
| Modifier and Type | Method and Description |
|---|---|
SerializedInputSplit |
JobMaster.requestNextInputSplit(UUID leaderSessionID,
JobVertexID vertexID,
ExecutionAttemptID executionAttempt) |
| Modifier and Type | Method and Description |
|---|---|
Future<SerializedInputSplit> |
JobMasterGateway.requestNextInputSplit(UUID leaderSessionID,
JobVertexID vertexID,
ExecutionAttemptID executionAttempt)
Requesting next input split for the
ExecutionJobVertex. |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.