| Modifier and Type | Method and Description |
|---|---|
MongoNode |
MongoNodeStore.getFromCache(String path,
String branchId,
long revisionId)
Returns the node from the cache or null if the node is not in the cache.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MongoNodeStore.cache(MongoNode node)
Caches the node.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,MongoNode> |
FetchNodesActionNew.execute() |
Map<String,MongoNode> |
FetchNodesAction.execute() |
| Constructor and Description |
|---|
SaveNodesAction(MongoNodeStore nodeStore,
Collection<MongoNode> nodeMongos)
Constructs a new
SaveNodesAction. |
| Modifier and Type | Method and Description |
|---|---|
MongoNode |
NodeExistsCommand.getNode()
After
NodeExistsCommand executed, this method can be used to access
the node with the path. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,MongoNode> |
CommitCommandInstructionVisitor.getPathNodeMap()
Returns the generated node map after visit methods are called.
|
| Modifier and Type | Method and Description |
|---|---|
MongoNode |
MongoNode.copy() |
| Modifier and Type | Method and Description |
|---|---|
static NodeImpl |
MongoNode.toNode(MongoNode nodeMongo) |
Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.