|
|
#include <RobotAPI/libraries/armem/server/ltm/detail/MemoryBase.h>
Public Attributes | |
| int | batchSizeThreshold = 100 |
| int | batchTimeThresholdMs = 100 |
| bool | batchWriteEnabled = false |
| std::string | configuration_on_startup |
| std::string | coreSegmentsToLoad = "" |
| bool | enabled_on_startup = false |
| std::string | export_name = "MemoryExport" |
| std::string | export_path = "/tmp/ltm" |
| bool | importOnStartUp = false |
| int | maxAmountOfSnapshotsLoaded = 1 |
| int | minDiskSpace = 50 |
| bool | overwriteIdentifierOnLtmLoad = true |
| std::string | persistenceStrategies = "disk" |
| std::string | persistenceStrategyIdentifier = "localDisk" |
| std::string | recordingMode = "CONSOLIDATE_REMOVED" |
| bool | restDisableIfNotAvailable = false |
| std::string | restHost = "localhost" |
| int | restPort = 8080 |
| bool | storeOnStop = false |
Definition at line 577 of file MemoryBase.h.
| int batchSizeThreshold = 100 |
Definition at line 611 of file MemoryBase.h.
| int batchTimeThresholdMs = 100 |
Definition at line 612 of file MemoryBase.h.
| bool batchWriteEnabled = false |
Definition at line 610 of file MemoryBase.h.
| std::string configuration_on_startup |
Definition at line 597 of file MemoryBase.h.
| std::string coreSegmentsToLoad = "" |
Definition at line 594 of file MemoryBase.h.
| bool enabled_on_startup = false |
Definition at line 580 of file MemoryBase.h.
| std::string export_name = "MemoryExport" |
Definition at line 586 of file MemoryBase.h.
| std::string export_path = "/tmp/ltm" |
Definition at line 587 of file MemoryBase.h.
| bool importOnStartUp = false |
Definition at line 592 of file MemoryBase.h.
| int maxAmountOfSnapshotsLoaded = 1 |
Definition at line 593 of file MemoryBase.h.
| int minDiskSpace = 50 |
Definition at line 589 of file MemoryBase.h.
| bool overwriteIdentifierOnLtmLoad = true |
Definition at line 607 of file MemoryBase.h.
| std::string persistenceStrategies = "disk" |
Definition at line 601 of file MemoryBase.h.
| std::string persistenceStrategyIdentifier = "localDisk" |
Definition at line 602 of file MemoryBase.h.
| std::string recordingMode = "CONSOLIDATE_REMOVED" |
Definition at line 583 of file MemoryBase.h.
| bool restDisableIfNotAvailable = false |
Definition at line 605 of file MemoryBase.h.
| std::string restHost = "localhost" |
Definition at line 603 of file MemoryBase.h.
| int restPort = 8080 |
Definition at line 604 of file MemoryBase.h.
| bool storeOnStop = false |
Definition at line 588 of file MemoryBase.h.