Class DeferredFileDeletionQueue
- java.lang.Object
-
- com.atlassian.confluence.schedule.jobs.filedeletion.DeferredFileDeletionQueue
-
@ThreadSafe public class DeferredFileDeletionQueue extends Object
A queue for files that are scheduled for deletion.
-
-
Constructor Summary
Constructors Constructor Description DeferredFileDeletionQueue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidoffer(io.atlassian.fugue.Either<AttachmentRef,AttachmentRef.Container> container, File file)voidoffer(File file)Offer a file to be deleted
-
-
-
Method Detail
-
offer
public void offer(io.atlassian.fugue.Either<AttachmentRef,AttachmentRef.Container> container, File file)
-
offer
public void offer(File file)
Offer a file to be deleted- Parameters:
file-
-
-