Class SnapshotCombiner
java.lang.Object
io.datarouter.filesystem.snapshot.combine.SnapshotCombiner
public class SnapshotCombiner extends Object
-
Constructor Summary
Constructors Constructor Description SnapshotCombiner(Supplier<Boolean> shouldStop, SnapshotGroup group, ExecutorService readExec, ExecutorService writeExec, SnapshotWriterConfig writerConfig, int scanNumBlocks, int targetNumSnapshots, int maxNewSnapshotsPerIteration) -
Method Summary
Modifier and Type Method Description voidcombine()
-
Constructor Details
-
SnapshotCombiner
public SnapshotCombiner(Supplier<Boolean> shouldStop, SnapshotGroup group, ExecutorService readExec, ExecutorService writeExec, SnapshotWriterConfig writerConfig, int scanNumBlocks, int targetNumSnapshots, int maxNewSnapshotsPerIteration)
-
-
Method Details
-
combine
public void combine()
-