| Package | Description |
|---|---|
| org.apache.flink.runtime.operators.sort |
| Modifier and Type | Class and Description |
|---|---|
class |
FixedLengthRecordSorter<T> |
class |
NormalizedKeySorter<T> |
| Modifier and Type | Method and Description |
|---|---|
InMemorySorter<T> |
DefaultInMemorySorterFactory.create(List<org.apache.flink.core.memory.MemorySegment> sortSegments) |
InMemorySorter<T> |
InMemorySorterFactory.create(List<org.apache.flink.core.memory.MemorySegment> sortSegments)
Create an
InMemorySorter instance with the given memory segments. |
| Constructor and Description |
|---|
CircularElement(int id,
InMemorySorter<E> buffer,
List<org.apache.flink.core.memory.MemorySegment> memory) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.