Uses of Class
org.apache.flink.table.runtime.util.LazyMemorySegmentPool
-
Packages that use LazyMemorySegmentPool Package Description org.apache.flink.table.runtime.hashtable org.apache.flink.table.runtime.util org.apache.flink.table.runtime.util.collections.binary -
-
Uses of LazyMemorySegmentPool in org.apache.flink.table.runtime.hashtable
Fields in org.apache.flink.table.runtime.hashtable declared as LazyMemorySegmentPool Modifier and Type Field Description protected LazyMemorySegmentPoolBaseHybridHashTable. internalPool -
Uses of LazyMemorySegmentPool in org.apache.flink.table.runtime.util
Constructors in org.apache.flink.table.runtime.util with parameters of type LazyMemorySegmentPool Constructor Description ResettableExternalBuffer(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 Modifier and Type Field Description protected LazyMemorySegmentPoolBytesMap. memoryPool
-