Package | Description |
---|---|
com.bigdata.journal |
The journal is an append-only persistence capable data structure
supporting atomic commit, named indices, and transactions.
|
Modifier and Type | Class and Description |
---|---|
class |
DirectBufferStrategy
Direct buffer strategy uses a direct
ByteBuffer as a write through
cache and writes through to disk for persistence. |
class |
MappedBufferStrategy
Memory-mapped journal strategy (this mode is NOT recommended).
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.