Uses of Interface
org.apache.jackrabbit.oak.plugins.blob.SharedDataStore
-
Packages that use SharedDataStore Package Description org.apache.jackrabbit.oak.plugins.blob org.apache.jackrabbit.oak.plugins.blob.datastore -
-
Uses of SharedDataStore in org.apache.jackrabbit.oak.plugins.blob
Subinterfaces of SharedDataStore in org.apache.jackrabbit.oak.plugins.blob Modifier and Type Interface Description interfaceBlobTrackingStoreInterface to be implemented by a data store which can support local blob id tracking.Classes in org.apache.jackrabbit.oak.plugins.blob that implement SharedDataStore Modifier and Type Class Description classAbstractSharedCachingDataStoreCache files locally and stage files locally for async uploads. -
Uses of SharedDataStore in org.apache.jackrabbit.oak.plugins.blob.datastore
Classes in org.apache.jackrabbit.oak.plugins.blob.datastore that implement SharedDataStore Modifier and Type Class Description classCachingFileDataStoreFile system implementation ofAbstractSharedCachingDataStore.classDataStoreBlobStoreBlobStore wrapper for DataStore.classOakFileDataStoreOak specific extension of JR2 FileDataStore which enables provisioning the signing key via OSGi configMethods in org.apache.jackrabbit.oak.plugins.blob.datastore with parameters of type SharedDataStore Modifier and Type Method Description static BlobIdTrackerBlobIdTracker. build(String path, String repositoryId, long snapshotIntervalSecs, SharedDataStore datastore)
-