Uses of Interface
org.apache.jackrabbit.core.fs.FileSystem

Packages that use FileSystem
org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. 
org.apache.jackrabbit.core.config Jackrabbit configuration handling. 
org.apache.jackrabbit.core.fs   
org.apache.jackrabbit.core.fs.db This package contains the class DbFileSystem, a simple generic JDBC-based FileSystem implementation for Jackrabbit. 
org.apache.jackrabbit.core.fs.local   
org.apache.jackrabbit.core.fs.mem   
org.apache.jackrabbit.core.lock   
org.apache.jackrabbit.core.nodetype   
org.apache.jackrabbit.core.persistence   
org.apache.jackrabbit.core.persistence.db This package contains the class SimpleDbPersistenceManager, a simple generic JDBC-based PersistenceManager for Jackrabbit. 
org.apache.jackrabbit.core.persistence.mem   
org.apache.jackrabbit.core.persistence.pool   
org.apache.jackrabbit.core.persistence.util   
org.apache.jackrabbit.core.query   
org.apache.jackrabbit.core.retention   
org.apache.jackrabbit.core.security   
org.apache.jackrabbit.core.version The versioning framework in jackrabbit consists of 3 layers. 
 

Uses of FileSystem in org.apache.jackrabbit.core
 

Methods in org.apache.jackrabbit.core that return FileSystem
protected  FileSystem RepositoryImpl.WorkspaceInfo.getFileSystem()
          Returns the workspace file system.
 FileSystem RepositoryContext.getFileSystem()
          Returns the repository file system.
 

Constructors in org.apache.jackrabbit.core with parameters of type FileSystem
NamespaceRegistryImpl(FileSystem fs)
          Protected constructor: Constructs a new instance of this class.
 

Uses of FileSystem in org.apache.jackrabbit.core.config
 

Methods in org.apache.jackrabbit.core.config that return FileSystem
 FileSystem WorkspaceConfig.getFileSystem()
          Creates and returns the configured workspace file system.
 FileSystem VersioningConfig.getFileSystem()
          Creates and returns the configured versioning file system.
 FileSystem SearchConfig.getFileSystem()
          Creates and returns the configured search file system, or returns null if a search file system has not been configured.
 FileSystem RepositoryConfig.getFileSystem()
          Creates and returns the configured repository file system.
 

Uses of FileSystem in org.apache.jackrabbit.core.fs
 

Classes in org.apache.jackrabbit.core.fs that implement FileSystem
 class BasedFileSystem
          A BasedFileSystem represents a 'file system in a file system'.
 

Fields in org.apache.jackrabbit.core.fs declared as FileSystem
protected  FileSystem FileSystemResource.fs
           
protected  FileSystem BasedFileSystem.fsBase
           
 

Methods in org.apache.jackrabbit.core.fs that return FileSystem
 FileSystem FileSystemResource.getFileSystem()
          Returns the FileSystem where this resource is located.
 FileSystem FileSystemFactory.getFileSystem()
          Creates, initializes, and returns a FileSystem instance for use by the repository.
 

Constructors in org.apache.jackrabbit.core.fs with parameters of type FileSystem
BasedFileSystem(FileSystem fsBase, String relRootPath)
          Creates a new BasedFileSystem
FileSystemResource(FileSystem fs, String path)
          Creates a new FileSystemResource
 

Uses of FileSystem in org.apache.jackrabbit.core.fs.db
 

Classes in org.apache.jackrabbit.core.fs.db that implement FileSystem
 class DatabaseFileSystem
          Base class for database file systems.
 class DB2FileSystem
          DB2FileSystem is a JDBC-based FileSystem implementation for Jackrabbit that persists file system entries in a DB2 database.
 class DbFileSystem
          DbFileSystem is a generic JDBC-based FileSystem implementation for Jackrabbit that persists file system entries in a database table.
 class DerbyFileSystem
          DerbyFileSystem is a JDBC-based FileSystem implementation for Jackrabbit that persists file system entries in an embedded Derby database.
 class JNDIDatabaseFileSystem
          Deprecated. This class should not be used because it is not database vendor specific. Each DatabaseFileSystem now supports getting the connection via JNDI by setting the driver to javax.naming.InitialContext and the URL to the JNDI name.

Database file system that uses JNDI to acquire the database connection. The JNDI location of the DataSource to be used in given as the dataSourceLocation configuration property. See the DbFileSystem for more configuration details.

WARNING: The acquired database connection is kept for the entire lifetime of the file system instance. The configured data source should be prepared for this.

 class MSSqlFileSystem
          MSSqlFileSystem is a JDBC-based FileSystem implementation for Jackrabbit that persists file system entries in an MS SQL database.
 class Oracle9FileSystem
          This class adds special blob handling which is needed for Oracle DBs up to version 10R1.
 class OracleFileSystem
          OracleFileSystem is a JDBC-based FileSystem implementation for Jackrabbit that persists file system entries in an Oracle database.
 

