Class AwsManifestFile
- java.lang.Object
-
- org.apache.jackrabbit.oak.segment.aws.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 booleanexists()java.util.Propertiesload()voidsave(java.util.Properties properties)
-
-
-
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:
existsin interfaceorg.apache.jackrabbit.oak.segment.spi.persistence.ManifestFile
-
load
public java.util.Properties load() throws java.io.IOException- Specified by:
loadin interfaceorg.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:
savein interfaceorg.apache.jackrabbit.oak.segment.spi.persistence.ManifestFile- Throws:
java.io.IOException
-
-