Class AwsManifestFile

  • All Implemented Interfaces:
    org.apache.jackrabbit.oak.segment.spi.persistence.ManifestFile

    public class AwsManifestFile
    extends java.lang.Object
    implements org.apache.jackrabbit.oak.segment.spi.persistence.ManifestFile
    • Constructor Summary

      Constructors 
      Constructor Description
      AwsManifestFile​(S3Directory directory, java.lang.String manifestFile)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean exists()  
      java.util.Properties load()  
      void save​(java.util.Properties properties)  
      • Methods inherited from class java.lang.Object

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

      • AwsManifestFile

        public AwsManifestFile​(S3Directory directory,
                               java.lang.String manifestFile)
                        throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • exists

        public boolean exists()
        Specified by:
        exists in interface org.apache.jackrabbit.oak.segment.spi.persistence.ManifestFile
      • load

        public java.util.Properties load()
                                  throws java.io.IOException
        Specified by:
        load in interface org.apache.jackrabbit.oak.segment.spi.persistence.ManifestFile
        Throws:
        java.io.IOException
      • save

        public void save​(java.util.Properties properties)
                  throws java.io.IOException
        Specified by:
        save in interface org.apache.jackrabbit.oak.segment.spi.persistence.ManifestFile
        Throws:
        java.io.IOException