public interface AggregatedMemoryContext
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getBytes() |
AggregatedMemoryContext |
newAggregatedMemoryContext() |
LocalMemoryContext |
newLocalMemoryContext(String allocationTag) |
static AggregatedMemoryContext |
newRootAggregatedMemoryContext(MemoryReservationHandler reservationHandler,
long guaranteedMemoryInBytes) |
static AggregatedMemoryContext |
newSimpleAggregatedMemoryContext() |
static AggregatedMemoryContext newSimpleAggregatedMemoryContext()
static AggregatedMemoryContext newRootAggregatedMemoryContext(MemoryReservationHandler reservationHandler, long guaranteedMemoryInBytes)
AggregatedMemoryContext newAggregatedMemoryContext()
LocalMemoryContext newLocalMemoryContext(String allocationTag)
long getBytes()
void close()
Copyright © 2012–2022. All rights reserved.