Uses of Class
org.mapdb.DB

Uses of DB in org.mapdb
 

Fields in org.mapdb declared as DB
protected  DB SerializerPojo.db
           
 

Methods in org.mapdb that return DB
 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).
 

Methods in org.mapdb with parameters of type DB
static Store Store.forDB(DB db)
          traverses EngineWrappers 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)
           
 

Method parameters in org.mapdb with type arguments of type DB
<A> A
TxMaker.execute(Fun.Function1<A,DB> txBlock)
          Executes given block withing single transaction.
 



Copyright © 2014. All Rights Reserved.