Class SnapshotGroupFileReadOps

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

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

    Constructors 
    Constructor Description
    SnapshotGroupFileReadOps​(java.lang.String groupId, io.datarouter.storage.file.Directory idDirectory, io.datarouter.storage.file.Directory fileDirectory)  
  • Method Summary

    Modifier and Type Method Description
    io.datarouter.scanner.Scanner<io.datarouter.storage.file.PathbeanKey> scanSnapshotFilesFromStorage()  
    io.datarouter.scanner.Scanner<SnapshotKey> scanSnapshotKeysFromStorage()  

    Methods inherited from class java.lang.Object

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

    • SnapshotGroupFileReadOps

      public SnapshotGroupFileReadOps​(java.lang.String groupId, io.datarouter.storage.file.Directory idDirectory, io.datarouter.storage.file.Directory fileDirectory)
  • Method Details