1 #include <samchon/protocol/master/PRMasterHistory.hpp> 3 #include <samchon/protocol/master/ParallelSystemArray.hpp> 4 #include <samchon/protocol/master/ParallelSystem.hpp> 5 #include <samchon/protocol/master/PRMasterHistoryArray.hpp> 7 #include <samchon/library/XML.hpp> 8 #include <samchon/protocol/Invoke.hpp> 15 PRMasterHistory::PRMasterHistory
18 shared_ptr<Invoke> invoke,
size_t index,
size_t size
21 this->master = historyArray->
master;
23 this->uid = invoke->
get(
"invoke_history_uid")->getValue<
size_t>();
24 this->listener = invoke->getListener();
25 this->startTime = chrono::system_clock::now();
32 void PRMasterHistory::notifyEnd()
34 if (++completed < historyArray.size())
38 master->notifyEnd(
this);
An entity, a standard data class.
Package for external system, within the framework of master.
An array of invoke histories of master.
Package of network protocol and libraries.
ParallelSystemArray * master
A master the array of histories is belonged to.
auto get(const std::string &key) -> value_type &
Access the element by specified identifier(key).