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