#include <ncbi_pch.hpp>
#include <objtools/data_loaders/genbank/cache/reader_cache.hpp>
#include <objtools/data_loaders/genbank/cache/reader_cache_entry.hpp>
#include <objtools/data_loaders/genbank/cache/reader_cache_params.h>
#include <objtools/data_loaders/genbank/readers.hpp>
#include <objtools/data_loaders/genbank/dispatcher.hpp>
#include <objtools/data_loaders/genbank/request_result.hpp>
#include <objtools/data_loaders/genbank/gbloader.hpp>
#include <corelib/ncbitime.hpp>
#include <corelib/rwstream.hpp>
#include <corelib/plugin_manager_store.hpp>
#include <util/cache/icache.hpp>
#include <objmgr/objmgr_exception.hpp>
#include <objmgr/impl/tse_split_info.hpp>
#include <objmgr/impl/tse_chunk_info.hpp>
#include <objmgr/annot_selector.hpp>
#include <serial/objistrasnb.hpp>
#include <serial/serial.hpp>
#include <objects/seqloc/Seq_id.hpp>
Include dependency graph for reader_cache.cpp:

Go to the source code of this file.
|
|
Definition at line 54 of file reader_cache.cpp. |
|
|
Definition at line 1004 of file reader_cache.cpp. References NCBI_EntryPoint_CacheReader(). Referenced by CGBDataLoader::x_GetReaderManager(). |
|
||||||||||||||||
|
Definition at line 828 of file reader_cache.cpp. References SCacheInfo::eIdCache, auto_ptr< X >::get(), GetCacheParamsCopy(), NCBI_GBLOADER_READER_CACHE_PARAM_BLOB_SECTION, and NCBI_GBLOADER_READER_CACHE_PARAM_ID_SECTION. Referenced by SCacheInfo::CreateCache(), CCacheReader::InitializeCache(), and CCacheWriter::InitializeCache(). |
|
||||||||||||
|
Definition at line 775 of file reader_cache.cpp. References SPluginParams::FindSubNode(), and IsDisabledCache(). Referenced by GetCacheParams(). |
|
|
Definition at line 763 of file reader_cache.cpp. References NCBI_GBLOADER_READER_CACHE_PARAM_DRIVER, SPluginParams::SetDefaultValue(), and SPluginParams::SetSubSection(). |
|
|
Definition at line 747 of file reader_cache.cpp. References SPluginParams::FindSubNode(), and NCBI_GBLOADER_READER_CACHE_PARAM_DRIVER. Referenced by GetCacheParamsCopy(). |
|
||||||||||||
|
Definition at line 987 of file reader_cache.cpp. References CHostEntryPointImpl< TClassFactory >::NCBI_EntryPointImpl(). |
|
||||||||||||
|
Definition at line 996 of file reader_cache.cpp. References NCBI_EntryPoint_CacheReader(). |
|
|
Definition at line 91 of file reader_cache.cpp. |
|
|
|
Definition at line 303 of file reader_cache.cpp. Referenced by BEGIN_NAMED_BASE_CLASS_INFO(), and CAppJobTask::CAppJobTask(). |
|
|
Definition at line 304 of file reader_cache.cpp. Referenced by CHitFilter< THit >::SHitEnd::operator<(), AutoArray< CS_INT >::Swap(), and AutoPtr< CNcbiOstrstream >::Swap(). |
|
|
|
Initial value: {
{ "name", "blobs" },
{ "timeout", "432000" },
{ "timestamp", "onread expire_not_used" },
{ 0, 0 }
}
Definition at line 812 of file reader_cache.cpp. |
|
|
Initial value: {
{ "name", "ids" },
{ "timeout", "172800" },
{ "timestamp", "subkey check_expiration" },
{ "page_size", "small" },
{ 0, 0}
}
Definition at line 805 of file reader_cache.cpp. |
|
|
Initial value: {
{ "path", ".genbank_cache" },
{ "keep_versions", "all" },
{ "write_sync", "no" },
{ "mem_size", "20M" },
{ "log_file_max", "20M" },
{ "purge_batch_sleep", "500" },
{ "purge_thread_delay", "3600" },
{ "purge_clean_log", "16" },
{ 0, 0 }
}
Definition at line 794 of file reader_cache.cpp. |
|
|
Initial value: {
{ "purge_thread", "yes" },
{ 0, 0 }
}
Definition at line 818 of file reader_cache.cpp. |
|
|
Initial value: {
{ "purge_thread", "no" },
{ 0, 0 }
}
Definition at line 822 of file reader_cache.cpp. |
1.4.6
Modified on Mon Dec 07 16:22:07 2009 by modify_doxy.py rev. 173732