public class AwsJournalFile extends java.lang.Object implements org.apache.jackrabbit.oak.segment.spi.persistence.JournalFile
| Constructor and Description |
|---|
AwsJournalFile(DynamoDBClient dynamoDBClient,
java.lang.String fileName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists() |
java.lang.String |
getName() |
org.apache.jackrabbit.oak.segment.spi.persistence.JournalFileReader |
openJournalReader() |
org.apache.jackrabbit.oak.segment.spi.persistence.JournalFileWriter |
openJournalWriter() |
public AwsJournalFile(DynamoDBClient dynamoDBClient, java.lang.String fileName)
public org.apache.jackrabbit.oak.segment.spi.persistence.JournalFileReader openJournalReader() throws java.io.IOException
openJournalReader in interface org.apache.jackrabbit.oak.segment.spi.persistence.JournalFilejava.io.IOExceptionpublic org.apache.jackrabbit.oak.segment.spi.persistence.JournalFileWriter openJournalWriter() throws java.io.IOException
openJournalWriter in interface org.apache.jackrabbit.oak.segment.spi.persistence.JournalFilejava.io.IOExceptionpublic java.lang.String getName()
getName in interface org.apache.jackrabbit.oak.segment.spi.persistence.JournalFilepublic boolean exists()
exists in interface org.apache.jackrabbit.oak.segment.spi.persistence.JournalFileCopyright © 2012–2022 The Apache Software Foundation. All rights reserved.