public interface VortexFutureDelegate
VortexMaster
to note that a list of Tasklets associated with a Future has completed.Modifier and Type | Method and Description |
---|---|
void |
aggregationCompleted(List<Integer> taskletIds,
byte[] serializedResult)
The list of aggregated Tasklets associated with the Future that have completed with a result.
|
void |
aggregationThrewException(List<Integer> taskletIds,
Exception exception)
The list of Tasklets associated with the Future that have thrown an Exception.
|
void |
cancelled(int taskletId)
A Tasklet associated with the Future has been cancelled.
|
void |
completed(int taskletId,
byte[] serializedResult)
A Tasklet associated with the future has completed with a result.
|
void |
threwException(int taskletId,
Exception exception)
A Tasklet associated with the Future has thrown an Exception.
|
void completed(int taskletId, byte[] serializedResult)
VortexFuture.completed(int, byte[])
.void aggregationCompleted(List<Integer> taskletIds, byte[] serializedResult)
void threwException(int taskletId, Exception exception)
void aggregationThrewException(List<Integer> taskletIds, Exception exception)
void cancelled(int taskletId)
Copyright © 2016 The Apache Software Foundation. All rights reserved.