muteria.drivers.checkpoint_handler module

class muteria.drivers.checkpoint_handler.CheckPointHandler(used_checkpointer)[source]

Bases: object

FUNC_NAME_KEY = 'method_name'
OPT_PAYLOAD_KEY = 'optional_payload'
TASK_ID_KEY = 'task_id'
TOOLS_KEY = 'tools'
destroy()[source]
do_checkpoint(func_name, taskid, tool=None, opt_payload=None)[source]
get_current_data()[source]
get_optional_payload()[source]
is_finished()[source]
is_to_execute(func_name, taskid, tool=None)[source]
restart()[source]
set_finished(detailed_exectime_obj)[source]