| 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 | |
| com.bigdata.rwstore.sector |
| Modifier and Type | Class and Description |
|---|---|
class |
RWStrategy
A highly scalable persistent
IBufferStrategy wrapping the
RWStore which may be used as the backing store for a Journal. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IRWStrategy
Defines a marker interface to be used to indicate strategies that share RW
semantics such as
RWStrategy and MemStrategy |
interface |
IStore
The
IStore interface provides persistent storage abstraction for
fixed size allocations and allocation recycling. |
| Modifier and Type | Class and Description |
|---|---|
class |
RWStore
Storage class
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IMemoryManager
Abstraction for managing data in
ByteBuffers. |
| Modifier and Type | Class and Description |
|---|---|
class |
AllocationContext
The
AllocationContext is used to maintain a handle on allocations
made within some specific environment (context). |
class |
MemoryManager
The MemoryManager manages an off-heap Direct
ByteBuffer. |
class |
MemStrategy
A buffer implementation backed by an
IMemoryManager. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.