Package | Description |
---|---|
org.apache.reef.vortex.api |
Vortex user api for running jobs on Vortex.
|
org.apache.reef.vortex.examples.sumones |
A Simple Vortex addition and aggregation example.
|
Modifier and Type | Method and Description |
---|---|
TOutput |
VortexAggregateFunction.call(List<TOutput> taskletOutputs)
Runs a custom local aggregation function on Tasklets assigned to a VortexWorker.
|
TOutput |
AggregateResultSynchronous.getAggregateResult() |
TOutput |
AggregateResult.getAggregateResult() |
Modifier and Type | Method and Description |
---|---|
Integer |
AdditionAggregateFunction.call(List<Integer> taskletOutputs) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.