| Package | Description |
|---|---|
| org.apache.jackrabbit.mongomk.api |
Oak repository API
|
| org.apache.jackrabbit.mongomk.impl | |
| org.apache.jackrabbit.mongomk.impl.command | |
| org.apache.jackrabbit.mongomk.impl.model |
| Modifier and Type | Method and Description |
|---|---|
String |
NodeStore.commit(Commit commit) |
| Modifier and Type | Method and Description |
|---|---|
void |
MongoNodeStore.cache(Commit commit)
Caches the commit.
|
String |
MongoNodeStore.commit(Commit commit) |
| Constructor and Description |
|---|
CommitCommand(MongoNodeStore nodeStore,
Commit commit)
Constructs a new
CommitCommandMongo. |
CommitCommandNew(MongoNodeStore nodeStore,
Commit commit)
Constructs a new
CommitCommandMongo. |
| Modifier and Type | Class and Description |
|---|---|
class |
MongoCommit
The
MongoDB representation of a commit. |
| Modifier and Type | Method and Description |
|---|---|
static Commit |
CommitBuilder.build(String path,
String diff,
String message)
Creates and returns a
Commit without a base revision id. |
static Commit |
CommitBuilder.build(String path,
String diff,
String revisionId,
String message)
Creates and returns a
Commit. |
Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.