Uses of Interface
org.apache.jackrabbit.oak.plugins.blob.datastore.BlobTracker
-
Packages that use BlobTracker Package Description org.apache.jackrabbit.oak.plugins.blob org.apache.jackrabbit.oak.plugins.blob.datastore -
-
Uses of BlobTracker in org.apache.jackrabbit.oak.plugins.blob
Methods in org.apache.jackrabbit.oak.plugins.blob that return BlobTracker Modifier and Type Method Description BlobTrackerBlobTrackingStore. getTracker()Gets the traker registered in the data store.Methods in org.apache.jackrabbit.oak.plugins.blob with parameters of type BlobTracker Modifier and Type Method Description voidBlobTrackingStore. 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 BlobTracker Modifier and Type Class Description classBlobIdTrackerTracks the blob ids available or added in the blob store using theBlobIdTracker.BlobIdStore.Methods in org.apache.jackrabbit.oak.plugins.blob.datastore that return BlobTracker Modifier and Type Method Description @Nullable BlobTrackerDataStoreBlobStore. getTracker()Methods in org.apache.jackrabbit.oak.plugins.blob.datastore with parameters of type BlobTracker Modifier and Type Method Description voidDataStoreBlobStore. addTracker(BlobTracker tracker)
-