Class DefaultInMemorySorterFactory<T>

java.lang.Object
org.apache.flink.runtime.operators.sort.DefaultInMemorySorterFactory<T>
All Implemented Interfaces:
InMemorySorterFactory<T>

public class DefaultInMemorySorterFactory<T> extends Object implements InMemorySorterFactory<T>
Default factory for InMemorySorter.
  • Constructor Details

    • DefaultInMemorySorterFactory

      public DefaultInMemorySorterFactory(@Nonnull org.apache.flink.api.common.typeutils.TypeSerializer<T> typeSerializer, @Nonnull org.apache.flink.api.common.typeutils.TypeComparator<T> typeComparator, int thresholdForInPlaceSorting)
  • Method Details