| Package | Description |
|---|---|
| org.apache.jackrabbit.mongomk.impl.action | |
| org.apache.jackrabbit.mongomk.impl.command | |
| org.apache.jackrabbit.mongomk.impl.instruction |
| Modifier and Type | Field and Description |
|---|---|
protected MongoNodeStore |
BaseAction.nodeStore |
| Constructor and Description |
|---|
BaseAction(MongoNodeStore nodeStore)
Constructs a new
AbstractAction. |
FetchCommitAction(MongoNodeStore nodeStore,
long revisionId)
Constructs a new
FetchCommitAction |
FetchCommitsAction(MongoNodeStore nodeStore)
Constructs a new
FetchCommitsAction |
FetchCommitsAction(MongoNodeStore nodeStore,
long toRevisionId)
Constructs a new
FetchCommitsAction |
FetchCommitsAction(MongoNodeStore nodeStore,
long fromRevisionId,
long toRevisionId)
Constructs a new
FetchCommitsAction |
FetchHeadRevisionIdAction(MongoNodeStore nodeStore)
Constructs a new
FetchHeadRevisionIdAction. |
FetchHeadRevisionIdAction(MongoNodeStore nodeStore,
String branchId)
Constructs a new
FetchHeadRevisionIdAction. |
FetchNodesAction(MongoNodeStore nodeStore,
Set<String> paths,
long revisionId)
Constructs a new
FetchNodesAction to fetch nodes with the exact
specified paths. |
FetchNodesAction(MongoNodeStore nodeStore,
String path,
long revisionId)
Constructs a new
FetchNodesAction to fetch a node and optionally
its descendants under the specified path. |
FetchNodesActionNew(MongoNodeStore nodeStore,
Set<String> paths,
long revisionId)
Constructs a new
FetchNodesAction to fetch nodes with the exact
specified paths. |
FetchNodesActionNew(MongoNodeStore nodeStore,
String path,
int depth,
long revisionId)
Constructs a new
FetchNodesAction to fetch a node and optionally
its descendants under the specified path. |
ReadAndIncHeadRevisionAction(MongoNodeStore nodeStore)
Constructs a new
ReadAndIncHeadRevisionQuery. |
SaveAndSetHeadRevisionAction(MongoNodeStore nodeStore,
long oldHeadRevision,
long newHeadRevision)
Constructs a new
SaveAndSetHeadRevisionAction. |
SaveCommitAction(MongoNodeStore nodeStore,
MongoCommit commitMongo)
Constructs a new
SaveCommitAction. |
SaveNodesAction(MongoNodeStore nodeStore,
Collection<MongoNode> nodeMongos)
Constructs a new
SaveNodesAction. |
| Modifier and Type | Field and Description |
|---|---|
protected MongoNodeStore |
BaseCommand.nodeStore |
| Constructor and Description |
|---|
BaseCommand(MongoNodeStore nodeStore)
Constructs a base command with a mongo connection.
|
CommitCommand(MongoNodeStore nodeStore,
Commit commit)
Constructs a new
CommitCommandMongo. |
CommitCommandNew(MongoNodeStore nodeStore,
Commit commit)
Constructs a new
CommitCommandMongo. |
DiffCommand(MongoNodeStore nodeStore,
String fromRevision,
String toRevision,
String path,
int depth)
Constructs a
DiffCommandCommandMongo |
GetHeadRevisionCommand(MongoNodeStore nodeStore)
Constructs a new
GetHeadRevisionCommandMongo. |
GetJournalCommand(MongoNodeStore nodeStore,
String fromRevisionId,
String toRevisionId,
String path)
Constructs a
GetJournalCommandMongo |
GetNodesCommand(MongoNodeStore nodeStore,
String path,
Long revisionId)
Constructs a new
GetNodesCommandMongo. |
GetNodesCommandNew(MongoNodeStore nodeStore,
String path,
Long revisionId)
Constructs a new
GetNodesCommandMongo. |
GetRevisionHistoryCommand(MongoNodeStore nodeStore,
long since,
int maxEntries,
String path)
Constructs a
GetRevisionHistoryCommandMongo |
MergeCommand(MongoNodeStore nodeStore,
String branchRevisionId,
String message)
Constructs a
MergeCommandMongo |
NodeExistsCommand(MongoNodeStore nodeStore,
String path,
Long revisionId)
Constructs a new
NodeExistsCommandMongo. |
OneLevelDiffCommand(MongoNodeStore nodeStore,
String fromRevision,
String toRevision,
String path) |
WaitForCommitCommand(MongoNodeStore nodeStore,
String oldHeadRevisionId,
long timeout)
Constructs a
WaitForCommitCommandMongo |
| Constructor and Description |
|---|
CommitCommandInstructionVisitor(MongoNodeStore nodeStore,
long baseRevisionId,
List<MongoCommit> validCommits)
Creates
CommitCommandInstructionVisitor |
Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.