public class AzureGCJournalFile extends Object implements org.apache.jackrabbit.oak.segment.spi.persistence.GCJournalFile
| Constructor and Description |
|---|
AzureGCJournalFile(com.microsoft.azure.storage.blob.CloudAppendBlob gcJournal) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
readLines() |
void |
truncate() |
void |
writeLine(String line) |
public AzureGCJournalFile(com.microsoft.azure.storage.blob.CloudAppendBlob gcJournal)
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–2021 The Apache Software Foundation. All rights reserved.