Uses of Interface
org.apache.jackrabbit.core.fs.FileSystem
-
-
Uses of FileSystem in org.apache.jackrabbit.core
Methods in org.apache.jackrabbit.core that return FileSystem Modifier and Type Method Description FileSystem
RepositoryContext. getFileSystem()
Returns the repository file system.protected FileSystem
RepositoryImpl.WorkspaceInfo. getFileSystem()
Returns the workspace file system.Constructors in org.apache.jackrabbit.core with parameters of type FileSystem Constructor Description 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 Modifier and Type Method Description FileSystem
RepositoryConfig. getFileSystem()
Creates and returns the configured repository file system.FileSystem
SearchConfig. getFileSystem()
Creates and returns the configured search file system, or returnsnull
if a search file system has not been configured.FileSystem
VersioningConfig. getFileSystem()
Creates and returns the configured versioning file system.FileSystem
WorkspaceConfig. getFileSystem()
Creates and returns the configured workspace file system. -
Uses of FileSystem in org.apache.jackrabbit.core.fs
Classes in org.apache.jackrabbit.core.fs that implement FileSystem Modifier and Type Class Description class
BasedFileSystem
ABasedFileSystem
represents a 'file system in a file system'.Fields in org.apache.jackrabbit.core.fs declared as FileSystem Modifier and Type Field Description protected FileSystem
FileSystemResource. fs
protected FileSystem
BasedFileSystem. fsBase
Methods in org.apache.jackrabbit.core.fs that return FileSystem Modifier and Type Method Description FileSystem
FileSystemFactory. getFileSystem()
Creates, initializes, and returns aFileSystem
instance for use by the repository.FileSystem
FileSystemResource. getFileSystem()
Returns theFileSystem
where this resource is located.Constructors in org.apache.jackrabbit.core.fs with parameters of type FileSystem Constructor Description BasedFileSystem(FileSystem fsBase, String relRootPath)
Creates a newBasedFileSystem
FileSystemResource(FileSystem fs, String path)
Creates a newFileSystemResource
-
Uses of FileSystem in org.apache.jackrabbit.core.fs.db
Classes in org.apache.jackrabbit.core.fs.db that implement FileSystem Modifier and Type Class Description class
DatabaseFileSystem
Base class for database file systems.class
DB2FileSystem
DB2FileSystem
is a JDBC-basedFileSystem
implementation for Jackrabbit that persists file system entries in a DB2 database.class
DbFileSystem
DbFileSystem
is a generic JDBC-basedFileSystem
implementation for Jackrabbit that persists file system entries in a database table.class
DerbyFileSystem
DerbyFileSystem
is a JDBC-basedFileSystem
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.class
MSSqlFileSystem
MSSqlFileSystem
is a JDBC-basedFileSystem
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-basedFileSystem
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 Modifier and Type Class Description class
LocalFileSystem
ALocalFileSystem
... -
Uses of FileSystem in org.apache.jackrabbit.core.fs.mem
Classes in org.apache.jackrabbit.core.fs.mem that implement FileSystem Modifier and Type Class Description 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 Constructor Description 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 Constructor Description 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 Modifier and Type Method Description FileSystem
PMContext. getFileSystem()
Returns the virtual filesystem for this persistence managerConstructors in org.apache.jackrabbit.core.persistence with parameters of type FileSystem Constructor Description PMContext(File homeDir, FileSystem fs, NodeId rootNodeId, NamespaceRegistry nsReg, NodeTypeRegistry ntReg, DataStore dataStore, RepositoryStatisticsImpl stats)
Creates a newPMContext
. -
Uses of FileSystem in org.apache.jackrabbit.core.persistence.db
Fields in org.apache.jackrabbit.core.persistence.db declared as FileSystem Modifier and Type Field Description protected FileSystem
DatabasePersistenceManager. blobFS
Deprecated.file system where BLOB data is stored (ifexternalBLOBs==true
) -
Uses of FileSystem in org.apache.jackrabbit.core.persistence.mem
Fields in org.apache.jackrabbit.core.persistence.mem declared as FileSystem Modifier and Type Field Description protected FileSystem
InMemBundlePersistenceManager. blobFS
File system where BLOB data is stored.protected FileSystem
InMemPersistenceManager. blobFS
Deprecated.protected FileSystem
InMemBundlePersistenceManager. wspFS
File system where the content of the hash maps are read from/written to (ifpersistent==true
)protected FileSystem
InMemPersistenceManager. wspFS
Deprecated.file system where the content of the hash maps are read from/written to (ifpersistent==true
) -
Uses of FileSystem in org.apache.jackrabbit.core.persistence.pool
Constructors in org.apache.jackrabbit.core.persistence.pool with parameters of type FileSystem Constructor Description 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 Constructor Description FileSystemBLOBStore(FileSystem fs)
Creates a newFileSystemBLOBStore
instance. -
Uses of FileSystem in org.apache.jackrabbit.core.query
Fields in org.apache.jackrabbit.core.query declared as FileSystem Modifier and Type Field Description protected FileSystem
AbstractQueryHandler. fs
Search index file system, ornull
Methods in org.apache.jackrabbit.core.query with parameters of type FileSystem Modifier and Type Method Description void
AbstractQueryHandler. init(FileSystem fs, QueryHandlerContext context)
Initializes this query handler by setting all properties in this class with appropriate parameter values.void
QueryHandler. init(FileSystem fs, QueryHandlerContext context)
Initializes this query handler. -
Uses of FileSystem in org.apache.jackrabbit.core.retention
Constructors in org.apache.jackrabbit.core.retention with parameters of type FileSystem Constructor Description RetentionRegistryImpl(SessionImpl session, FileSystem fs)
-
Uses of FileSystem in org.apache.jackrabbit.core.security
Methods in org.apache.jackrabbit.core.security that return FileSystem Modifier and Type Method Description FileSystem
AMContext. getFileSystem()
Returns the virtual filesystemConstructors in org.apache.jackrabbit.core.security with parameters of type FileSystem Constructor Description AMContext(File physicalHomeDir, FileSystem fs, Session session, Subject subject, HierarchyManager hierMgr, PrivilegeManager privilegeMgr, NamePathResolver resolver, String workspaceName)
Creates a newAMContext
. -
Uses of FileSystem in org.apache.jackrabbit.core.security.authorization
Constructors in org.apache.jackrabbit.core.security.authorization with parameters of type FileSystem Constructor Description PrivilegeRegistry(NamespaceRegistry namespaceRegistry, FileSystem fs)
Create a newPrivilegeRegistry
instance. -
Uses of FileSystem in org.apache.jackrabbit.core.version
Constructors in org.apache.jackrabbit.core.version with parameters of type FileSystem Constructor Description InternalVersionManagerImpl(PersistenceManager pMgr, FileSystem fs, NodeTypeRegistry ntReg, DelegatingObservationDispatcher obsMgr, NodeId systemId, NodeId historiesId, NodeId activitiesId, ItemStateCacheFactory cacheFactory, ISMLocking ismLocking, NodeIdFactory nodeIdFactory)
Creates a new internal version manager -
Uses of FileSystem in org.apache.jackrabbit.vfs.ext.fs
Classes in org.apache.jackrabbit.vfs.ext.fs that implement FileSystem Modifier and Type Class Description class
VFSFileSystem
VFS (Commons-VFS) basedFileSystem
implementation.
-