crew_class_monitor_cluster {crew.cluster} | R Documentation |
Abstract cluster monitor class
Description
Abstract cluster monitor R6
class
Details
Active bindings
verbose
command_list
command_terminate
Methods
Public methods
Method new()
Abstract cluster monitor constructor.
Usage
crew_class_monitor_cluster$new( verbose = NULL, command_list = NULL, command_terminate = NULL )
Arguments
verbose
command_list
command_terminate
Returns
an abstract cluster monitor object.
Method validate()
Validate the monitor.
Usage
crew_class_monitor_cluster$validate()
Returns
NULL
(invisibly).
See Also
Other cluster:
crew_class_launcher_cluster
,
crew_launcher_cluster()
,
crew_monitor_cluster()
[Package crew.cluster version 0.3.2 Index]