Uses of Interface
org.apache.jackrabbit.core.data.DataStore
-
Packages that use DataStore Package Description org.apache.jackrabbit.core.data org.apache.jackrabbit.core.data.db -
-
Uses of DataStore in org.apache.jackrabbit.core.data
Classes in org.apache.jackrabbit.core.data that implement DataStore Modifier and Type Class Description classAbstractDataStoreclassCachingDataStoreA caching data store that consists ofLocalCacheandBackend.classCachingFDSclassFileDataStoreSimple file-based data store.classMultiDataStoreA MultiDataStore can handle two independent DataStores.Methods in org.apache.jackrabbit.core.data that return DataStore Modifier and Type Method Description DataStoreDataStoreFactory. getDataStore()Creates, initializes, and returns aDataStoreinstance for use by the repository.Methods in org.apache.jackrabbit.core.data with parameters of type DataStore Modifier and Type Method Description voidMultiDataStore. setArchiveDataStore(DataStore dataStore)Setter for the archive dataStorevoidMultiDataStore. setPrimaryDataStore(DataStore dataStore)Setter for the primary dataStore -
Uses of DataStore in org.apache.jackrabbit.core.data.db
Classes in org.apache.jackrabbit.core.data.db that implement DataStore Modifier and Type Class Description classDbDataStoreA data store implementation that stores the records in a database using JDBC.classDerbyDataStoreThe Derby data store closes the database when the data store is closed (embedded databases only).
-