| Package | Description |
|---|---|
| org.apache.flink.runtime.operators.shipping |
| Modifier and Type | Field and Description |
|---|---|
protected RecordWriter<Record>[] |
RecordOutputCollector.writers |
protected RecordWriter<SerializationDelegate<T>>[] |
OutputCollector.writers |
| Modifier and Type | Method and Description |
|---|---|
List<RecordWriter<Record>> |
RecordOutputCollector.getWriters()
List of writers that are associated with this output collector
|
List<RecordWriter<SerializationDelegate<T>>> |
OutputCollector.getWriters()
List of writers that are associated with this output collector
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecordOutputCollector.addWriter(RecordWriter<Record> writer)
Adds a writer to the OutputCollector.
|
void |
OutputCollector.addWriter(RecordWriter<SerializationDelegate<T>> writer)
Adds a writer to the OutputCollector.
|
| Constructor and Description |
|---|
OutputCollector(List<RecordWriter<SerializationDelegate<T>>> writers,
TypeSerializer<T> serializer)
Initializes the output collector with a set of writers.
|
RecordOutputCollector(List<RecordWriter<Record>> writers)
Initializes the output collector with a set of writers.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.