Class IndexSnapshotManager.UpcomingSnapshotInfo

  • Enclosing class:
    IndexSnapshotManager

    public static class IndexSnapshotManager.UpcomingSnapshotInfo
    extends java.lang.Object
    Class holding information about pending snapshot
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.io.File directory  
      java.util.concurrent.Future<java.lang.Boolean> success  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • directory

        public final java.io.File directory
      • success

        public final java.util.concurrent.Future<java.lang.Boolean> success