Class SnapshotGroupVacuumOps
java.lang.Object
io.datarouter.filesystem.snapshot.group.groupops.SnapshotGroupVacuumOps
public class SnapshotGroupVacuumOps extends Object
-
Constructor Summary
Constructors Constructor Description SnapshotGroupVacuumOps(SnapshotGroup group, String groupId, io.datarouter.storage.file.Directory fileDirectory, SnapshotKeyDecoder snapshotKeyDecoder, SnapshotVacuumConfig vacuumConfig, SnapshotGroupFileReadOps groupFileReader, SnapshotGroupKeyReadOps groupReader) -
Method Summary
Modifier and Type Method Description voidvacuum(ExecutorService exec, int numThreads)voidvacuumOrphanedFilesOlderThan(Duration duration)
-
Constructor Details
-
SnapshotGroupVacuumOps
public SnapshotGroupVacuumOps(SnapshotGroup group, String groupId, io.datarouter.storage.file.Directory fileDirectory, SnapshotKeyDecoder snapshotKeyDecoder, SnapshotVacuumConfig vacuumConfig, SnapshotGroupFileReadOps groupFileReader, SnapshotGroupKeyReadOps groupReader)
-
-
Method Details