Uses of Class
org.apache.jackrabbit.core.data.CachingDataStore
-
Packages that use CachingDataStore Package Description org.apache.jackrabbit.aws.ext.ds org.apache.jackrabbit.core.data org.apache.jackrabbit.vfs.ext.ds -
-
Uses of CachingDataStore in org.apache.jackrabbit.aws.ext.ds
Subclasses of CachingDataStore in org.apache.jackrabbit.aws.ext.ds Modifier and Type Class Description class
S3DataStore
An Amazon S3 data store.Methods in org.apache.jackrabbit.aws.ext.ds with parameters of type CachingDataStore Modifier and Type Method Description void
S3Backend. init(CachingDataStore store, String homeDir, String config)
Initialize S3Backend.void
S3Backend. init(CachingDataStore store, String homeDir, Properties prop)
-
Uses of CachingDataStore in org.apache.jackrabbit.core.data
Subclasses of CachingDataStore in org.apache.jackrabbit.core.data Modifier and Type Class Description class
CachingFDS
Methods in org.apache.jackrabbit.core.data that return CachingDataStore Modifier and Type Method Description protected CachingDataStore
AbstractBackend. getDataStore()
Returns theCachingDataStore
instance using this backend.Methods in org.apache.jackrabbit.core.data with parameters of type CachingDataStore Modifier and Type Method Description void
AbstractBackend. init(CachingDataStore dataStore, String homeDir, String config)
This method initialize backend with the configuration.void
Backend. init(CachingDataStore store, String homeDir, String config)
This method initialize backend with the configuration.void
FSBackend. init(CachingDataStore store, String homeDir, String config)
void
FSBackend. init(CachingDataStore store, String homeDir, Properties prop)
protected void
AbstractBackend. setDataStore(CachingDataStore dataStore)
Sets theCachingDataStore
instance using this backend.Constructors in org.apache.jackrabbit.core.data with parameters of type CachingDataStore Constructor Description CachingDataRecord(CachingDataStore store, DataIdentifier identifier)
-
Uses of CachingDataStore in org.apache.jackrabbit.vfs.ext.ds
Subclasses of CachingDataStore in org.apache.jackrabbit.vfs.ext.ds Modifier and Type Class Description class
VFSDataStore
Commons VFS based data store.Methods in org.apache.jackrabbit.vfs.ext.ds with parameters of type CachingDataStore Modifier and Type Method Description void
VFSBackend. init(CachingDataStore store, String homeDir, String config)
This method initialize backend with the configuration.
-