Class AzureGCJournalFile
- java.lang.Object
-
- org.apache.jackrabbit.oak.segment.azure.AzureGCJournalFile
-
- All Implemented Interfaces:
org.apache.jackrabbit.oak.segment.spi.persistence.GCJournalFile
public class AzureGCJournalFile extends Object implements org.apache.jackrabbit.oak.segment.spi.persistence.GCJournalFile
-
-
Constructor Summary
Constructors Constructor Description AzureGCJournalFile(com.microsoft.azure.storage.blob.CloudAppendBlob gcJournal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>readLines()voidtruncate()voidwriteLine(String line)
-
-
-
Method Detail
-
writeLine
public void writeLine(String line) throws IOException
- Specified by:
writeLinein interfaceorg.apache.jackrabbit.oak.segment.spi.persistence.GCJournalFile- Throws:
IOException
-
readLines
public List<String> readLines() throws IOException
- Specified by:
readLinesin interfaceorg.apache.jackrabbit.oak.segment.spi.persistence.GCJournalFile- Throws:
IOException
-
truncate
public void truncate() throws IOException- Specified by:
truncatein interfaceorg.apache.jackrabbit.oak.segment.spi.persistence.GCJournalFile- Throws:
IOException
-
-