Uses of Class
org.apache.flink.table.runtime.util.LazyMemorySegmentPool
Packages that use LazyMemorySegmentPool
Package
Description
-
Uses of LazyMemorySegmentPool in org.apache.flink.table.runtime.hashtable
Fields in org.apache.flink.table.runtime.hashtable declared as LazyMemorySegmentPoolModifier and TypeFieldDescriptionprotected final LazyMemorySegmentPoolBaseHybridHashTable.internalPool -
Uses of LazyMemorySegmentPool in org.apache.flink.table.runtime.util
Constructors in org.apache.flink.table.runtime.util with parameters of type LazyMemorySegmentPoolModifierConstructorDescriptionResettableExternalBuffer(org.apache.flink.runtime.io.disk.iomanager.IOManager ioManager, LazyMemorySegmentPool pool, AbstractRowDataSerializer serializer, boolean isRowAllInFixedPart) -
Uses of LazyMemorySegmentPool in org.apache.flink.table.runtime.util.collections.binary
Fields in org.apache.flink.table.runtime.util.collections.binary declared as LazyMemorySegmentPool