Package | Description |
---|---|
org.apache.reef.vortex.api |
Vortex user api for running jobs on Vortex.
|
org.apache.reef.vortex.driver |
Vortex Code that runs as part of REEF Driver.
|
Modifier and Type | Method and Description |
---|---|
<TInput,TOutput> |
VortexThreadPool.submit(VortexAggregateFunction<TOutput> aggregateFunction,
VortexFunction<TInput,TOutput> function,
VortexAggregatePolicy policy,
List<TInput> inputs,
FutureCallback<AggregateResult<TInput,TOutput>> callback) |
Constructor and Description |
---|
VortexAggregateFuture(Executor executor,
Map<Integer,TInput> taskletIdInputMap,
Codec<TOutput> aggOutputCodec,
FutureCallback<AggregateResult<TInput,TOutput>> callbackHandler) |
Modifier and Type | Method and Description |
---|---|
<TInput,TOutput> |
VortexMaster.enqueueTasklets(VortexAggregateFunction<TOutput> aggregateFunction,
VortexFunction<TInput,TOutput> vortexFunction,
VortexAggregatePolicy policy,
List<TInput> inputs,
Optional<FutureCallback<AggregateResult<TInput,TOutput>>> callback)
Submits aggregate-able Tasklets to be run sometime in the future, with an optional callback function on
the aggregation progress.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.