_configure(const nlohmann::json &config) final | Memory | virtual |
_directlyStore(const armem::wm::Memory &) final | Memory | protectedvirtual |
_disable() final | Memory | virtual |
_enable() final | Memory | virtual |
_loadAllReferences(armem::wm::Memory &) final | Memory | protectedvirtual |
_loadLatestNReferences(int n, armem::wm::Memory &m) final | Memory | protectedvirtual |
_loadLatestNReferences(int n, armem::wm::Memory &m, std::list< std::string > coreSegNames) final | Memory | protectedvirtual |
_loadOnStartup() final | Memory | protectedvirtual |
_resolve(armem::wm::Memory &) final | Memory | protectedvirtual |
_setExportName(const std::string &n) final | Memory | virtual |
_setMemoryID(const MemoryID &id) final | Memory | virtual |
_store(const armem::wm::Memory &) final | Memory | protectedvirtual |
addDateToMemoryBasePath(const std::filesystem::path &n) const | DiskMemoryItemMixin | protected |
addToBuffer(const armem::wm::Memory &memory) | BufferedMemoryMixin< CoreSegment > | inlineprotected |
addToCache(const armem::wm::Memory &memory) | CachedMemoryMixin< CoreSegment > | inlineprotected |
buffer | BufferedMemoryMixin< CoreSegment > | protected |
BufferedBase typedef | Memory | |
BufferedMemoryMixin(const MemoryID &id) | BufferedMemoryMixin< CoreSegment > | inline |
bufferFinished() | BufferedMemoryMixin< CoreSegment > | inline |
cache | CachedMemoryMixin< CoreSegment > | protected |
CachedBase typedef | Memory | |
CachedMemoryMixin(const MemoryID &id) | CachedMemoryMixin< CoreSegment > | inline |
cacheHasCoreSegment(const std::string &n) const | CachedMemoryMixin< CoreSegment > | inlineprotected |
cacheHasCoreSegment(const MemoryID &n) const | CachedMemoryMixin< CoreSegment > | inlineprotected |
cacheHasEntity(const MemoryID &n) const | CachedMemoryMixin< CoreSegment > | inlineprotected |
cacheHasEntityInstance(const MemoryID &n) const | CachedMemoryMixin< CoreSegment > | inlineprotected |
cacheHasEntitySnapshot(const MemoryID &n) const | CachedMemoryMixin< CoreSegment > | inlineprotected |
cacheHasProviderSegment(const MemoryID &n) const | CachedMemoryMixin< CoreSegment > | inlineprotected |
collectionExists() const | MongoDBStorageMixin | |
configure() | MemoryBase< CoreSegment > | inline |
BufferedMemoryMixin< CoreSegment >::configureMixin(const nlohmann::json &json) | BufferedMemoryMixin< CoreSegment > | inlineprotected |
CachedMemoryMixin< CoreSegment >::configureMixin(const nlohmann::json &json) | CachedMemoryMixin< CoreSegment > | inlineprotected |
armarx::armem::server::ltm::detail::mixin::DiskMemoryItemMixin::configureMixin(const nlohmann::json &json) | DiskMemoryItemMixin | protected |
armarx::armem::server::ltm::detail::mixin::MongoDBStorageMixin::configureMixin(const nlohmann::json &json) | MongoDBStorageMixin | protected |
connect() const | MongoDBStorageMixin | protected |
connected() const | MongoDBStorageMixin | protected |
CoreSegmentT typedef | MemoryBase< CoreSegment > | |
createPropertyDefinitions(PropertyDefinitionsPtr &defs, const std::string &prefix) override | Memory | virtual |
DATA | MongoDBStorageMixin | protectedstatic |
DATA_FILENAME | DiskMemoryItemMixin | protectedstatic |
databaseExists() const | MongoDBStorageMixin | |
DEPTH_TO_DATA_FILES | DiskMemoryItemMixin | static |
directlyStore(const armem::wm::Memory &memory) | BufferedMemoryMixin< CoreSegment > | inline |
directlyStore(const armem::server::wm::Memory &serverMemory) | BufferedMemoryMixin< CoreSegment > | inline |
disable() | MemoryBase< CoreSegment > | inline |
DiskMemoryBase typedef | Memory | |
DiskMemoryItemMixin()=default | DiskMemoryItemMixin | |
DiskMemoryItemMixin(const Path &memoryParentPath, const std::string &exportName, const armem::MemoryID &id) | DiskMemoryItemMixin | |
documentExists() const | MongoDBStorageMixin | |
documentExists(const std::string &id) const | MongoDBStorageMixin | |
enable() | MemoryBase< CoreSegment > | inline |
enabled | MemoryBase< CoreSegment > | protected |
ensureCollectionExists(bool createIfNotExistent=false) | MongoDBStorageMixin | |
ensureDatabaseExists(bool createIfNotExistent=false) | MongoDBStorageMixin | |
ensureDocumentExists(bool createIfNotExistent=false) | MongoDBStorageMixin | |
ensureDocumentExists(const std::string &id, bool createIfNotExistent=false) | MongoDBStorageMixin | |
ensureFileExists(const std::string &filename, bool createIfNotExistent=false) const | DiskMemoryItemMixin | |
ensureFullPathExists(bool createIfNotExistent=false) const | DiskMemoryItemMixin | |
ensureMemoryBasePathExists(bool createIfNotExistent=false) const | DiskMemoryItemMixin | |
ensurePreviousCollectionExists(bool createIfNotExistent=false) | MongoDBStorageMixin | |
fileExists(const std::string &filename) const | DiskMemoryItemMixin | |
findCoreSegment(const std::string &coreSegmentName) const final | Memory | virtual |
forEachCoreSegment(std::function< void(CoreSegment &)> func) const final | Memory | virtual |
FOREIGN_KEY | MongoDBStorageMixin | protectedstatic |
fullPathExists() const | DiskMemoryItemMixin | |
getAllDirectories() const | DiskMemoryItemMixin | |
getAllDocuments() const | MongoDBStorageMixin | |
getAllFiles() const | DiskMemoryItemMixin | |
getAndSaveStatistics() | Memory | |
getBuffer() const | BufferedMemoryMixin< CoreSegment > | inlineprotected |
getCache() const | CachedMemoryMixin< CoreSegment > | inlineprotected |
getCollectionName() const | MongoDBStorageMixin | |
getDatabaseName() const | MongoDBStorageMixin | |
getDocumentName() const | MongoDBStorageMixin | |
getExportName() const | MemoryItem | inlinevirtual |
getFilterStatistics() | MemoryBase< CoreSegment > | inline |
getFullPath() const | DiskMemoryItemMixin | |
getLevelName() | MemoryBase< CoreSegment > | inlinestatic |
getMemoryBasePath() const | DiskMemoryItemMixin | |
getMemoryID() const | MemoryItem | inline |
getPreviousCollectionName() const | MongoDBStorageMixin | |
getSettings() const | MongoDBStorageMixin | |
getStatistics() const | MemoryBase< CoreSegment > | inline |
hasCoreSegment(const std::string &name) const final | Memory | virtual |
ID | MongoDBStorageMixin | protectedstatic |
id() const | MemoryItem | |
isRecording() const | MemoryBase< CoreSegment > | inline |
loadAllAndResolve() | MemoryBase< CoreSegment > | inline |
loadAllAndResolve(armem::wm::Memory &memory) | MemoryBase< CoreSegment > | inline |
loadAllReferences() | MemoryBase< CoreSegment > | inline |
loadAllReferences(armem::wm::Memory &memory) | MemoryBase< CoreSegment > | inline |
loadLatestNReferences(int n) | MemoryBase< CoreSegment > | inline |
loadLatestNReferences(int n, armem::wm::Memory &memory, std::list< std::string > coreSegNames) | MemoryBase< CoreSegment > | inline |
loadLatestNReferences(int n, armem::wm::Memory &memory) | MemoryBase< CoreSegment > | inline |
loadOnStartup() | MemoryBase< CoreSegment > | inline |
ltm_mutex | MemoryBase< CoreSegment > | mutableprotected |
Memory() | Memory | |
Memory(const detail::mixin::Path &, const std::string &, const std::string &) | Memory | |
Memory(const detail::mixin::Path &, const detail::mixin::MongoDBSettings &, const std::string &, const std::string &) | Memory | |
MEMORY_EXPORT_SUFFIX | DiskMemoryItemMixin | protectedstatic |
MemoryBase typedef | Memory | |
MemoryBase< CoreSegment >::MemoryBase(const std::string &exportName, const MemoryID &id) | MemoryBase< CoreSegment > | inline |
memoryBasePathExists() const | DiskMemoryItemMixin | |
MemoryItem(const std::string &exportName, const MemoryID &) | MemoryItem | |
MemoryItem(const std::string &exportName, const MemoryID &, const std::shared_ptr< Processors > &) | MemoryItem | |
METADATA | MongoDBStorageMixin | protectedstatic |
METADATA_FILENAME | DiskMemoryItemMixin | protectedstatic |
MongoDBStorageMixin typedef | Memory | |
armarx::armem::server::ltm::detail::mixin::MongoDBStorageMixin::MongoDBStorageMixin(const MongoDBSettings &settings, const std::string &exportName, const armem::MemoryID &id) | MongoDBStorageMixin | |
name() const | MemoryItem | |
p | MemoryBase< CoreSegment > | |
previousCollectionExists() const | MongoDBStorageMixin | |
processors | MemoryItem | protected |
readDataFromDocument() const | MongoDBStorageMixin | |
readDataFromDocument(const std::string &id) const | MongoDBStorageMixin | |
readDataFromFile(const std::string &filename) const | DiskMemoryItemMixin | |
resetStatistics() | MemoryBase< CoreSegment > | inlinevirtual |
resolve(armem::wm::Memory &memory) | MemoryBase< CoreSegment > | inline |
setExportName(const std::string &n) | MemoryItem | |
setHost(const std::string &) | MongoDBStorageMixin | protected |
setMemoryID(const MemoryID &) | MemoryItem | |
setMemoryName(const std::string &memoryName) | MemoryItem | |
armarx::setMixinExportName(const std::string &n) | DiskMemoryItemMixin | protected |
armarx::armem::server::ltm::detail::mixin::MongoDBStorageMixin::setMixinExportName(const std::string &n) | MongoDBStorageMixin | protected |
BufferedMemoryMixin< CoreSegment >::setMixinMemoryID(const MemoryID &id) | BufferedMemoryMixin< CoreSegment > | inlineprotected |
CachedMemoryMixin< CoreSegment >::setMixinMemoryID(const MemoryID &id) | CachedMemoryMixin< CoreSegment > | inlineprotected |
armarx::armem::server::ltm::detail::mixin::DiskMemoryItemMixin::setMixinMemoryID(const MemoryID &n) | DiskMemoryItemMixin | protected |
armarx::armem::server::ltm::detail::mixin::MongoDBStorageMixin::setMixinMemoryID(const armem::MemoryID &) | MongoDBStorageMixin | protected |
setPassword(const std::string &) | MongoDBStorageMixin | protected |
setPort(const unsigned int) | MongoDBStorageMixin | protected |
setUser(const std::string &) | MongoDBStorageMixin | protected |
BufferedMemoryMixin< CoreSegment >::start() | BufferedMemoryMixin< CoreSegment > | inlineprotected |
armarx::armem::server::ltm::detail::mixin::MongoDBStorageMixin::start() | MongoDBStorageMixin | protected |
startRecording() | MemoryBase< CoreSegment > | inline |
statistics | MemoryBase< CoreSegment > | mutableprotected |
BufferedMemoryMixin< CoreSegment >::stop() | BufferedMemoryMixin< CoreSegment > | inlineprotected |
armarx::armem::server::ltm::detail::mixin::MongoDBStorageMixin::stop() | MongoDBStorageMixin | protected |
stopRecording() | MemoryBase< CoreSegment > | inline |
store(const armem::wm::Memory &memory) | MemoryBase< CoreSegment > | inline |
store(const armem::server::wm::Memory &serverMemory) | MemoryBase< CoreSegment > | inline |
storeBuffer() | BufferedMemoryMixin< CoreSegment > | inlineprotected |
storeFlag | BufferedMemoryMixin< CoreSegment > | protected |
storeFrequency | BufferedMemoryMixin< CoreSegment > | protected |
to_store | BufferedMemoryMixin< CoreSegment > | protected |
TYPE | MongoDBStorageMixin | protectedstatic |
TYPE_FILENAME | DiskMemoryItemMixin | protectedstatic |
writeDataToDocument(const nlohmann::json &data) | MongoDBStorageMixin | |
writeDataToDocument(const std::string &id, const nlohmann::json &data) | MongoDBStorageMixin | |
writeDataToFile(const std::string &filename, const std::vector< unsigned char > &data) const | DiskMemoryItemMixin | |
writeForeignKeyToPreviousDocument() | MongoDBStorageMixin | |
writeForeignKeyToPreviousDocument(const nlohmann::json &type) | MongoDBStorageMixin | |
~BufferedMemoryMixin()=default | BufferedMemoryMixin< CoreSegment > | virtual |
~DiskMemoryItemMixin()=default | DiskMemoryItemMixin | virtual |
~MemoryItem()=default | MemoryItem | virtual |