Uses of Interface
gzz.mediaserver.storage.Storer

Packages that use Storer
gzz.mediaserver   
gzz.mediaserver.storage   
 

Uses of Storer in gzz.mediaserver
 

Constructors in gzz.mediaserver with parameters of type Storer
SimpleMediaserver(Storer store, IDSpace idspace, long flags)
           
SimpleMediaserver(Storer store)
           
 

Uses of Storer in gzz.mediaserver.storage
 

Classes in gzz.mediaserver.storage that implement Storer
 class DirStorer
          A storer storing things in a directory.
 class TransientStorer
          A storer storing everything in memory, not on the disk.
 class URLStorer
           
 class ZipStorer
           
 

Constructors in gzz.mediaserver.storage with parameters of type Storer
Storer.DefaultPropertiesImpl(Storer storer)