public abstract static class HollowProducer.BlobStorageCleaner
extends java.lang.Object
Constructor and Description |
---|
BlobStorageCleaner() |
Modifier and Type | Method and Description |
---|---|
void |
clean(HollowProducer.Blob.Type blobType) |
abstract void |
cleanDeltas()
This method provides an opportunity to remove old deltas.
|
abstract void |
cleanReverseDeltas()
This method provides an opportunity to remove old reverse deltas.
|
abstract void |
cleanSnapshots()
This method provides an opportunity to remove old snapshots.
|
public void clean(HollowProducer.Blob.Type blobType)
public abstract void cleanSnapshots()
public abstract void cleanDeltas()
public abstract void cleanReverseDeltas()