|
|
Namespaces | |
| namespace | detail |
| namespace | disk |
| namespace | mongodb |
| namespace | persistence |
| namespace | processor |
| namespace | util |
Classes | |
| class | CoreSegment |
| struct | DirectlyStoreInput |
| struct | DirectlyStoreResult |
| class | Entity |
| A memory storing data in mongodb (needs 'armarx memory start' to start the mongod instance) More... | |
| class | EntityInstance |
| class | EntitySnapshot |
| class | Memory |
| A memory storing data on the hard drive and in mongodb (needs 'armarx memory start' to start the mongod instance) More... | |
| class | Processors |
| all necessary classes to filter and convert an entry of the ltm to some other format(s) More... | |
| class | ProviderSegment |
| struct | RecordStatusResult |
| struct | StartRecordInput |
| struct | StartRecordResult |
| struct | StopRecordResult |
Enumerations | |
| enum class | RecordingMode { CONSOLIDATE_REMOVED , CONSOLIDATE_ALL , CONSOLIDATE_LATEST } |
Functions | |
| void | fromIce (const dto::DirectlyStoreInput &ice, DirectlyStoreInput &result) |
| void | fromIce (const dto::DirectlyStoreResult &ice, DirectlyStoreResult &result) |
| void | fromIce (const dto::RecordStatusResult &ice, RecordStatusResult &result) |
| void | fromIce (const dto::StartRecordInput &ice, StartRecordInput &result) |
| void | fromIce (const dto::StartRecordResult &ice, StartRecordResult &result) |
| void | fromIce (const dto::StopRecordResult &ice, StopRecordResult &result) |
| template<class IceKeyT, class IceValueT, class CppKeyT, class CppValueT> | |
| void | fromIce (const std::map< IceKeyT, IceValueT > &iceMap, boost::container::flat_map< CppKeyT, CppValueT > &cppMap) |
| void | toIce (dto::DirectlyStoreInput &ice, const DirectlyStoreInput &result) |
| void | toIce (dto::DirectlyStoreResult &ice, const DirectlyStoreResult &result) |
| void | toIce (dto::RecordStatusResult &ice, const RecordStatusResult &result) |
| void | toIce (dto::StartRecordInput &ice, const StartRecordInput &result) |
| void | toIce (dto::StartRecordResult &ice, const StartRecordResult &result) |
| void | toIce (dto::StopRecordResult &ice, const StopRecordResult &result) |
| template<class IceKeyT, class IceValueT, class CppKeyT, class CppValueT> | |
| void | toIce (std::map< IceKeyT, IceValueT > &iceMap, const boost::container::flat_map< CppKeyT, CppValueT > &cppMap) |
|
strong |
| Enumerator | |
|---|---|
| CONSOLIDATE_REMOVED | |
| CONSOLIDATE_ALL | |
| CONSOLIDATE_LATEST | |
Definition at line 37 of file MemoryBase.h.
| void fromIce | ( | const dto::DirectlyStoreInput & | ice, |
| DirectlyStoreInput & | result ) |
Definition at line 36 of file Recording.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void fromIce | ( | const dto::DirectlyStoreResult & | ice, |
| DirectlyStoreResult & | result ) |
| void fromIce | ( | const dto::RecordStatusResult & | ice, |
| RecordStatusResult & | result ) |
| void fromIce | ( | const dto::StartRecordInput & | ice, |
| StartRecordInput & | result ) |
| void fromIce | ( | const dto::StartRecordResult & | ice, |
| StartRecordResult & | result ) |
| void fromIce | ( | const dto::StopRecordResult & | ice, |
| StopRecordResult & | result ) |
| void fromIce | ( | const std::map< IceKeyT, IceValueT > & | iceMap, |
| boost::container::flat_map< CppKeyT, CppValueT > & | cppMap ) |
Definition at line 27 of file ice_conversions_boost_templates.h.
| void toIce | ( | dto::DirectlyStoreInput & | ice, |
| const DirectlyStoreInput & | result ) |
Definition at line 30 of file Recording.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void toIce | ( | dto::DirectlyStoreResult & | ice, |
| const DirectlyStoreResult & | result ) |
| void toIce | ( | dto::RecordStatusResult & | ice, |
| const RecordStatusResult & | result ) |
| void toIce | ( | dto::StartRecordInput & | ice, |
| const StartRecordInput & | result ) |
| void toIce | ( | dto::StartRecordResult & | ice, |
| const StartRecordResult & | result ) |
| void toIce | ( | dto::StopRecordResult & | ice, |
| const StopRecordResult & | result ) |
| void toIce | ( | std::map< IceKeyT, IceValueT > & | iceMap, |
| const boost::container::flat_map< CppKeyT, CppValueT > & | cppMap ) |
Definition at line 15 of file ice_conversions_boost_templates.h.