Modifier and Type | Field and Description |
---|---|
protected DB |
SerializerPojo.db |
Modifier and Type | Method and Description |
---|---|
DB |
DBMaker.make()
constructs DB using current settings
|
DB |
TxMaker.makeTx() |
DB |
DB.snapshot()
Make readonly snapshot view of DB and all of its collection
Collections loaded by this instance are not affected (are still mutable).
|
Modifier and Type | Method and Description |
---|---|
static Store |
Store.forDB(DB db)
traverses
EngineWrapper s and returns underlying Store |
protected static SortedMap<String,Object> |
BTreeMap.preinitCatalog(DB db)
hack used for DB Catalog
|
protected void |
SerializerPojo.setDb(DB db) |
void |
TxBlock.tx(DB db) |
Modifier and Type | Method and Description |
---|---|
<A> A |
TxMaker.execute(Fun.Function1<A,DB> txBlock)
Executes given block withing single transaction.
|
Copyright © 2019. All rights reserved.