Uses of Class
org.mapdb.Store

Uses of Store in org.mapdb
 

Subclasses of Store in org.mapdb
 class StoreDirect
          Storage Engine which saves record directly into file.
 class StoreHeap
          Store which keeps all instances on heap.
 class StoreWAL
          Write-Ahead-Log
 

Methods in org.mapdb that return Store
static Store Store.forDB(DB db)
          traverses EngineWrappers and returns underlying Store
static Store Store.forEngine(Engine e)
          traverses EngineWrappers and returns underlying Store
 



Copyright © 2014. All Rights Reserved.