Class: Fairy::CSegJoin::CPreSegJoinFilter
Instance Attribute Summary
#input
#input
Instance Method Summary
collapse
#node_class, #output=
#break_running, #inputtable?
#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
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
|