Class CoreSnapshotAPI.SnapshotInformation

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.apache.solr.common.MapWriter

        org.apache.solr.common.MapWriter.EntryWriter
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long generationNumber  
      String indexDirPath  
      • Fields inherited from interface org.apache.solr.common.MapWriter

        EMPTY
    • Constructor Summary

      Constructors 
      Constructor Description
      SnapshotInformation​(long generationNumber, String indexDirPath)  
    • Field Detail

      • generationNumber

        public final long generationNumber
      • indexDirPath

        public final String indexDirPath
    • Constructor Detail

      • SnapshotInformation

        public SnapshotInformation​(long generationNumber,
                                   String indexDirPath)