Class AzureManifestFileV8

java.lang.Object
org.apache.jackrabbit.oak.segment.azure.v8.AzureManifestFileV8
All Implemented Interfaces:
org.apache.jackrabbit.oak.segment.spi.persistence.ManifestFile

public class AzureManifestFileV8 extends Object implements org.apache.jackrabbit.oak.segment.spi.persistence.ManifestFile
  • Constructor Details

    • AzureManifestFileV8

      public AzureManifestFileV8(com.microsoft.azure.storage.blob.CloudBlockBlob manifestBlob)
  • Method Details

    • exists

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

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

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