|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataStore | |
|---|---|
| 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 | |
|---|---|
class |
AbstractDataStore
|
class |
CachingDataStore
A caching data store that consists of LocalCache and Backend. |
class |
FileDataStore
Simple file-based data store. |
class |
MultiDataStore
A MultiDataStore can handle two independent DataStores. |
| Methods in org.apache.jackrabbit.core.data that return DataStore | |
|---|---|
DataStore |
DataStoreFactory.getDataStore()
Creates, initializes, and returns a DataStore instance
for use by the repository. |
| Methods in org.apache.jackrabbit.core.data with parameters of type DataStore | |
|---|---|
void |
MultiDataStore.setArchiveDataStore(DataStore dataStore)
Setter for the archive dataStore |
void |
MultiDataStore.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 | |
|---|---|
class |
DbDataStore
A data store implementation that stores the records in a database using JDBC. |
class |
DerbyDataStore
The Derby data store closes the database when the data store is closed (embedded databases only). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||