Package tests
Class myjob
- All Implemented Interfaces:
Runnable
a defaultJob used for the thesis
-
Field Summary
Fields inherited from class bbflow.defaultJob
combined, combined_side, CUSTOM_FUNCTION, id, in, INLINE, INLINE_MULTI, out, position, runType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
runJob()
blank function that should be overwritten by class extending bbflow.defaultJob.Methods inherited from class bbflow.defaultJob
addInputChannel, addOutputChannel, EOS, getInputChannel, getOutputChannel, init, preload, removeInputChannel, removeOutputChannel, run, runJob, runJobMulti, sendEOS, sendEOS, sendOut, sendOut, sendOutTo, sendOutTo, sendOutToAll, setId, uniqueJob, uniqueJob
-
Constructor Details
-
myjob
public myjob()
-
-
Method Details
-
runJob
Description copied from class:defaultJob
blank function that should be overwritten by class extending bbflow.defaultJob. Here main computation task is done once we're sure there's data in at least one of the input channels Lists 'in' and 'out' must be used manually and EOS() must be managed by the user.- Overrides:
runJob
in classdefaultJob<Long,
Long> - Throws:
InterruptedException
-