Interface HashAggregationBuilder
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
InMemoryHashAggregationBuilder,SkipAggregationBuilder,SpillableHashAggregationBuilder
-
Method Details
-
processPage
-
buildResult
WorkProcessor<Page> buildResult() -
isFull
boolean isFull() -
updateMemory
void updateMemory() -
close
void close()- Specified by:
closein interfaceAutoCloseable
-
startMemoryRevoke
com.google.common.util.concurrent.ListenableFuture<Void> startMemoryRevoke() -
finishMemoryRevoke
void finishMemoryRevoke()
-