Class BufferedExternalSorter
java.lang.Object
org.apache.beam.sdk.extensions.sorter.BufferedExternalSorter
Sorter that will use in memory sorting until the values can't fit into memory and will
then fall back to external sorting.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classContains configuration for the sorter. -
Method Summary
Modifier and TypeMethodDescriptionvoidstatic BufferedExternalSortercreate(BufferedExternalSorter.Options options) options()sort()
-
Method Details
-
options
-
create
-
add
- Throws:
IOException
-
sort
- Throws:
IOException
-