Uses of Interface
org.apache.flink.runtime.io.network.api.reader.MutableReader
Packages that use MutableReader
Package
Description
-
Uses of MutableReader in org.apache.flink.runtime.broadcast
Methods in org.apache.flink.runtime.broadcast with parameters of type MutableReaderModifier and TypeMethodDescription<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 MutableReaderModifier and TypeClassDescriptionclassMutableRecordReader<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 MutableReaderModifier and TypeFieldDescriptionprotected 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 MutableReaderModifier and TypeMethodDescriptionstatic 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 MutableReaderModifierConstructorDescriptionReaderIterator(MutableReader<DeserializationDelegate<T>> reader, org.apache.flink.api.common.typeutils.TypeSerializer<T> serializer) Creates a new iterator, wrapping the given reader.