Package org.onlab.util
Interface PredictableExecutor.PickyCallable<T>
-
- Type Parameters:
T
- result type
- All Superinterfaces:
java.util.concurrent.Callable<T>
,PredictableExecutor.PickyTask
- Enclosing class:
- PredictableExecutor
public static interface PredictableExecutor.PickyCallable<T> extends PredictableExecutor.PickyTask, java.util.concurrent.Callable<T>
Callable
also implementingPredictableExecutor.PickyTask
.
-
-
Method Summary
-
Methods inherited from interface org.onlab.util.PredictableExecutor.PickyTask
hint
-
-