Package | Description |
---|---|
org.apache.jackrabbit.aws.ext.ds | |
org.apache.jackrabbit.core.data | |
org.apache.jackrabbit.core.data.db | |
org.apache.jackrabbit.vfs.ext.ds |
Modifier and Type | Class and Description |
---|---|
class |
S3DataStore
An Amazon S3 data store.
|
Modifier and Type | Class and Description |
---|---|
class |
CachingDataStore
A caching data store that consists of
LocalCache and Backend . |
class |
CachingFDS |
class |
FileDataStore
Simple file-based data store.
|
Constructor and Description |
---|
AbstractDataRecord(AbstractDataStore store,
DataIdentifier identifier)
Creates a data record with the given identifier.
|
FileDataRecord(AbstractDataStore store,
DataIdentifier identifier,
File file)
Creates a data record based on the given identifier and file.
|
Modifier and Type | Class and Description |
---|---|
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).
|
Modifier and Type | Class and Description |
---|---|
class |
VFSDataStore
Commons VFS based data store.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.