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 |
CachingDataStore.addRecord(InputStream input)
Creates a new data record in
Backend . |
DataRecord |
DataStore.addRecord(InputStream stream)
Creates a new data record.
|
DataRecord |
FileDataStore.addRecord(InputStream input)
Creates a new data record.
|
DataRecord |
MultiDataStore.addRecord(InputStream stream)
Creates a new data record in the primary data store.
|
DataRecord |
AbstractDataStore.getRecord(DataIdentifier identifier) |
DataRecord |
CachingDataStore.getRecord(DataIdentifier identifier) |
DataRecord |
DataStore.getRecord(DataIdentifier identifier)
Returns the identified data record.
|
DataRecord |
MultiDataStore.getRecord(DataIdentifier identifier)
Returns the identified data record from the primary data store.
|
DataRecord |
AbstractDataStore.getRecordFromReference(String reference) |
DataRecord |
DataStore.getRecordFromReference(String reference)
Returns the record that matches the given binary reference.
|
DataRecord |
MultiDataStore.getRecordFromReference(String reference) |
DataRecord |
CachingDataStore.getRecordIfStored(DataIdentifier identifier)
Get a data record for the given identifier or null it data record doesn't
exist in
Backend |
DataRecord |
DataStore.getRecordIfStored(DataIdentifier identifier)
Check if a record for the given identifier exists, and return it if yes.
|
DataRecord |
FileDataStore.getRecordIfStored(DataIdentifier identifier)
Get a data record for the given identifier.
|
DataRecord |
MultiDataStore.getRecordIfStored(DataIdentifier identifier)
Check if a record for the given identifier exists in the primary data
store.
|
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–2021 The Apache Software Foundation. All rights reserved.