public interface IAllocationManager
| Modifier and Type | Method and Description | 
|---|---|
| void | abortContext(IAllocationContext context)Indicates that the allocation context will no longer be used and that the
 allocations made within the context should be discarded. | 
| void | detachContext(IAllocationContext context)Indicates that the allocation context will no longer be used, but that
 the allocations made within the context should be preserved. | 
| IAllocationContext | newAllocationContext(boolean isolated)Creates a context to be used to isolate updates to within the context until it
 is released to the parent environment. | 
IAllocationContext newAllocationContext(boolean isolated)
void abortContext(IAllocationContext context)
context - The application object which serves as the allocation context.void detachContext(IAllocationContext context)
IStore is the top-level parent of
 allocation contexts. The allocators associated with the allocation
 context are return to the global list of available allocators.context - The application object which serves as the allocation context.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.