Class SnapshotGroupDeleteOps

java.lang.Object
io.datarouter.filesystem.snapshot.group.groupops.SnapshotGroupDeleteOps

public class SnapshotGroupDeleteOps
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    SnapshotGroupDeleteOps​(SnapshotGroup group, SnapshotPathsRegistry pathsRegistry, io.datarouter.storage.file.Directory groupSubpath, io.datarouter.storage.file.Directory idSubpath, io.datarouter.storage.file.Directory fileSubpath)  
  • Method Summary

    Modifier and Type Method Description
    void deleteGroup​(java.util.concurrent.ExecutorService exec, int numThreads)  
    void deleteSnapshot​(SnapshotKey snapshotKey, java.util.concurrent.ExecutorService exec, int numThreads)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • deleteSnapshot

      public void deleteSnapshot​(SnapshotKey snapshotKey, java.util.concurrent.ExecutorService exec, int numThreads)
    • deleteGroup

      public void deleteGroup​(java.util.concurrent.ExecutorService exec, int numThreads)