Interface ManifestFile

    • Method Detail

      • exists

        boolean exists()
        Check if the manifest already exists.
        Returns:
        true if the manifest exists
      • save

        void save​(Properties properties)
           throws IOException
        Store the properties to the manifest file.
        Parameters:
        properties - describing the segmentstore
        Throws:
        IOException