Class: Fairy::CSegJoin::CPreSegJoinFilter
- Inherits:
-
Fairy::CIOFilter
- Object
- Fairy::CFilter
- Fairy::CIOFilter
- Fairy::CSegJoin::CPreSegJoinFilter
- Defined in:
- lib/fairy/master/c-seg-join.rb
Instance Attribute Summary
Attributes inherited from Fairy::CIOFilter
Attributes included from Fairy::CInputtable
Instance Method Summary collapse
-
#initialize(controller, opts) ⇒ CPreSegJoinFilter
constructor
A new instance of CPreSegJoinFilter.
- #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) ⇒ CPreSegJoinFilter
Returns a new instance of CPreSegJoinFilter.
129 130 131 |
# File 'lib/fairy/master/c-seg-join.rb', line 129 def initialize(controller, opts) super end |
Instance Method Details
#njob_creation_params ⇒ Object
137 138 139 |
# File 'lib/fairy/master/c-seg-join.rb', line 137 def njob_creation_params [] end |
#node_class_name ⇒ Object
133 134 135 |
# File 'lib/fairy/master/c-seg-join.rb', line 133 def node_class_name "PIdentity" end |