JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.onlab.util
Interface PredictableExecutor.PickyTask
All Known Subinterfaces:
PredictableExecutor.PickyCallable
<T>,
PredictableExecutor.PickyRunnable
All Known Implementing Classes:
PredictableExecutor.PickyFutureTask
Enclosing class:
PredictableExecutor
public static interface
PredictableExecutor.PickyTask
Abstraction to give a task a way to express it's preference to run on certain thread.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
int
hint
()
Returns hint for choosing which Thread to run this task on.
Method Detail
hint
int hint()
Returns hint for choosing which Thread to run this task on.
Returns:
hint value
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method