Class: Fairy::CSelect

Inherits:
CIOFilter show all
Defined in:
lib/fairy/master/c-select.rb

Instance Attribute Summary

Attributes inherited from CIOFilter

#input

Attributes included from CInputtable

#input

Instance Method Summary collapse

Methods inherited from CIOFilter

#node_class, #output=

Methods included from CInputtable

#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) ⇒ CSelect

Returns a new instance of CSelect.



13
14
15
16
# File 'lib/fairy/master/c-select.rb', line 13

def initialize(controller, opts, block_source)
  super
  @block_source = block_source
end

Instance Method Details

#njob_creation_paramsObject



22
23
24
# File 'lib/fairy/master/c-select.rb', line 22

def njob_creation_params
  [@block_source]
end

#node_class_nameObject



18
19
20
# File 'lib/fairy/master/c-select.rb', line 18

def node_class_name
  "PSelect"
end