| Package | Description |
|---|---|
| org.apache.flink.runtime.operators.shipping |
| Modifier and Type | Method and Description |
|---|---|
List<RecordWriter<SerializationDelegate<T>>> |
OutputCollector.getWriters()
List of writers that are associated with this output collector
|
| Modifier and Type | Method and Description |
|---|---|
int |
OutputEmitter.selectChannel(SerializationDelegate<T> record) |
| Constructor and Description |
|---|
OutputCollector(List<RecordWriter<SerializationDelegate<T>>> writers,
org.apache.flink.api.common.typeutils.TypeSerializer<T> serializer)
Initializes the output collector with a set of writers.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.