| Package | Description |
|---|---|
| org.apache.reef.vortex.api |
Vortex user api for running jobs on Vortex.
|
| Constructor and Description |
|---|
VortexFuture(Executor executor,
VortexMaster vortexMaster,
int taskletId,
Codec<TOutput> outputCodec)
Creates a
VortexFuture. |
VortexFuture(Executor executor,
VortexMaster vortexMaster,
int taskletId,
Codec<TOutput> outputCodec,
FutureCallback<TOutput> callbackHandler)
Creates a
VortexFuture with a callback. |
Copyright © 2016 The Apache Software Foundation. All rights reserved.