public static interface SpilledState.Updater
Modifier and Type | Method and Description |
---|---|
void |
cleanup()
Does any necessary cleanup if we've spilled too much and abort the query.
|
String |
getFailureMessage()
Gets the failure message in the event that we spilled to far.
|
long |
getMemLimit()
Gets the current memory limit.
|
boolean |
hasPartitionLimit()
True if there is a limit to the number of times we can partition.
|
void cleanup()
String getFailureMessage()
long getMemLimit()
boolean hasPartitionLimit()
Copyright © 1970 The Apache Software Foundation. All rights reserved.