Class MemoryDiffCache.MemoryEntry
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.document.MemoryDiffCache.MemoryEntry
-
- Enclosing class:
- MemoryDiffCache
protected class MemoryDiffCache.MemoryEntry extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMemoryEntry(RevisionVector from, RevisionVector to)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappend(@NotNull Path path, @NotNull String changes)booleandone()
-
-
-
Constructor Detail
-
MemoryEntry
protected MemoryEntry(RevisionVector from, RevisionVector to)
-
-