Uses of Class
org.apache.jackrabbit.oak.spi.blob.AbstractSharedBackend
-
Packages that use AbstractSharedBackend Package Description org.apache.jackrabbit.oak.spi.blob -
-
Uses of AbstractSharedBackend in org.apache.jackrabbit.oak.spi.blob
Fields in org.apache.jackrabbit.oak.spi.blob declared as AbstractSharedBackend Modifier and Type Field Description protected AbstractSharedBackend
AbstractDataRecord. backend
The data store that contains this record.Constructors in org.apache.jackrabbit.oak.spi.blob with parameters of type AbstractSharedBackend Constructor Description AbstractDataRecord(AbstractSharedBackend backend, DataIdentifier identifier)
Creates a data record with the given identifier.
-