Uses of Interface
org.apache.jackrabbit.oak.segment.spi.persistence.JournalFile
-
-
Uses of JournalFile in org.apache.jackrabbit.oak.explorer
Methods in org.apache.jackrabbit.oak.explorer that return JournalFile Modifier and Type Method Description protected abstract JournalFileAbstractSegmentTarExplorerBackend. getJournal()protected JournalFileAzureSegmentStoreExplorerBackend. getJournal() -
Uses of JournalFile in org.apache.jackrabbit.oak.segment.aws
Classes in org.apache.jackrabbit.oak.segment.aws that implement JournalFile Modifier and Type Class Description classAwsJournalFileMethods in org.apache.jackrabbit.oak.segment.aws that return JournalFile Modifier and Type Method Description JournalFileAwsPersistence. getJournalFile() -
Uses of JournalFile in org.apache.jackrabbit.oak.segment.azure
Classes in org.apache.jackrabbit.oak.segment.azure that implement JournalFile Modifier and Type Class Description classAzureJournalFileMethods in org.apache.jackrabbit.oak.segment.azure that return JournalFile Modifier and Type Method Description JournalFileAzurePersistence. getJournalFile() -
Uses of JournalFile in org.apache.jackrabbit.oak.segment.azure.v8
Classes in org.apache.jackrabbit.oak.segment.azure.v8 that implement JournalFile Modifier and Type Class Description classAzureJournalFileV8Methods in org.apache.jackrabbit.oak.segment.azure.v8 that return JournalFile Modifier and Type Method Description JournalFileAzurePersistenceV8. getJournalFile() -
Uses of JournalFile in org.apache.jackrabbit.oak.segment.file
Constructors in org.apache.jackrabbit.oak.segment.file with parameters of type JournalFile Constructor Description JournalReader(JournalFile journal) -
Uses of JournalFile in org.apache.jackrabbit.oak.segment.file.tar
Classes in org.apache.jackrabbit.oak.segment.file.tar that implement JournalFile Modifier and Type Class Description classLocalJournalFileMethods in org.apache.jackrabbit.oak.segment.file.tar that return JournalFile Modifier and Type Method Description JournalFileTarPersistence. getJournalFile() -
Uses of JournalFile in org.apache.jackrabbit.oak.segment.file.tooling
Methods in org.apache.jackrabbit.oak.segment.file.tooling with parameters of type JournalFile Modifier and Type Method Description Iterator<RevisionHistory.HistoryElement>RevisionHistory. getHistory(@NotNull JournalFile journal, @NotNull String path)Return the history of the node at the givenpathaccording to the passedjournal. -
Uses of JournalFile in org.apache.jackrabbit.oak.segment.spi.persistence
Methods in org.apache.jackrabbit.oak.segment.spi.persistence that return JournalFile Modifier and Type Method Description JournalFileSegmentNodeStorePersistence. getJournalFile()Create theJournalFile. -
Uses of JournalFile in org.apache.jackrabbit.oak.segment.spi.persistence.persistentcache
Methods in org.apache.jackrabbit.oak.segment.spi.persistence.persistentcache that return JournalFile Modifier and Type Method Description JournalFileCachingPersistence. getJournalFile() -
Uses of JournalFile in org.apache.jackrabbit.oak.segment.spi.persistence.split
Classes in org.apache.jackrabbit.oak.segment.spi.persistence.split that implement JournalFile Modifier and Type Class Description classSplitJournalFileMethods in org.apache.jackrabbit.oak.segment.spi.persistence.split that return JournalFile Modifier and Type Method Description JournalFileSplitPersistence. getJournalFile()Constructors in org.apache.jackrabbit.oak.segment.spi.persistence.split with parameters of type JournalFile Constructor Description SplitJournalFile(JournalFile roJournalFile, JournalFile rwJournalFile, Optional<String> lastRoJournalEntry)
-