Modifier and Type | Class and Description |
---|---|
class |
StoreDirect
Storage Engine which saves record directly into file.
|
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
EngineWrapper s and returns underlying Store |
static Store |
Store.forEngine(Engine e)
traverses
EngineWrapper s and returns underlying Store |
Copyright © 2017. All rights reserved.