Package | Description |
---|---|
com.bigdata.rwstore | |
com.bigdata.rwstore.sector |
Modifier and Type | Method and Description |
---|---|
void |
StorageStats.register(SectorAllocator allocator,
boolean init) |
Modifier and Type | Method and Description |
---|---|
void |
ISectorManager.addToFreeList(SectorAllocator sectorAllocator)
When sufficient allocations have been freed for recycling that a
threshold of availability of reached for all block sizes, then the
allocator calls back to the SectorManager to signal it is available to be
returned to the free list.
|
void |
MemoryManager.addToFreeList(SectorAllocator sector) |
int |
SectorAllocator.compareTo(SectorAllocator other) |
void |
ISectorManager.removeFromFreeList(SectorAllocator sectorAllocator)
This request is made when the sectorAllocator no longer has a full set of
block allocations available.
|
void |
MemoryManager.removeFromFreeList(SectorAllocator sector) |
void |
ISectorManager.trimSector(long trim,
SectorAllocator sector)
When a sector is first created, it will remain at the head of the free
list until one of two conditions has been reached:
The allocation has been saturated.
The bit space has been filled.
|
void |
MemoryManager.trimSector(long trim,
SectorAllocator sector) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.