| Package | Description |
|---|---|
| org.apache.jackrabbit.mk.htree | |
| org.apache.jackrabbit.mk.model | |
| org.apache.jackrabbit.mk.persistence | |
| org.apache.jackrabbit.mk.store |
| Modifier and Type | Class and Description |
|---|---|
class |
ChildNodeEntriesHTree
HTree based implementation to manage child node entries. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ChildNodeEntry> |
ChildNodeEntriesHTree.getAdded(ChildNodeEntries other) |
Iterator<ChildNodeEntry> |
ChildNodeEntriesHTree.getModified(ChildNodeEntries other) |
Iterator<ChildNodeEntry> |
ChildNodeEntriesHTree.getRemoved(ChildNodeEntries other) |
| Modifier and Type | Class and Description |
|---|---|
class |
ChildNodeEntriesMap |
class |
ChildNodeEntriesTree |
protected static class |
ChildNodeEntriesTree.Bucket |
| Modifier and Type | Field and Description |
|---|---|
protected ChildNodeEntries |
AbstractNode.childEntries |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ChildNodeEntry> |
ChildNodeEntriesTree.getAdded(ChildNodeEntries other) |
Iterator<ChildNodeEntry> |
ChildNodeEntriesMap.getAdded(ChildNodeEntries other) |
Iterator<ChildNodeEntry> |
ChildNodeEntries.getAdded(ChildNodeEntries other)
Returns those entries that exist in
other but not in
this. |
Iterator<ChildNodeEntry> |
ChildNodeEntriesTree.getModified(ChildNodeEntries other) |
Iterator<ChildNodeEntry> |
ChildNodeEntriesMap.getModified(ChildNodeEntries other) |
Iterator<ChildNodeEntry> |
ChildNodeEntries.getModified(ChildNodeEntries other)
Returns
this instance's entries that have namesakes in
other but with different ids. |
Iterator<ChildNodeEntry> |
ChildNodeEntriesTree.getRemoved(ChildNodeEntries other) |
Iterator<ChildNodeEntry> |
ChildNodeEntriesMap.getRemoved(ChildNodeEntries other) |
Iterator<ChildNodeEntry> |
ChildNodeEntries.getRemoved(ChildNodeEntries other)
Returns those entries that exist in
this but not in
other. |
| Modifier and Type | Method and Description |
|---|---|
Id |
Persistence.writeCNEMap(ChildNodeEntries map) |
Id |
InMemPersistence.writeCNEMap(ChildNodeEntries map) |
Id |
H2Persistence.writeCNEMap(ChildNodeEntries map) |
| Modifier and Type | Method and Description |
|---|---|
Id |
RevisionStore.putCNEMap(RevisionStore.PutToken token,
ChildNodeEntries map) |
Id |
DefaultRevisionStore.putCNEMap(RevisionStore.PutToken token,
ChildNodeEntries map) |
Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.