public interface InMemorySorterFactory<T>
InMemorySorter.| Modifier and Type | Method and Description |
|---|---|
InMemorySorter<T> |
create(List<org.apache.flink.core.memory.MemorySegment> sortSegments)
Create an
InMemorySorter instance with the given memory segments. |
InMemorySorter<T> create(List<org.apache.flink.core.memory.MemorySegment> sortSegments)
InMemorySorter instance with the given memory segments.sortSegments - to initialize the InMemorySorter withCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.