public static interface ActiveDeletedBlobCollectorFactory.BlobDeletionCallback extends org.apache.jackrabbit.oak.plugins.index.IndexCommitCallback
org.apache.jackrabbit.oak.plugins.index.IndexCommitCallback.IndexProgress| Modifier and Type | Field and Description |
|---|---|
static ActiveDeletedBlobCollectorFactory.BlobDeletionCallback |
NOOP |
| Modifier and Type | Method and Description |
|---|---|
void |
deleted(String blobId,
Iterable<String> ids)
Tracks deleted blobs.
|
boolean |
isMarkingForActiveDeletionUnsafe() |
commitProgressstatic final ActiveDeletedBlobCollectorFactory.BlobDeletionCallback NOOP
void deleted(String blobId, Iterable<String> ids)
blobId - blobId representing deleted blob. In theory, it has nothing to do with
blobs though.ids - Information that can be useful for debugging - this is not used for purging
blobs.boolean isMarkingForActiveDeletionUnsafe()
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.