Interface InMemorySorterFactory<T>
- All Known Implementing Classes:
DefaultInMemorySorterFactory
public interface InMemorySorterFactory<T>
Factory for
InMemorySorter.-
Method Summary
Modifier and TypeMethodDescriptionCreate anInMemorySorterinstance with the given memory segments.
-
Method Details
-
create
Create anInMemorySorterinstance with the given memory segments.- Parameters:
sortSegments- to initialize the InMemorySorter with- Returns:
- new InMemorySorter instance
-