| Modifier and Type | Class and Description |
|---|---|
class |
StoreAppend
append only store
|
class |
StoreArchive
Store without index table.
|
class |
StoreCached
Extends
StoreDirect with Write Cache |
class |
StoreDirect |
class |
StoreHeap
Store which keeps all instances on heap.
|
class |
StoreWAL
Write-Ahead-Log
|
| Modifier and Type | Method and Description |
|---|---|
static Store |
Store.forDB(DB db)
traverses Engine wrappers and returns underlying
Store |
static Store |
Store.forEngine(Engine e)
traverses Engine wrappers and returns underlying
Store |
Copyright © 2015. All Rights Reserved.