Interface ReduceIndex.Pollable<E>
-
- Enclosing class:
- ReduceIndex
protected static interface ReduceIndex.Pollable<E>Pollable.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Epoll(long timeout, TimeUnit unit)
-
-
-
Method Detail
-
poll
E poll(long timeout, TimeUnit unit) throws InterruptedException
- Parameters:
timeout- Timeout.unit- Time unit.- Returns:
- Polled value or
nullif none. - Throws:
InterruptedException- If interrupted.
-
-