Class BufferedExternalSorter

java.lang.Object
org.apache.beam.sdk.extensions.sorter.BufferedExternalSorter

public class BufferedExternalSorter extends Object
Sorter that will use in memory sorting until the values can't fit into memory and will then fall back to external sorting.