19 std::string memoryName,
20 std::vector<std::string> coreSegmentNames,
21 bool addNonExistingCoreSegments,
22 int amountOfSnapshotsPerSegmentToLoad)
35 addNonExistingCoreSegments,
36 amountOfSnapshotsPerSegmentToLoad);
bool loadExportIntoWM(std::string export_path, std::string memoryName, std::vector< std::string > coreSegmentNames, bool addNonExistingCoreSegments, int amountOfSnapshotsPerSegmentToLoad)
loads data from a specified LTM export into the currently running WM (needs to already have the CoreS...