Uses of Class
org.apache.flink.runtime.memory.ListMemorySegmentSource
-
Packages that use ListMemorySegmentSource Package Description org.apache.flink.runtime.operators.hash -
-
Uses of ListMemorySegmentSource in org.apache.flink.runtime.operators.hash
Constructors in org.apache.flink.runtime.operators.hash with parameters of type ListMemorySegmentSource Constructor Description InMemoryPartition(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.
-