Class AzureGCJournalFileV8

java.lang.Object
org.apache.jackrabbit.oak.segment.azure.v8.AzureGCJournalFileV8
All Implemented Interfaces:
org.apache.jackrabbit.oak.segment.spi.persistence.GCJournalFile

public class AzureGCJournalFileV8 extends Object implements org.apache.jackrabbit.oak.segment.spi.persistence.GCJournalFile
  • Constructor Details

    • AzureGCJournalFileV8

      public AzureGCJournalFileV8(com.microsoft.azure.storage.blob.CloudAppendBlob gcJournal)
  • Method Details

    • writeLine

      public void writeLine(String line) throws IOException
      Specified by:
      writeLine in interface org.apache.jackrabbit.oak.segment.spi.persistence.GCJournalFile
      Throws:
      IOException
    • readLines

      public List<String> readLines() throws IOException
      Specified by:
      readLines in interface org.apache.jackrabbit.oak.segment.spi.persistence.GCJournalFile
      Throws:
      IOException
    • truncate

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