Uses of FileSystem in org.apache.jackrabbit.core.fs.local
 

Classes in org.apache.jackrabbit.core.fs.local that implement FileSystem
 class LocalFileSystem
          A LocalFileSystem ...
 

Uses of FileSystem in org.apache.jackrabbit.core.fs.mem
 

Classes in org.apache.jackrabbit.core.fs.mem that implement FileSystem
 class MemoryFileSystem
          An in-memory file system implementation.
 

Uses of FileSystem in org.apache.jackrabbit.core.lock
 

Constructors in org.apache.jackrabbit.core.lock with parameters of type FileSystem
LockManagerImpl(SessionImpl session, FileSystem fs, ScheduledExecutorService executor)
          Create a new instance of this class.
 

Uses of FileSystem in org.apache.jackrabbit.core.nodetype
 

Constructors in org.apache.jackrabbit.core.nodetype with parameters of type FileSystem
NodeTypeRegistry(NamespaceRegistry nsReg, FileSystem fs)
          Constructor
 

Uses of FileSystem in org.apache.jackrabbit.core.persistence
 

Methods in org.apache.jackrabbit.core.persistence that return FileSystem
 FileSystem PMContext.getFileSystem()
          Returns the virtual filesystem for this persistence manager
 

Constructors in org.apache.jackrabbit.core.persistence with parameters of type FileSystem
PMContext(File homeDir, FileSystem fs, NodeId rootNodeId, NamespaceRegistry nsReg, NodeTypeRegistry ntReg, DataStore dataStore)
          Creates a new PMContext.
 

Uses of FileSystem in org.apache.jackrabbit.core.persistence.db
 

Fields in org.apache.jackrabbit.core.persistence.db declared as FileSystem
protected  FileSystem DatabasePersistenceManager.blobFS
          Deprecated. file system where BLOB data is stored (if externalBLOBs==true)
 

Uses of FileSystem in org.apache.jackrabbit.core.persistence.mem
 

Fields in org.apache.jackrabbit.core.persistence.mem declared as FileSystem
protected  FileSystem InMemPersistenceManager.blobFS
          Deprecated.  
protected  FileSystem InMemPersistenceManager.wspFS
          Deprecated. file system where the content of the hash maps are read from/written to (if persistent==true)
 

Uses of FileSystem in org.apache.jackrabbit.core.persistence.pool
 

Constructors in org.apache.jackrabbit.core.persistence.pool with parameters of type FileSystem
BundleDbPersistenceManager.FSBlobStore(FileSystem fs)
           
 

Uses of FileSystem in org.apache.jackrabbit.core.persistence.util
 

Constructors in org.apache.jackrabbit.core.persistence.util with parameters of type FileSystem
FileSystemBLOBStore(FileSystem fs)
          Creates a new FileSystemBLOBStore instance.
 

Uses of FileSystem in org.apache.jackrabbit.core.query
 

Fields in org.apache.jackrabbit.core.query declared as FileSystem
protected  FileSystem AbstractQueryHandler.fs
          Search index file system, or null
 

Methods in org.apache.jackrabbit.core.query with parameters of type FileSystem
 void QueryHandler.init(FileSystem fs, QueryHandlerContext context)
          Initializes this query handler.
 void AbstractQueryHandler.init(FileSystem fs, QueryHandlerContext context)
          Initializes this query handler by setting all properties in this class with appropriate parameter values.
 

Uses of FileSystem in org.apache.jackrabbit.core.retention
 

Constructors in org.apache.jackrabbit.core.retention with parameters of type FileSystem
RetentionRegistryImpl(SessionImpl session, FileSystem fs)
           
 

Uses of FileSystem in org.apache.jackrabbit.core.security
 

Methods in org.apache.jackrabbit.core.security that return FileSystem
 FileSystem AMContext.getFileSystem()
          Returns the virtual filesystem
 

Constructors in org.apache.jackrabbit.core.security with parameters of type FileSystem
AMContext(File physicalHomeDir, FileSystem fs, Session session, Subject subject, HierarchyManager hierMgr, NamePathResolver resolver, String workspaceName)
          Creates a new AMContext.
 

Uses of FileSystem in org.apache.jackrabbit.core.version
 

Constructors in org.apache.jackrabbit.core.version with parameters of type FileSystem
InternalVersionManagerImpl(PersistenceManager pMgr, FileSystem fs, NodeTypeRegistry ntReg, DelegatingObservationDispatcher obsMgr, NodeId systemId, NodeId historiesId, NodeId activitiesId, ItemStateCacheFactory cacheFactory, ISMLocking ismLocking)
          Creates a new internal version manager
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.