Package org.elasticsearch.common.timer

Interface Summary
Timeout A handle associated with a TimerTask that is returned by a Timer.
Timer Schedules TimerTasks for one-time future execution in a background thread.
TimerTask A task which is executed after the delay specified with Timer.newTimeout(TimerTask, long, java.util.concurrent.TimeUnit).
 

Class Summary
HashedWheelTimer A Timer optimized for approximated I/O timeout scheduling.