Class AbstractDataRecord
java.lang.Object
org.apache.jackrabbit.oak.spi.blob.AbstractDataRecord
- All Implemented Interfaces:
DataRecord
Implements
DataRecord-
Constructor Summary
ConstructorsConstructorDescriptionAbstractDataRecord(AbstractSharedBackend backend, DataIdentifier identifier) Creates a data record with the given identifier. -
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks if the given object is a data record with the same identifier as this one.Returns the data identifier.Delegates the call to the backend to retrieve reference.inthashCode()Returns the hash code of the data identifier.toString()Returns the string representation of the data identifier.Methods inherited from interface org.apache.jackrabbit.core.data.DataRecord
getLastModified, getLength, getStream
-
Constructor Details
-
Method Details
-
getIdentifier
Returns the data identifier.- Specified by:
getIdentifierin interfaceDataRecord- Returns:
- data identifier
-
getReference
Delegates the call to the backend to retrieve reference.- Specified by:
getReferencein interfaceDataRecord- Returns:
-
toString
Returns the string representation of the data identifier. -
equals
Checks if the given object is a data record with the same identifier as this one. -
hashCode
public int hashCode()Returns the hash code of the data identifier.
-