Interface InMemorySorterFactory<T>

    • Method Detail

      • 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