Uses of Interface
org.processmining.dataawareexplorer.parallel.Output
-
Packages that use Output Package Description org.processmining.dataawareexplorer.parallel -
-
Uses of Output in org.processmining.dataawareexplorer.parallel
Methods in org.processmining.dataawareexplorer.parallel that return Output Modifier and Type Method Description protected Output<T>MapReduceTask. compute()Output<T>Input. computeDirectly()Performs the computation for this entity directly (i.e., the map phase of the job) and returns the output object carrying the result for this entity.Output<T>Output. reduce(Output<T> other)Reduces this output entity with another output entity.Methods in org.processmining.dataawareexplorer.parallel with parameters of type Output Modifier and Type Method Description Output<T>Output. reduce(Output<T> other)Reduces this output entity with another output entity.
-