Interface InMemorySorterFactory<T>
-
- All Known Implementing Classes:
DefaultInMemorySorterFactory
public interface InMemorySorterFactory<T>Factory forInMemorySorter.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InMemorySorter<T>create(List<org.apache.flink.core.memory.MemorySegment> sortSegments)Create anInMemorySorterinstance with the given memory segments.
-
-
-
Method Detail
-
create
InMemorySorter<T> create(List<org.apache.flink.core.memory.MemorySegment> sortSegments)
Create anInMemorySorterinstance with the given memory segments.- Parameters:
sortSegments- to initialize the InMemorySorter with- Returns:
- new InMemorySorter instance
-
-