Uses of Class
org.apache.flink.runtime.memory.ListMemorySegmentSource
Packages that use ListMemorySegmentSource
-
Uses of ListMemorySegmentSource in org.apache.flink.runtime.operators.hash
Constructors in org.apache.flink.runtime.operators.hash with parameters of type ListMemorySegmentSourceModifierConstructorDescriptionInMemoryPartition(org.apache.flink.api.common.typeutils.TypeSerializer<T> serializer, int partitionNumber, ListMemorySegmentSource memSource, int pageSize, int pageSizeInBits) Creates a new partition, in memory, with one buffer.