| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.operators.shipping |
| 限定符和类型 | 方法和说明 |
|---|---|
List<RecordWriter<SerializationDelegate<T>>> |
OutputCollector.getWriters()
List of writers that are associated with this output collector
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
OutputEmitter.selectChannel(SerializationDelegate<T> record) |
| 构造器和说明 |
|---|
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–2022 The Apache Software Foundation. All rights reserved.