Uses of Interface
org.apache.flink.runtime.io.network.api.reader.MutableReader
-
Packages that use MutableReader Package Description org.apache.flink.runtime.broadcast org.apache.flink.runtime.io.network.api.reader org.apache.flink.runtime.operators org.apache.flink.runtime.operators.util -
-
Uses of MutableReader in org.apache.flink.runtime.broadcast
Methods in org.apache.flink.runtime.broadcast with parameters of type MutableReader Modifier and Type Method Description <T> BroadcastVariableMaterialization<T,?>BroadcastVariableManager. materializeBroadcastVariable(String name, int superstep, BatchTask<?,?> holder, MutableReader<?> reader, org.apache.flink.api.common.typeutils.TypeSerializerFactory<T> serializerFactory)Materializes the broadcast variable for the given name, scoped to the given task and its iteration superstep.voidBroadcastVariableMaterialization. materializeVariable(MutableReader<?> reader, org.apache.flink.api.common.typeutils.TypeSerializerFactory<?> serializerFactory, BatchTask<?,?> referenceHolder) -
Uses of MutableReader in org.apache.flink.runtime.io.network.api.reader
Classes in org.apache.flink.runtime.io.network.api.reader that implement MutableReader Modifier and Type Class Description classMutableRecordReader<T extends org.apache.flink.core.io.IOReadableWritable>Implementation of the record-oriented reader for mutable record types. -
Uses of MutableReader in org.apache.flink.runtime.operators
Fields in org.apache.flink.runtime.operators declared as MutableReader Modifier and Type Field Description protected MutableReader<?>[]BatchTask. broadcastInputReadersThe input readers for the configured broadcast variables for this task.protected MutableReader<?>[]BatchTask. inputReadersThe input readers of this task.Methods in org.apache.flink.runtime.operators with parameters of type MutableReader Modifier and Type Method Description static voidBatchTask. clearReaders(MutableReader<?>[] readers)protected org.apache.flink.util.MutableObjectIterator<?>BatchTask. createInputIterator(MutableReader<?> inputReader, org.apache.flink.api.common.typeutils.TypeSerializerFactory<?> serializerFactory) -
Uses of MutableReader in org.apache.flink.runtime.operators.util
Constructors in org.apache.flink.runtime.operators.util with parameters of type MutableReader Constructor Description ReaderIterator(MutableReader<DeserializationDelegate<T>> reader, org.apache.flink.api.common.typeutils.TypeSerializer<T> serializer)Creates a new iterator, wrapping the given reader.
-