Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> readLines()  
      void truncate()  
      void writeLine​(java.lang.String line)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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:
        writeLine in interface org.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:
        readLines in interface org.apache.jackrabbit.oak.segment.spi.persistence.GCJournalFile
        Throws:
        java.io.IOException
      • truncate

        public void truncate()
                      throws java.io.IOException
        Specified by:
        truncate in interface org.apache.jackrabbit.oak.segment.spi.persistence.GCJournalFile
        Throws:
        java.io.IOException