| 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 |
|---|---|
(package private) static void |
Pump.copy(DB db1,
DB db2)
copies all data from first DB to second DB
|
static Store |
Store.forDB(DB db)
traverses
EngineWrappers and returns underlying Store |
protected static java.util.SortedMap<java.lang.String,java.lang.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.
|