
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
Codeletrun in interface CodeletinResources - the input Resources.outResources - the output Resources.parameters - the parameters.IOException