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.selectChannels(SerializationDelegate<T> record,
int numberOfChannels) |
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–2016 The Apache Software Foundation. All rights reserved.