| Interface | Description |
|---|---|
| Command<T> |
The
Command framework provides an way to encapsulate specific actions
of the {code MicroKernel}. |
| CommandExecutor |
The executor part of the Command Pattern.
|
| Class | Description |
|---|---|
| BaseCommand<T> |
Base
Command implementation. |
| DefaultCommandExecutor |
Implementation of the
CommandExecutor interface. |
| GetBlobLengthCommandGridFS |
Command for MongoMicroKernel#getLength(String) |
| MongoGridFSBlobStore |
Implementation of
BlobStore for MongoDB using GridFS. |
| ReadBlobCommandGridFS |
Command for MongoMicroKernel#read(String, long, byte[], int, int)
FIXME - Reading from large blobs with small increments is slow in this implementation. |
| WriteBlobCommandGridFS |
Command for MongoMicroKernel#write(InputStream) |
Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.