| Modifier and Type | Method and Description |
|---|---|
ResultPartitionWriter[] |
Environment.getAllWriters() |
ResultPartitionWriter |
Environment.getWriter(int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskEventDispatcher.registerWriterForIncomingTaskEvents(ResultPartitionID partitionId,
ResultPartitionWriter writer) |
void |
TaskEventDispatcher.unregisterWriter(ResultPartitionWriter writer) |
| Modifier and Type | Field and Description |
|---|---|
protected ResultPartitionWriter |
RecordWriter.writer |
| Constructor and Description |
|---|
RecordWriter(ResultPartitionWriter writer) |
RecordWriter(ResultPartitionWriter writer,
ChannelSelector<T> channelSelector) |
| Modifier and Type | Method and Description |
|---|---|
ResultPartitionWriter[] |
RuntimeEnvironment.getAllWriters() |
ResultPartitionWriter[] |
Task.getAllWriters() |
ResultPartitionWriter |
RuntimeEnvironment.getWriter(int index) |
| Constructor and Description |
|---|
RuntimeEnvironment(org.apache.flink.api.common.JobID jobId,
JobVertexID jobVertexId,
ExecutionAttemptID executionId,
org.apache.flink.api.common.TaskInfo taskInfo,
org.apache.flink.configuration.Configuration jobConfiguration,
org.apache.flink.configuration.Configuration taskConfiguration,
ClassLoader userCodeClassLoader,
MemoryManager memManager,
IOManager ioManager,
BroadcastVariableManager bcVarManager,
AccumulatorRegistry accumulatorRegistry,
InputSplitProvider splitProvider,
Map<String,Future<org.apache.flink.core.fs.Path>> distCacheEntries,
ResultPartitionWriter[] writers,
InputGate[] inputGates,
ActorGateway jobManager,
TaskManagerRuntimeInfo taskManagerInfo) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.