public class BmFilesystemBlobStorageCleaner
extends com.netflix.hollow.api.producer.HollowProducer.BlobStorageCleaner
Constructor and Description |
---|
BmFilesystemBlobStorageCleaner(java.io.File blobStoreDir) |
BmFilesystemBlobStorageCleaner(java.io.File blobStoreDir,
int numOfSnapshotsToKeep) |
Modifier and Type | Method and Description |
---|---|
void |
cleanDeltas() |
void |
cleanReverseDeltas() |
void |
cleanSnapshots()
Cleans snapshot to keep the last 'n' snapshots.
|
public BmFilesystemBlobStorageCleaner(java.io.File blobStoreDir)
public BmFilesystemBlobStorageCleaner(java.io.File blobStoreDir, int numOfSnapshotsToKeep)
public void cleanSnapshots()
cleanSnapshots
in class com.netflix.hollow.api.producer.HollowProducer.BlobStorageCleaner
public void cleanDeltas()
cleanDeltas
in class com.netflix.hollow.api.producer.HollowProducer.BlobStorageCleaner
public void cleanReverseDeltas()
cleanReverseDeltas
in class com.netflix.hollow.api.producer.HollowProducer.BlobStorageCleaner
Copyright © 2021. All Rights Reserved.