| Package | Description |
|---|---|
| org.apache.flink.runtime.execution | |
| org.apache.flink.runtime.jobgraph.tasks | |
| org.apache.flink.runtime.taskmanager |
| Modifier and Type | Method and Description |
|---|---|
InputSplitProvider |
Environment.getInputSplitProvider()
Returns the input split provider assigned to this environment.
|
InputSplitProvider |
RuntimeEnvironment.getInputSplitProvider() |
| Constructor and Description |
|---|
RuntimeEnvironment(TaskDeploymentDescriptor tdd,
MemoryManager memoryManager,
IOManager ioManager,
InputSplitProvider inputSplitProvider,
AccumulatorProtocol accumulatorProtocolProxy,
Map<String,FutureTask<Path>> cpTasks)
Constructs a runtime environment from a task deployment description.
|
| Constructor and Description |
|---|
InputSplitIterator(InputSplitProvider inputSplitProvider)
Constructs a new input split iterator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TaskInputSplitProvider
The task input split provider is a component of the task manager which implements the
InputSplitProvider
interface. |
Copyright © 2014 The Apache Software Foundation. All rights reserved.