| Modifier and Type | Class and Description |
|---|---|
(package private) class |
StoreAppend
Deprecated.
|
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 | Field and Description |
|---|---|
private Store |
TxEngine.Tx.parentEngine |
| Modifier and Type | Method and Description |
|---|---|
static Store |
Store.forDB(DB db)
traverses
EngineWrappers and returns underlying Store |
static Store |
Store.forEngine(Engine e)
traverses
EngineWrappers and returns underlying Store |
| Modifier and Type | Method and Description |
|---|---|
(package private) static void |
Pump.copy(Store s1,
Store s2)
copies all data from first store to second store
|