Uses of Interface
org.progressmining.xeslite.external.XExternalAttributeStore

Packages that use XExternalAttributeStore
org.progressmining.xeslite.external   
 

Uses of XExternalAttributeStore in org.progressmining.xeslite.external
 

Classes in org.progressmining.xeslite.external that implement XExternalAttributeStore
 class XMapDBStore
          Implementation using MapDB (https://github.com/jankotek/mapdb) as back-end.
static class XMapDBStore.DirectMemoryStore
           
static class XMapDBStore.DiskStore
           
 

Constructors in org.progressmining.xeslite.external with parameters of type XExternalAttributeStore
XFactoryExternalImpl(XExternalAttributeStore store)