Class AwsGCJournalFile
- java.lang.Object
-
- org.apache.jackrabbit.oak.segment.aws.AwsGCJournalFile
-
- All Implemented Interfaces:
org.apache.jackrabbit.oak.segment.spi.persistence.GCJournalFile
public class AwsGCJournalFile extends java.lang.Object implements org.apache.jackrabbit.oak.segment.spi.persistence.GCJournalFile
-
-
Constructor Summary
Constructors Constructor Description AwsGCJournalFile(DynamoDBClient dynamoDBClient, java.lang.String fileName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>readLines()voidtruncate()voidwriteLine(java.lang.String line)
-
-
-
Constructor Detail
-
AwsGCJournalFile
public AwsGCJournalFile(DynamoDBClient dynamoDBClient, java.lang.String fileName)
-
-
Method Detail
-
writeLine
public void writeLine(java.lang.String line) throws java.io.IOException- Specified by:
writeLinein interfaceorg.apache.jackrabbit.oak.segment.spi.persistence.GCJournalFile- Throws:
java.io.IOException
-
readLines
public java.util.List<java.lang.String> readLines() throws java.io.IOException- Specified by:
readLinesin interfaceorg.apache.jackrabbit.oak.segment.spi.persistence.GCJournalFile- Throws:
java.io.IOException
-
truncate
public void truncate() throws java.io.IOException- Specified by:
truncatein interfaceorg.apache.jackrabbit.oak.segment.spi.persistence.GCJournalFile- Throws:
java.io.IOException
-
-