Uses of Interface
org.agrona.DeadlineTimerWheel.TimerHandler
-
Packages that use DeadlineTimerWheel.TimerHandler Package Description org.agrona Data structures and utilities useful for building high-performance Java applications. -
-
Uses of DeadlineTimerWheel.TimerHandler in org.agrona
Methods in org.agrona with parameters of type DeadlineTimerWheel.TimerHandler Modifier and Type Method Description int
DeadlineTimerWheel. poll(long now, DeadlineTimerWheel.TimerHandler handler, int expiryLimit)
Poll for timers expired by the deadline passing.
-