Uses of Class
org.apache.jackrabbit.oak.plugins.blob.datastore.BlobTracker.Options
-
Packages that use BlobTracker.Options Package Description org.apache.jackrabbit.oak.plugins.blob.datastore -
-
Uses of BlobTracker.Options in org.apache.jackrabbit.oak.plugins.blob.datastore
Methods in org.apache.jackrabbit.oak.plugins.blob.datastore that return BlobTracker.Options Modifier and Type Method Description static BlobTracker.Options
BlobTracker.Options. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BlobTracker.Options[]
BlobTracker.Options. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.jackrabbit.oak.plugins.blob.datastore with parameters of type BlobTracker.Options Modifier and Type Method Description void
BlobIdTracker. remove(java.io.File recs, BlobTracker.Options options)
void
BlobTracker. remove(java.io.File recs, BlobTracker.Options options)
Remove the ids in the given file and deletes the file.
-