Uses of Class
org.magnos.data.store.AbstractStore

Packages that use AbstractStore
org.magnos.data.store   
 

Uses of AbstractStore in org.magnos.data.store
 

Subclasses of AbstractStore in org.magnos.data.store
 class FileStore
          A store which has a file as its persisted medium.
 class MappedStore
          A store which has a memory-mapped file as its persisted medium.
 class MemoryStore
          A store which is kept entirely in memory and is not persisted to any medium.