Uses of Interface
org.agrona.DeadlineTimerWheel.TimerHandler
Packages that use DeadlineTimerWheel.TimerHandler
Package
Description
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.TimerHandlerModifier and TypeMethodDescriptionint
DeadlineTimerWheel.poll
(long now, DeadlineTimerWheel.TimerHandler handler, int expiryLimit) Poll for timers expired by the deadline passing.