| Package | Description |
|---|---|
| org.apache.jackrabbit.mongomk.impl | |
| org.apache.jackrabbit.mongomk.impl.action | |
| org.apache.jackrabbit.mongomk.impl.instruction |
| Modifier and Type | Method and Description |
|---|---|
MongoCommit |
MongoNodeStore.getFromCache(long revisionId)
Returns the commit from the cache or null if the commit is not in the cache.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MongoNodeStore.evict(MongoCommit commit)
Evicts the commit from the
MongoNodeStore.commitCache. |
| Modifier and Type | Method and Description |
|---|---|
MongoCommit |
FetchCommitAction.execute() |
| Modifier and Type | Method and Description |
|---|---|
List<MongoCommit> |
FetchCommitsAction.execute() |
| Modifier and Type | Method and Description |
|---|---|
void |
FetchNodesAction.setValidCommits(List<MongoCommit> validCommits)
Sets the last valid commits if already known.
|
| Constructor and Description |
|---|
SaveCommitAction(MongoNodeStore nodeStore,
MongoCommit commitMongo)
Constructs a new
SaveCommitAction. |
| Constructor and Description |
|---|
CommitCommandInstructionVisitor(MongoNodeStore nodeStore,
long baseRevisionId,
List<MongoCommit> validCommits)
Creates
CommitCommandInstructionVisitor |
Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.