public class TaskInputSplitProvider extends Object implements InputSplitProvider
| Constructor and Description |
|---|
TaskInputSplitProvider(akka.actor.ActorRef jobManager,
org.apache.flink.api.common.JobID jobId,
JobVertexID vertexId,
ExecutionAttemptID executionID,
ClassLoader userCodeClassLoader,
akka.util.Timeout timeout) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.core.io.InputSplit |
getNextInputSplit()
Requests the next input split to be consumed by the calling task.
|
public TaskInputSplitProvider(akka.actor.ActorRef jobManager,
org.apache.flink.api.common.JobID jobId,
JobVertexID vertexId,
ExecutionAttemptID executionID,
ClassLoader userCodeClassLoader,
akka.util.Timeout timeout)
public org.apache.flink.core.io.InputSplit getNextInputSplit()
InputSplitProvidergetNextInputSplit in interface InputSplitProvidernull if the
task shall not consume any further input splits.Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.