Uses of Interface
org.sapia.filestorm.Store

Packages that use Store
org.sapia.filestorm   
org.sapia.filestorm.file   
org.sapia.filestorm.http   
 

Uses of Store in org.sapia.filestorm
 

Methods in org.sapia.filestorm that return Store
static Store StoreFactory.newCachingFileStore(File baseDir, Store delegate, int bufsize, long timeout)
          Creates an instance of the CachingFileStore class, with the given base directory.
static Store StoreFactory.newFileStore(File baseDir, int bufsize)
          Creates an instance of the FileStore class, with the given base directory.
static Store StoreFactory.newStoreClient(String url, int bufsize)
           
 

Methods in org.sapia.filestorm with parameters of type Store
static Store StoreFactory.newCachingFileStore(File baseDir, Store delegate, int bufsize, long timeout)
          Creates an instance of the CachingFileStore class, with the given base directory.
 

Uses of Store in org.sapia.filestorm.file
 

Classes in org.sapia.filestorm.file that implement Store
 class CachingFileStore
          An instance of this class implements caching over another Store - the other store acts as a master copy.
 class FileStore
          An instance of this class implements the Store interface over the file system.
 

Constructors in org.sapia.filestorm.file with parameters of type Store
CachingFileStore(File baseDir, Store delegate, long timeout, int bufSize)
           
 

Uses of Store in org.sapia.filestorm.http
 

Classes in org.sapia.filestorm.http that implement Store
 class StoreClient
          An instance of this class encapsulates access to a StoreServlet.
 

Methods in org.sapia.filestorm.http that return Store
 Store StoreServlet.getStore()
           
 



Copyright © 2007 Sapia Open Community, Inc. All Rights Reserved.