Class: Fairy::CDirectProduct::CPostFilter
- Inherits:
-
Fairy::CIOFilter
- Object
- Fairy::CFilter
- Fairy::CIOFilter
- Fairy::CDirectProduct::CPostFilter
- Defined in:
- lib/fairy/master/c-direct-product.rb
Instance Attribute Summary
Attributes inherited from Fairy::CIOFilter
Attributes included from Fairy::CInputtable
Instance Method Summary collapse
-
#initialize(controller, opts, block_source) ⇒ CPostFilter
constructor
A new instance of CPostFilter.
- #njob_creation_params ⇒ Object
- #node_class_name ⇒ Object
Methods inherited from Fairy::CIOFilter
Methods included from Fairy::CInputtable
Methods inherited from Fairy::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) ⇒ CPostFilter
Returns a new instance of CPostFilter.
191 192 193 194 |
# File 'lib/fairy/master/c-direct-product.rb', line 191 def initialize(controller, opts, block_source) super @block_source = block_source end |
Instance Method Details
#njob_creation_params ⇒ Object
200 201 202 |
# File 'lib/fairy/master/c-direct-product.rb', line 200 def njob_creation_params [@block_source] end |
#node_class_name ⇒ Object
196 197 198 |
# File 'lib/fairy/master/c-direct-product.rb', line 196 def node_class_name "PDirectProduct::PPostFilter" end |