| Modifier and Type | Method and Description |
|---|---|
InputGate[] |
Environment.getAllInputGates() |
InputGate |
Environment.getInputGate(int index) |
| Modifier and Type | Field and Description |
|---|---|
protected InputGate |
AbstractReader.inputGate
The input gate to read from.
|
| Constructor and Description |
|---|
AbstractReader(InputGate inputGate) |
MutableRecordReader(InputGate inputGate,
String[] tmpDirectories)
Creates a new MutableRecordReader that de-serializes records from the given input gate and
can spill partial records to disk, if they grow large.
|
RecordReader(InputGate inputGate,
Class<T> recordType,
String[] tmpDirectories)
Creates a new RecordReader that de-serializes records from the given input gate and
can spill partial records to disk, if they grow large.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SingleInputGate
An input gate consumes one or more partitions of a single produced intermediate result.
|
class |
UnionInputGate
Input gate wrapper to union the input from multiple input gates.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InputGateListener.notifyInputGateNonEmpty(InputGate inputGate)
Notification callback if the input gate moves from zero to non-zero
available input channels with data.
|
void |
UnionInputGate.notifyInputGateNonEmpty(InputGate inputGate) |
| Constructor and Description |
|---|
UnionInputGate(InputGate... inputGates) |
| Modifier and Type | Method and Description |
|---|---|
InputGate[] |
RuntimeEnvironment.getAllInputGates() |
InputGate |
RuntimeEnvironment.getInputGate(int index) |
| Constructor and Description |
|---|
RuntimeEnvironment(JobID jobId,
JobVertexID jobVertexId,
ExecutionAttemptID executionId,
ExecutionConfig executionConfig,
TaskInfo taskInfo,
Configuration jobConfiguration,
Configuration taskConfiguration,
ClassLoader userCodeClassLoader,
MemoryManager memManager,
IOManager ioManager,
BroadcastVariableManager bcVarManager,
AccumulatorRegistry accumulatorRegistry,
TaskKvStateRegistry kvStateRegistry,
InputSplitProvider splitProvider,
Map<String,Future<Path>> distCacheEntries,
ResultPartitionWriter[] writers,
InputGate[] inputGates,
CheckpointResponder checkpointResponder,
TaskManagerRuntimeInfo taskManagerInfo,
TaskMetricGroup metrics,
Task containingTask) |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.