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