Uses of Interface
org.apache.flink.table.runtime.util.MemorySegmentPool
-
-
Uses of MemorySegmentPool in org.apache.flink.table.runtime.hashtable
Classes in org.apache.flink.table.runtime.hashtable that implement MemorySegmentPool Modifier and Type Class Description classBaseHybridHashTableBase table forLongHybridHashTableandBinaryHashTable.classBinaryHashTableAn implementation of a Hybrid Hash Join.classLongHybridHashTableSpecial optimized hashTable with key long. -
Uses of MemorySegmentPool in org.apache.flink.table.runtime.operators.aggregate
Classes in org.apache.flink.table.runtime.operators.aggregate that implement MemorySegmentPool Modifier and Type Class Description classBytesHashMapSpillMemorySegmentPoolMemorySegmentPool forBytesHashMapto fall back to sort agg. -
Uses of MemorySegmentPool in org.apache.flink.table.runtime.operators.sort
Classes in org.apache.flink.table.runtime.operators.sort that implement MemorySegmentPool Modifier and Type Class Description classListMemorySegmentPoolMemorySegment pool of a MemorySegment list.Fields in org.apache.flink.table.runtime.operators.sort declared as MemorySegmentPool Modifier and Type Field Description protected MemorySegmentPoolBinaryIndexedSortable. memorySegmentPoolMethods in org.apache.flink.table.runtime.operators.sort with parameters of type MemorySegmentPool Modifier and Type Method Description static BinaryInMemorySortBufferBinaryInMemorySortBuffer. createBuffer(NormalizedKeyComputer normalizedKeyComputer, AbstractRowDataSerializer<org.apache.flink.table.data.RowData> inputSerializer, BinaryRowDataSerializer serializer, RecordComparator comparator, MemorySegmentPool memoryPool)Create a memory sorter in `insert` way.static BinaryKVInMemorySortBufferBinaryKVInMemorySortBuffer. createBuffer(NormalizedKeyComputer normalizedKeyComputer, BinaryRowDataSerializer keySerializer, BinaryRowDataSerializer valueSerializer, RecordComparator comparator, ArrayList<org.apache.flink.core.memory.MemorySegment> recordBufferSegments, long numElements, MemorySegmentPool pool)voidBufferedKVExternalSorter. sortAndSpill(ArrayList<org.apache.flink.core.memory.MemorySegment> recordBufferSegments, long numElements, MemorySegmentPool pool)Constructors in org.apache.flink.table.runtime.operators.sort with parameters of type MemorySegmentPool Constructor Description BinaryIndexedSortable(NormalizedKeyComputer normalizedKeyComputer, BinaryRowDataSerializer serializer, RecordComparator comparator, ArrayList<org.apache.flink.core.memory.MemorySegment> recordBufferSegments, MemorySegmentPool memorySegmentPool) -
Uses of MemorySegmentPool in org.apache.flink.table.runtime.util
Classes in org.apache.flink.table.runtime.util that implement MemorySegmentPool Modifier and Type Class Description classLazyMemorySegmentPoolMemorySegmentPoolthat lazy allocate memory pages fromMemoryManager.
-