public interface IAllocatorSynchronization
RWStores to maintain the in-memory
FixedAllocators w/o the need to initialize from the root block on
each commit.
The implementing instance would be passed to a
WriteCache.FileChannelScatteredWriteCache and the callbacks made from
resetRecordMapFromBuffer.| Modifier and Type | Method and Description |
|---|---|
void |
addAddress(int latchedAddr,
int size)
The address has been allocated on the leader.
|
void |
removeAddress(int latchedAddr)
The address has been deleted on the leader.
|
void addAddress(int latchedAddr,
int size)
latchedAddr - The latched address.size - The size of the allocation in bytes.void removeAddress(int latchedAddr)
latchedAddr - The latched address.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.