NCBI C++ ToolKit
|
#include <corelib/ncbimtx.hpp>
#include <algo/volume_merge/volume_merge.hpp>
#include <db/bdb/bdb_blob.hpp>
#include <db/bdb/bdb_cursor.hpp>
#include <util/thread_nonstop.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CBDB_MergeBlobWalker< BF > |
Generic iterator to traverse any CBDB_BLobFile for volume merge BF - any CBDB_BLobFile derived class. More... | |
class | CBDB_MergeBlobWalkerAsync< BF > |
Generic iterator to traverse any CBDB_BLobFile for volume merge BF - any CBDB_BLobFile derived class This implementation supports asyncronous processing. More... | |
class | CBDB_MergeBlobWalkerAsync< BF >::CAsync |
IAsync implementation. More... | |
class | CBDB_MergeBlobWalkerAsync< BF >::CJobThread |
Background thread class (executes async requests) More... | |
class | CBDB_MergeStore< BStore > |
Merge store saves result to BLOB store. More... | |
class | CBDB_MergeStoreAsync< BStore > |
Merge store saves result to BLOB store. More... | |
class | CBDB_MergeStoreAsync< BStore >::CAsync |
IAsync implementation. More... | |
class | CBDB_MergeStoreAsync< BStore >::CJobThread |
Background thread class (executes async requests) More... | |