Uses of Enum
org.apache.jackrabbit.oak.plugins.blob.datastore.BlobTracker.Options
Packages that use BlobTracker.Options
-
Uses of BlobTracker.Options in org.apache.jackrabbit.oak.plugins.blob.datastore
Methods in org.apache.jackrabbit.oak.plugins.blob.datastore that return BlobTracker.OptionsModifier and TypeMethodDescriptionstatic BlobTracker.Options
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.OptionsModifier and TypeMethodDescriptionvoid
BlobIdTracker.remove
(File recs, BlobTracker.Options options) void
BlobTracker.remove
(File recs, BlobTracker.Options options) Remove the ids in the given file and deletes the file.