| 限定符和类型 | 类和说明 |
|---|---|
class |
BaseHybridHashTable
Base table for
LongHybridHashTable and BinaryHashTable. |
class |
BinaryHashTable
An implementation of a Hybrid Hash Join.
|
class |
LongHybridHashTable
Special optimized hashTable with key long.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
BytesHashMapSpillMemorySegmentPool
MemorySegmentPool for
BytesHashMap to fall back to sort agg. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ListMemorySegmentPool
MemorySegment pool of a MemorySegment list.
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected MemorySegmentPool |
BinaryIndexedSortable.memorySegmentPool |
| 限定符和类型 | 方法和说明 |
|---|---|
static BinaryInMemorySortBuffer |
BinaryInMemorySortBuffer.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 BinaryKVInMemorySortBuffer |
BinaryKVInMemorySortBuffer.createBuffer(NormalizedKeyComputer normalizedKeyComputer,
BinaryRowDataSerializer keySerializer,
BinaryRowDataSerializer valueSerializer,
RecordComparator comparator,
ArrayList<org.apache.flink.core.memory.MemorySegment> recordBufferSegments,
long numElements,
MemorySegmentPool pool) |
void |
BufferedKVExternalSorter.sortAndSpill(ArrayList<org.apache.flink.core.memory.MemorySegment> recordBufferSegments,
long numElements,
MemorySegmentPool pool) |
| 构造器和说明 |
|---|
BinaryIndexedSortable(NormalizedKeyComputer normalizedKeyComputer,
BinaryRowDataSerializer serializer,
RecordComparator comparator,
ArrayList<org.apache.flink.core.memory.MemorySegment> recordBufferSegments,
MemorySegmentPool memorySegmentPool) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
LazyMemorySegmentPool
MemorySegmentPool that lazy allocate memory pages from MemoryManager. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.