Package | Description |
---|---|
com.bigdata.io.writecache |
Low-level write cache service.
|
com.bigdata.journal |
The journal is an append-only persistence capable data structure
supporting atomic commit, named indices, and transactions.
|
com.bigdata.rwstore |
Constructor and Description |
---|
WriteCacheService(int nwriteBuffers,
int minCleanListSize,
int nreadBuffers,
boolean prefixWrites,
int compactionThreshold,
int hotCacheSize,
int hotCacheThreshold,
boolean useChecksum,
long fileExtent,
IReopenChannel<? extends Channel> opener,
Quorum quorum,
IBackingReader reader)
Allocates N buffers from the
DirectBufferPool . |
Modifier and Type | Class and Description |
---|---|
class |
WORMStrategy
Disk-based Write Once Read Many (WORM) journal strategy.
|
Modifier and Type | Class and Description |
---|---|
class |
RWStore
Storage class
|
Constructor and Description |
---|
RWWriteCacheService(int nbuffers,
int minCleanListSize,
int readBuffers,
boolean prefixWrites,
int compactionThreshold,
int hotCacheSize,
int hotCacheThreshold,
long fileExtent,
IReopenChannel<? extends Channel> opener,
Quorum quorum,
IBackingReader reader) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.