Implementation of blob store for the MongoDB extending from {@link AbstractBlobStore}. It saves blobs into a separate collection in MongoDB (not using GridFS) and it supports basic garbage collection. FIXME: -Do we need to create commands for retry etc.? -Not sure if this is going to work for multiple MKs talking to same MongoDB?
Implementation of {@link BlobStore} for the {@code MongoDB} extending from{@link AbstractBlobStore}. Unlike {@link MongoGridFSBlobStore}, it saves blobs into a separate collection in {@link MongoDB} instead of GridFS and it supportsbasic garbage collection. FIXME: -Do we need to create commands for retry etc.? -Not sure if this is going to work for multiple MKs talking to same MongoDB?
Implementation of blob store for the MongoDB extending from {@link AbstractBlobStore}. It saves blobs into a separate collection in MongoDB (not using GridFS) and it supports basic garbage collection. FIXME: -Do we need to create commands for retry etc.? -Not sure if this is going to work for multiple MKs talking to same MongoDB?
Implementation of blob store for the MongoDB extending from {@link AbstractBlobStore}. It saves blobs into a separate collection in MongoDB (not using GridFS) and it supports basic garbage collection. FIXME: -Do we need to create commands for retry etc.? -Not sure if this is going to work for multiple MKs talking to same MongoDB?
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.