public class Sort extends Object implements Codelet
MergeSortTest
that sorts its single file input in-memory and has a single stream output.Constructor and Description |
---|
Sort()
Default constructor.
|
public void run(List<Resource> inResources, List<Resource> outResources, Node parameters) throws IOException
Codelet
run
in interface Codelet
inResources
- the input Resource
s.outResources
- the output Resource
s.parameters
- the parameters.IOException