Interface DistExecutor.SafeCallable<T>

Type Parameters:
T - The return type of the Callable
All Superinterfaces:
Callable<T>, DistExecutor.SafeReferent, Serializable
Enclosing class:
DistExecutor

public static interface DistExecutor.SafeCallable<T> extends DistExecutor.SafeReferent, Callable<T>, Serializable
SafeCallable version of DistExecutor.SafeReferent.
See Also:
  • Method Summary

    Methods inherited from interface java.util.concurrent.Callable

    call