|
|
Namespaces | |
| detail | |
| disk | |
| mongodb | |
| persistence | |
| processor | |
| 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 | 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) |
| 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) |
|
strong |
| Enumerator | |
|---|---|
| CONSOLIDATE_REMOVED | |
| CONSOLIDATE_ALL | |
| CONSOLIDATE_LATEST | |
Definition at line 27 of file MemoryBase.h.
| 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 | ||
| ) |
| 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 | ||
| ) |