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