protected class MemoryDiffCache.MemoryEntry extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
MemoryEntry(RevisionVector from,
RevisionVector to) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(@NotNull String path,
@NotNull String changes)
Appends changes about children of the node at the given path.
|
boolean |
done()
Called when all changes have been appended and the entry is ready
to be used by the cache.
|
protected MemoryEntry(RevisionVector from, RevisionVector to)
public void append(@NotNull
@NotNull String path,
@NotNull
@NotNull String changes)
path - the path of the parent node.changes - the child node changes.public boolean done()
true if the entry was successfully added to the
cache, false otherwise.Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.