Uses of Class
org.apache.jackrabbit.core.data.CachingDataStore
-
Packages that use CachingDataStore Package Description org.apache.jackrabbit.core.data -
-
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)
-