Modifier and Type | Method and Description |
---|---|
FileSystem |
RepositoryContext.getFileSystem()
Returns the repository file system.
|
protected FileSystem |
RepositoryImpl.WorkspaceInfo.getFileSystem()
Returns the workspace file system.
|
Constructor and Description |
---|
NamespaceRegistryImpl(FileSystem fs)
Protected constructor: Constructs a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
FileSystem |
RepositoryConfig.getFileSystem()
Creates and returns the configured repository 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 |
VersioningConfig.getFileSystem()
Creates and returns the configured versioning file system.
|
FileSystem |
WorkspaceConfig.getFileSystem()
Creates and returns the configured workspace file system.
|
Modifier and Type | Class and Description |
---|---|
class |
BasedFileSystem
A
BasedFileSystem represents a 'file system in a file system'. |
Modifier and Type | Field and Description |
---|---|
protected FileSystem |
FileSystemResource.fs |
protected FileSystem |
BasedFileSystem.fsBase |
Modifier and Type | Method and Description |
---|---|
FileSystem |
FileSystemFactory.getFileSystem()
Creates, initializes, and returns a
FileSystem instance
for use by the repository. |
FileSystem |
FileSystemResource.getFileSystem()
Returns the
FileSystem where this resource is located. |
Constructor and Description |
---|
BasedFileSystem(FileSystem fsBase,
String relRootPath)
Creates a new
BasedFileSystem |
FileSystemResource(FileSystem fs,
String path)
Creates a new
FileSystemResource |
Modifier and Type | Class and Description |
---|---|
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 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. |
Modifier and Type | Class and Description |
---|---|
class |
LocalFileSystem
A
LocalFileSystem ... |
Modifier and Type | Class and Description |
---|---|
class |
MemoryFileSystem
An in-memory file system implementation.
|
Constructor and Description |
---|
LockManagerImpl(SessionImpl session,
FileSystem fs,
ScheduledExecutorService executor)
Create a new instance of this class.
|
Constructor and Description |
---|
NodeTypeRegistry(NamespaceRegistry nsReg,
FileSystem fs)
Constructor
|
Modifier and Type | Method and Description |
---|---|
FileSystem |
PMContext.getFileSystem()
Returns the virtual filesystem for this persistence manager
|
Constructor and Description |
---|
PMContext(File homeDir,
FileSystem fs,
NodeId rootNodeId,
NamespaceRegistry nsReg,
NodeTypeRegistry ntReg,
DataStore dataStore,
RepositoryStatisticsImpl stats)
Creates a new
PMContext . |
Modifier and Type | Field and Description |
---|---|
protected FileSystem |
DatabasePersistenceManager.blobFS
Deprecated.
file system where BLOB data is stored
(if
externalBLOBs==true ) |
Modifier and Type | Field and 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
(if
persistent==true ) |
protected FileSystem |
InMemPersistenceManager.wspFS
Deprecated.
file system where the content of the hash maps are read from/written to
(if
persistent==true ) |
Constructor and Description |
---|
FSBlobStore(FileSystem fs) |
Constructor and Description |
---|
FileSystemBLOBStore(FileSystem fs)
Creates a new
FileSystemBLOBStore instance. |
Modifier and Type | Field and Description |
---|---|
protected FileSystem |
AbstractQueryHandler.fs
Search index file system, or
null |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
RetentionRegistryImpl(SessionImpl session,
FileSystem fs) |
Modifier and Type | Method and Description |
---|---|
FileSystem |
AMContext.getFileSystem()
Returns the virtual filesystem
|
Constructor and Description |
---|
AMContext(File physicalHomeDir,
FileSystem fs,
Session session,
Subject subject,
HierarchyManager hierMgr,
PrivilegeManager privilegeMgr,
NamePathResolver resolver,
String workspaceName)
Creates a new
AMContext . |
Constructor and Description |
---|
PrivilegeRegistry(NamespaceRegistry namespaceRegistry,
FileSystem fs)
Create a new
PrivilegeRegistry instance. |
Constructor and 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
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.