Uses of Interface
org.apache.jackrabbit.oak.plugins.blob.SharedDataStore
-
-
Uses of SharedDataStore in org.apache.jackrabbit.oak.blob.cloud.azure.blobstorage
Classes in org.apache.jackrabbit.oak.blob.cloud.azure.blobstorage that implement SharedDataStore Modifier and Type Class Description class
AzureDataStore
-
Uses of SharedDataStore in org.apache.jackrabbit.oak.blob.cloud.s3
Classes in org.apache.jackrabbit.oak.blob.cloud.s3 that implement SharedDataStore Modifier and Type Class Description class
S3DataStore
Amazon S3 data store extending fromAbstractSharedCachingDataStore
. -
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 interface
BlobTrackingStore
Interface 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 class
AbstractSharedCachingDataStore
Cache 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 class
CachingFileDataStore
File system implementation ofAbstractSharedCachingDataStore
.class
DataStoreBlobStore
BlobStore wrapper for DataStore.class
OakFileDataStore
Oak 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 BlobIdTracker
BlobIdTracker. build(String path, String repositoryId, long snapshotIntervalSecs, SharedDataStore datastore)
-
Uses of SharedDataStore in org.apache.jackrabbit.oak.run.cli
Classes in org.apache.jackrabbit.oak.run.cli that implement SharedDataStore Modifier and Type Class Description class
DummyDataStore
DataStore implementation which creates empty files matching given identifier.
-