| Package | Description |
|---|---|
| com.bigdata.journal |
The journal is an append-only persistence capable data structure
supporting atomic commit, named indices, and transactions.
|
| com.bigdata.rwstore |
| Modifier and Type | Method and Description |
|---|---|
RWStore |
RWStrategy.getStore() |
| Constructor and Description |
|---|
RWAddressManager(RWStore store) |
| Modifier and Type | Method and Description |
|---|---|
int |
Allocator.alloc(RWStore store,
int size,
IAllocationContext context) |
int |
FixedAllocator.alloc(RWStore store,
int size,
IAllocationContext context)
The introduction of IAllocationContexts has added some complexity to
the older concept of a free list.
|
protected int |
FixedAllocator.grabAllocation(RWStore store,
int blockSize) |
String |
RWStore.DeleteBlockStats.toString(RWStore store) |
| Constructor and Description |
|---|
PSInputStream(RWStore store,
long addr) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.