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.BlobStorageCleanerpublic void cleanDeltas()
cleanDeltas in class com.netflix.hollow.api.producer.HollowProducer.BlobStorageCleanerpublic void cleanReverseDeltas()
cleanReverseDeltas in class com.netflix.hollow.api.producer.HollowProducer.BlobStorageCleanerCopyright © 2024. All Rights Reserved.