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