| Package | Description | 
|---|---|
| org.apache.jackrabbit.core.data | |
| org.apache.jackrabbit.core.data.db | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractDataRecord
Abstract data record base class. 
 | 
class  | 
CachingDataRecord
CachingDataRecord which stores reference to  
CachingDataStore. | 
class  | 
FileDataRecord
Data record that is based on a normal file. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DataRecord | 
MultiDataStore.addRecord(InputStream stream)
Creates a new data record in the primary data store. 
 | 
DataRecord | 
FileDataStore.addRecord(InputStream input)
Creates a new data record. 
 | 
DataRecord | 
DataStore.addRecord(InputStream stream)
Creates a new data record. 
 | 
DataRecord | 
CachingDataStore.addRecord(InputStream input)
Creates a new data record in  
Backend. | 
DataRecord | 
MultiDataStore.getRecord(DataIdentifier identifier)
Returns the identified data record from the primary data store. 
 | 
DataRecord | 
DataStore.getRecord(DataIdentifier identifier)
Returns the identified data record. 
 | 
DataRecord | 
CachingDataStore.getRecord(DataIdentifier identifier)  | 
DataRecord | 
AbstractDataStore.getRecord(DataIdentifier identifier)  | 
DataRecord | 
MultiDataStore.getRecordFromReference(String reference)  | 
DataRecord | 
DataStore.getRecordFromReference(String reference)
Returns the record that matches the given binary reference. 
 | 
DataRecord | 
AbstractDataStore.getRecordFromReference(String reference)  | 
DataRecord | 
MultiDataStore.getRecordIfStored(DataIdentifier identifier)
Check if a record for the given identifier exists in the primary data
 store. 
 | 
DataRecord | 
FileDataStore.getRecordIfStored(DataIdentifier identifier)
Get a data record for the given identifier. 
 | 
DataRecord | 
DataStore.getRecordIfStored(DataIdentifier identifier)
Check if a record for the given identifier exists, and return it if yes. 
 | 
DataRecord | 
CachingDataStore.getRecordIfStored(DataIdentifier identifier)
Get a data record for the given identifier or null it data record doesn't
 exist in  
Backend | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DbDataRecord
Data record that is stored in a database 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DataRecord | 
DbDataStore.addRecord(InputStream stream)  | 
DataRecord | 
DbDataStore.getRecordIfStored(DataIdentifier identifier)  | 
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.