public static class BufferedExternalSorter.Options extends Object implements Serializable
| Constructor and Description |
|---|
Options() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMemoryMB()
Returns the configured size of the memory buffer.
|
String |
getTempLocation()
Returns the configured temporary location.
|
BufferedExternalSorter.Options |
setMemoryMB(int memoryMB)
Sets the size of the memory buffer in megabytes.
|
BufferedExternalSorter.Options |
setTempLocation(String tempLocation)
Sets the path to a temporary location where the sorter writes intermediate files.
|
public BufferedExternalSorter.Options setTempLocation(String tempLocation)
public String getTempLocation()
public BufferedExternalSorter.Options setMemoryMB(int memoryMB)
public int getMemoryMB()
Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.