public interface InMemorySorterFactory<T>
InMemorySorter.| 限定符和类型 | 方法和说明 |
|---|---|
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.