CatapultServer  v0.5.0.1 (Elephant)
catapult::cache::MosaicBaseSets Struct Reference
Inheritance diagram for catapult::cache::MosaicBaseSets:
Collaboration diagram for catapult::cache::MosaicBaseSets:

Public Types

using IsOrderedSet = std::false_type
 Indicates the set is not ordered. More...
 

Public Member Functions

 MosaicBaseSets (const CacheConfiguration &config)
 
MosaicBaseSetDeltaPointers rebase ()
 
MosaicBaseSetDeltaPointers rebaseDetached () const
 
void commit ()
 

Public Attributes

MosaicCacheTypes::PrimaryTypes::BaseSetType Primary
 
MosaicCacheTypes::HeightGroupingTypes::BaseSetType HeightGrouping
 
CachePatriciaTree< MosaicPatriciaTreePatriciaTree
 

Additional Inherited Members

- Protected Member Functions inherited from catapult::cache::CacheDatabaseMixin
 CacheDatabaseMixin (const CacheConfiguration &config, const std::vector< std::string > &columnFamilyNames, FilterPruningMode pruningMode=FilterPruningMode::Disabled)
 Creates a mixin around config and columnFamilyNames with optional pruningMode. More...
 
bool hasPatriciaTreeSupport () const
 Returns true if patricia tree support is enabled. More...
 
CacheDatabasedatabase ()
 Gets the database. More...
 
void flush ()
 Flushes the database. More...
 
- Static Protected Member Functions inherited from catapult::cache::CacheDatabaseMixin
static deltaset::ConditionalContainerMode GetContainerMode (const CacheConfiguration &config)
 Gets the container mode specified by config. More...
 

Member Typedef Documentation

◆ IsOrderedSet

Indicates the set is not ordered.

Constructor & Destructor Documentation

◆ MosaicBaseSets()

catapult::cache::MosaicBaseSets::MosaicBaseSets ( const CacheConfiguration config)
inlineexplicit

Member Function Documentation

◆ commit()

void catapult::cache::MosaicBaseSets::commit ( )
inline
Here is the call graph for this function:

◆ rebase()

MosaicBaseSetDeltaPointers catapult::cache::MosaicBaseSets::rebase ( )
inline
Here is the call graph for this function:

◆ rebaseDetached()

MosaicBaseSetDeltaPointers catapult::cache::MosaicBaseSets::rebaseDetached ( ) const
inline
Here is the call graph for this function:

Member Data Documentation

◆ HeightGrouping

MosaicCacheTypes::HeightGroupingTypes::BaseSetType catapult::cache::MosaicBaseSets::HeightGrouping

◆ PatriciaTree

CachePatriciaTree<MosaicPatriciaTree> catapult::cache::MosaicBaseSets::PatriciaTree

◆ Primary

MosaicCacheTypes::PrimaryTypes::BaseSetType catapult::cache::MosaicBaseSets::Primary

The documentation for this struct was generated from the following file: