org.progressmining.xeslite.external.store.mapdb
Class XAttributeMapDBStore.DiskStore

java.lang.Object
  extended by org.progressmining.xeslite.external.store.mapdb.XAttributeMapDBStore
      extended by org.progressmining.xeslite.external.store.mapdb.XAttributeMapDBStore.DiskStore
All Implemented Interfaces:
XAttributeStore
Enclosing class:
XAttributeMapDBStore

public static class XAttributeMapDBStore.DiskStore
extends XAttributeMapDBStore


Nested Class Summary
 
Nested classes/interfaces inherited from class org.progressmining.xeslite.external.store.mapdb.XAttributeMapDBStore
XAttributeMapDBStore.DirectMemoryStore, XAttributeMapDBStore.DiskStore
 
Constructor Summary
XAttributeMapDBStore.DiskStore()
           
 
Method Summary
protected  org.mapdb.DB createDB()
           
 
Methods inherited from class org.progressmining.xeslite.external.store.mapdb.XAttributeMapDBStore
commit, finalize, getAttributes, hasAttributes, removeAttributes, setAttributes
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XAttributeMapDBStore.DiskStore

public XAttributeMapDBStore.DiskStore()
Method Detail

createDB

protected org.mapdb.DB createDB()
                         throws java.io.IOException
Specified by:
createDB in class XAttributeMapDBStore
Throws:
java.io.IOException