Class: Fairy::CSegMap
Instance Attribute Summary
Attributes inherited from CIOFilter
#input
Attributes included from CInputtable
#input
Instance Method Summary
collapse
Methods inherited from CIOFilter
#node_class, #output=
#break_running, #inputtable?
Methods inherited from CFilter
#abort_create_node, #add_node, #assgin_number_of_nodes?, #bind_export, #break_create_node, #break_running, #create_and_add_node, #create_import, #create_node, #create_nodes, #def_job_pool_variable, #each_assigned_filter, #each_export_by, #each_node, #each_node_exist_only, #handle_exception, #input, #job_pool_dict, #job_pool_variable, #nodes, #number_of_nodes, #number_of_nodes=, #pool_dict, #postmapping_policy, #start_create_nodes, #start_export, #start_watch_node_status, #update_status, watch_status, watch_status=, #watch_status?
Constructor Details
#initialize(controller, opts, block_source) ⇒ CSegMap
13
14
15
16
|
# File 'lib/fairy/master/c-seg-map.rb', line 13
def initialize(controller, opts, block_source)
super
@block_source = block_source
end
|
Instance Method Details
#njob_creation_params ⇒ Object
22
23
24
|
# File 'lib/fairy/master/c-seg-map.rb', line 22
def njob_creation_params
[@block_source]
end
|
#node_class_name ⇒ Object
18
19
20
|
# File 'lib/fairy/master/c-seg-map.rb', line 18
def node_class_name
"PSegMap"
end
|