CatapultServer  v0.5.0.1 (Elephant)
MongoNamespaceCacheStorage.h
Go to the documentation of this file.
1 
21 #pragma once
23 
24 namespace catapult { namespace mongo { namespace plugins {
25 
27  DECLARE_MONGO_CACHE_STORAGE(Namespace);
28 }}}
ModifyMultisigAccountMapper.h
CacheStorageInclude.h
NamespaceCache.h
catapult::NamespaceId
utils::BaseValue< uint64_t, NamespaceId_tag > NamespaceId
Definition: plugins/txes/namespace/src/types.h:28
catapult::mongo::MongoPluginManager::addTransactionSupport
void addTransactionSupport(std::unique_ptr< MongoTransactionPlugin > &&pTransactionPlugin)
Adds support for a transaction described by pTransactionPlugin.
Definition: MongoPluginManager.h:53
catapult::mongo::mappers::ToInt64
int64_t ToInt64(TBaseValue value)
Converts base value to int64_t.
Definition: MapperUtils.h:75
catapult::mongo::MongoPluginManager::networkIdentifier
model::NetworkIdentifier networkIdentifier() const
Gets the network idenfifier.
Definition: MongoPluginManager.h:47
MongoNamespaceCacheStorage.h
catapult::mongo::plugins::NamespaceDescriptorsFromHistory
std::vector< NamespaceDescriptor > NamespaceDescriptorsFromHistory(const state::RootNamespaceHistory &history, model::NetworkIdentifier networkIdentifier)
Converts the root namespace history into a vector of namespace descriptors using networkIdentifier fo...
Definition: MongoNamespaceCacheStorageUtils.cpp:28
catapult::mongo::MongoPluginManager::addStorageSupport
void addStorageSupport(std::unique_ptr< TStorage > &&pStorage)
Adds support for an external cache storage described by pStorage.
Definition: MongoPluginManager.h:64
PLUGIN_API
#define PLUGIN_API
Definition: plugins.h:30
catapult::mongo::MongoPluginManager
A manager for registering mongo plugins.
Definition: MongoPluginManager.h:32
catapult::mongo::MongoPluginManager::mongoContext
MongoStorageContext & mongoContext() const
Gets the mongo storage context.
Definition: MongoPluginManager.h:42
DEFINE_MONGO_HISTORICAL_CACHE_STORAGE
#define DEFINE_MONGO_HISTORICAL_CACHE_STORAGE(NAME, TRAITS_NAME)
Defines a mongo historical cache storage with NAME using TRAITS_NAME.
Definition: extensions/mongo/src/CacheStorageInclude.h:45
Id_Property_Name
static constexpr auto Id_Property_Name
Definition: MongoNamespaceCacheStorage.cpp:41
NamespaceDescriptorMapper.h
MongoPluginManager.h
catapult::model::NetworkIdentifier
NetworkIdentifier
Possible network identifiers.
Definition: NetworkInfo.h:45
catapult::mongo::plugins::ToDbModel
bsoncxx::document::value ToDbModel(const state::HashLockInfo &hashLockInfo, const Address &accountAddress)
Maps a hashLockInfo and accountAddress to the corresponding db model value.
Definition: HashLockInfoMapper.cpp:40
catapult::mongo::plugins::CreateModifyMultisigAccountTransactionMongoPlugin
PLUGIN_API std::unique_ptr< MongoTransactionPlugin > CreateModifyMultisigAccountTransactionMongoPlugin()
Creates a mongo modify multisig account transaction plugin.
MongoNamespaceCacheStorageUtils.h
catapult
Definition: AddressExtractionExtension.cpp:28
MongoMultisigCacheStorage.h
RegisterMongoSubsystem
PLUGIN_API void RegisterMongoSubsystem(catapult::mongo::MongoPluginManager &manager)
Entry point for registering a dynamic module with manager.
Definition: MongoMultisigPlugin.cpp:26
MongoCacheStorage.h
Collection_Name
static constexpr auto Collection_Name
Definition: MongoNamespaceCacheStorage.cpp:40
catapult::mongo::plugins::DECLARE_MONGO_CACHE_STORAGE
DECLARE_MONGO_CACHE_STORAGE(HashLockInfo)
Creates a mongo hash lock info cache storage around database, bulkWriter and networkIdentifier.