public class AwsGCJournalFile extends java.lang.Object implements org.apache.jackrabbit.oak.segment.spi.persistence.GCJournalFile
| Constructor and Description |
|---|
AwsGCJournalFile(DynamoDBClient dynamoDBClient,
java.lang.String fileName) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
readLines() |
void |
truncate() |
void |
writeLine(java.lang.String line) |
public AwsGCJournalFile(DynamoDBClient dynamoDBClient, java.lang.String fileName)
public void writeLine(java.lang.String line)
throws java.io.IOException
writeLine in interface org.apache.jackrabbit.oak.segment.spi.persistence.GCJournalFilejava.io.IOExceptionpublic java.util.List<java.lang.String> readLines()
throws java.io.IOException
readLines in interface org.apache.jackrabbit.oak.segment.spi.persistence.GCJournalFilejava.io.IOExceptionpublic void truncate()
throws java.io.IOException
truncate in interface org.apache.jackrabbit.oak.segment.spi.persistence.GCJournalFilejava.io.IOExceptionCopyright © 2012–2022 The Apache Software Foundation. All rights reserved.