public interface BlobGarbageCollector
| Modifier and Type | Method and Description |
|---|---|
long |
checkConsistency()
Checks for consistency in the blob store and reporting the number of missing blobs.
|
void |
collectGarbage(boolean markOnly)
Marks garbage blobs from the passed node store instance.
|
java.util.List<GarbageCollectionRepoStats> |
getStats()
Retuns the list of stats
|
void collectGarbage(boolean markOnly)
throws java.lang.Exception
markOnly - whether to only mark references and not sweep in the mark and sweep operation.java.lang.Exception - the exceptionjava.util.List<GarbageCollectionRepoStats> getStats() throws java.lang.Exception
java.lang.Exceptionlong checkConsistency()
throws java.lang.Exception
java.lang.Exception"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"