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 classS3DataStoreAn Amazon S3 data store.Methods in org.apache.jackrabbit.aws.ext.ds with parameters of type CachingDataStore Modifier and Type Method Description voidS3Backend. init(CachingDataStore store, String homeDir, String config)Initialize S3Backend.voidS3Backend. 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 classCachingFDSMethods in org.apache.jackrabbit.core.data that return CachingDataStore Modifier and Type Method Description protected CachingDataStoreAbstractBackend. getDataStore()Returns theCachingDataStoreinstance using this backend.Methods in org.apache.jackrabbit.core.data with parameters of type CachingDataStore Modifier and Type Method Description voidAbstractBackend. init(CachingDataStore dataStore, String homeDir, String config)This method initialize backend with the configuration.voidBackend. init(CachingDataStore store, String homeDir, String config)This method initialize backend with the configuration.voidFSBackend. init(CachingDataStore store, String homeDir, String config)voidFSBackend. init(CachingDataStore store, String homeDir, Properties prop)protected voidAbstractBackend. setDataStore(CachingDataStore dataStore)Sets theCachingDataStoreinstance 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 classVFSDataStoreCommons VFS based data store.Methods in org.apache.jackrabbit.vfs.ext.ds with parameters of type CachingDataStore Modifier and Type Method Description voidVFSBackend. init(CachingDataStore store, String homeDir, String config)This method initialize backend with the configuration.
-