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 Summary
ConstructorsConstructorDescriptionAzureManifestFileV8(com.microsoft.azure.storage.blob.CloudBlockBlob manifestBlob) -
Method Summary
-
Constructor Details
-
AzureManifestFileV8
public AzureManifestFileV8(com.microsoft.azure.storage.blob.CloudBlockBlob manifestBlob)
-
-
Method Details
-
exists
public boolean exists()- Specified by:
existsin interfaceorg.apache.jackrabbit.oak.segment.spi.persistence.ManifestFile
-
load
- Specified by:
loadin interfaceorg.apache.jackrabbit.oak.segment.spi.persistence.ManifestFile- Throws:
IOException
-
save
- Specified by:
savein interfaceorg.apache.jackrabbit.oak.segment.spi.persistence.ManifestFile- Throws:
IOException
-