Interface InMemorySorterFactory<T>

All Known Implementing Classes:
DefaultInMemorySorterFactory

public interface InMemorySorterFactory<T>
Factory for InMemorySorter.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(List<org.apache.flink.core.memory.MemorySegment> sortSegments)
    Create an InMemorySorter instance with the given memory segments.
  • Method Details

    • create

      InMemorySorter<T> create(List<org.apache.flink.core.memory.MemorySegment> sortSegments)
      Create an InMemorySorter instance with the given memory segments.
      Parameters:
      sortSegments - to initialize the InMemorySorter with
      Returns:
      new InMemorySorter instance