| Modifier and Type | Field and Description |
|---|---|
protected DB |
DB.HTreeMapMaker.db |
protected DB |
DB.BTreeMapMaker.db |
| Modifier and Type | Method and Description |
|---|---|
static DB |
Pump.backupFullRestore(DBMaker.Maker maker,
InputStream in) |
static DB |
Pump.backupIncrementalRestore(DBMaker.Maker maker,
File backupDir) |
DB |
DBMaker.Maker.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 void |
Pump.backupFull(DB db,
OutputStream out) |
static void |
Pump.backupIncremental(DB db,
File backupDir) |
static void |
Pump.copy(DB src,
DB target)
Deprecated.
not yet implemented
|
static Store |
Store.forDB(DB db)
traverses Engine wrappers and returns underlying
Store |
protected static SortedMap<String,Object> |
BTreeMap.preinitCatalog(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.
|
| Constructor and Description |
|---|
DB.BTreeMapMaker(String name,
DB db) |
DB.HTreeMapMaker(DB db,
String name,
Engine[] engines) |
Copyright © 2015. All Rights Reserved.