@ThreadSafe public abstract class AbstractAggregatedMemoryContext extends Object implements AggregatedMemoryContext
| Modifier and Type | Field and Description |
|---|---|
static String |
FORCE_FREE_TAG |
| Constructor and Description |
|---|
AbstractAggregatedMemoryContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getBroadcastBytes() |
long |
getBytes() |
AbstractAggregatedMemoryContext |
newAggregatedMemoryContext() |
LocalMemoryContext |
newLocalMemoryContext(String allocationTag) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitnewRootAggregatedMemoryContext, newSimpleAggregatedMemoryContextpublic static final String FORCE_FREE_TAG
public AbstractAggregatedMemoryContext newAggregatedMemoryContext()
newAggregatedMemoryContext in interface AggregatedMemoryContextpublic LocalMemoryContext newLocalMemoryContext(String allocationTag)
newLocalMemoryContext in interface AggregatedMemoryContextpublic long getBytes()
getBytes in interface AggregatedMemoryContextpublic long getBroadcastBytes()
public void close()
close in interface AggregatedMemoryContextCopyright © 2012–2022. All rights reserved.