| Package | Description |
|---|---|
| org.apache.jackrabbit.mongomk.api.command |
Oak repository API
|
| org.apache.jackrabbit.mongomk.impl.command | |
| org.apache.jackrabbit.mongomk.impl.command.blob |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
CommandExecutor.execute(Command<T> command)
Executes the given
Command and returns the result. |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseCommand<T>
Base
Command implementation. |
class |
CommitCommand
Command for MongoMicroKernel#commit(String, String, String, String) |
class |
CommitCommandNew
FIXME - This is same as CommitCommand except that it does not fetch all valid
commits upfront.
|
class |
DiffCommand
A
Command for MongoMicroKernel#diff(String, String, String, int) |
class |
GetHeadRevisionCommand
Command for MongoMicroKernel#getHeadRevision() |
class |
GetJournalCommand
A
Command for MongoMicroKernel#getJournal(String, String, String) |
class |
GetNodesCommand
Command for MongoMicroKernel#getNodes(String, String, int, long, int, String) |
class |
GetNodesCommandNew
FIXME - This is same as GetNodesCommand except that it does not fetch all valid
commits upfront and it also does not check for stale slave reads.
|
class |
GetRevisionHistoryCommand
A
Command for MongoMicroKernel#getRevisionHistory(long, int, String) |
class |
MergeCommand
A
Command for MongoMicroKernel#merge(String, String) |
class |
NodeExistsCommand
Command for MongoMicroKernel#nodeExists(String, String) |
class |
OneLevelDiffCommand
OneLevelDiffCommand implements a specialized DiffCommand
with a fixed depth of 0. |
class |
WaitForCommitCommand
A
Command for MongoMicroKernel#waitForCommit(String, long) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
DefaultCommandExecutor.execute(Command<T> command) |
| Modifier and Type | Class and Description |
|---|---|
class |
GetBlobLengthCommandGridFS
Command for MongoMicroKernel#getLength(String) |
class |
ReadBlobCommandGridFS
Command for MongoMicroKernel#read(String, long, byte[], int, int)
FIXME - Reading from large blobs with small increments is slow in this implementation. |
class |
WriteBlobCommandGridFS
Command for MongoMicroKernel#write(InputStream) |
Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.