| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.operators.util | |
| org.apache.flink.runtime.plugable |
| 构造器和说明 |
|---|
ReaderIterator(MutableReader<DeserializationDelegate<T>> reader,
org.apache.flink.api.common.typeutils.TypeSerializer<T> serializer)
Creates a new iterator, wrapping the given reader.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
NonReusingDeserializationDelegate<T>
A
DeserializationDelegate that always creates a new instance upon deserialization. |
class |
ReusingDeserializationDelegate<T>
A
DeserializationDelegate that reuses an existing instance upon deserialization. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.