Uses of Interface
org.apache.jackrabbit.oak.plugins.blob.datastore.BlobTracker
Packages that use BlobTracker
Package
Description
-
Uses of BlobTracker in org.apache.jackrabbit.oak.plugins.blob
Methods in org.apache.jackrabbit.oak.plugins.blob that return BlobTrackerModifier and TypeMethodDescriptionBlobTrackingStore.getTracker()Gets the traker registered in the data store.Methods in org.apache.jackrabbit.oak.plugins.blob with parameters of type BlobTrackerModifier and TypeMethodDescriptionvoidBlobTrackingStore.addTracker(BlobTracker tracker) Registers a tracker in the data store. -
Uses of BlobTracker in org.apache.jackrabbit.oak.plugins.blob.datastore
Classes in org.apache.jackrabbit.oak.plugins.blob.datastore that implement BlobTrackerModifier and TypeClassDescriptionclassTracks the blob ids available or added in the blob store using theBlobIdTracker.BlobIdStore.Methods in org.apache.jackrabbit.oak.plugins.blob.datastore that return BlobTrackerMethods in org.apache.jackrabbit.oak.plugins.blob.datastore with parameters of type BlobTracker