| Modifier and Type | Method and Description |
|---|---|
BufferedExternalSorter.Options |
BufferedExternalSorter.Options.setMemoryMB(int memoryMB)
Sets the size of the memory buffer in megabytes.
|
BufferedExternalSorter.Options |
BufferedExternalSorter.Options.setTempLocation(String tempLocation)
Sets the path to a temporary location where the sorter writes intermediate files.
|
| Modifier and Type | Method and Description |
|---|---|
static BufferedExternalSorter |
BufferedExternalSorter.create(BufferedExternalSorter.Options options) |
static <PrimaryKeyT,SecondaryKeyT,ValueT> |
SortValues.create(BufferedExternalSorter.Options sorterOptions)
Returns a
SortValues<PrimaryKeyT, SecondaryKeyT, ValueT> PTransform. |
Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.