Class AzureManifestFile
- java.lang.Object
-
- org.apache.jackrabbit.oak.segment.azure.AzureManifestFile
-
- All Implemented Interfaces:
org.apache.jackrabbit.oak.segment.spi.persistence.ManifestFile
public class AzureManifestFile extends Object implements org.apache.jackrabbit.oak.segment.spi.persistence.ManifestFile
-
-
Constructor Summary
Constructors Constructor Description AzureManifestFile(com.microsoft.azure.storage.blob.CloudBlockBlob manifestBlob)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanexists()Propertiesload()voidsave(Properties properties)
-
-
-
Method Detail
-
exists
public boolean exists()
- Specified by:
existsin interfaceorg.apache.jackrabbit.oak.segment.spi.persistence.ManifestFile
-
load
public Properties load() throws IOException
- Specified by:
loadin interfaceorg.apache.jackrabbit.oak.segment.spi.persistence.ManifestFile- Throws:
IOException
-
save
public void save(Properties properties) throws IOException
- Specified by:
savein interfaceorg.apache.jackrabbit.oak.segment.spi.persistence.ManifestFile- Throws:
IOException
-
-