CatapultServer  v0.5.0.1 (Elephant)
MongoMosaicCacheStorage.h
Go to the documentation of this file.
1 
21 #pragma once
23 
24 namespace catapult { namespace mongo { namespace plugins {
25 
28 }}}
CacheStorageInclude.h
MosaicEntryMapper.h
Collection_Name
static constexpr auto Collection_Name
Definition: MongoMosaicCacheStorage.cpp:32
catapult::mongo::mappers::ToInt64
int64_t ToInt64(TBaseValue value)
Converts base value to int64_t.
Definition: MapperUtils.h:75
MongoMosaicCacheStorage.h
MosaicCache.h
DEFINE_MONGO_FLAT_CACHE_STORAGE
#define DEFINE_MONGO_FLAT_CACHE_STORAGE(NAME, TRAITS_NAME)
Defines a mongo flat cache storage with NAME using TRAITS_NAME.
Definition: extensions/mongo/src/CacheStorageInclude.h:41
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
Id_Property_Name
static constexpr auto Id_Property_Name
Definition: MongoMosaicCacheStorage.cpp:33
catapult
Definition: AddressExtractionExtension.cpp:28
MongoCacheStorage.h
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.