Uses of Class
org.zeromq.timer.ZTicket.Ticket
Packages that use ZTicket.Ticket
-
Uses of ZTicket.Ticket in org.zeromq.timer
Fields in org.zeromq.timer with type parameters of type ZTicket.TicketMethods in org.zeromq.timer that return ZTicket.TicketModifier and TypeMethodDescriptionZTicket.add
(long delay, TimerHandler handler, Object... args) Add ticket to the set.ZTicker.addTicket
(long interval, TimerHandler handler, Object... args) Methods in org.zeromq.timer with parameters of type ZTicket.TicketModifier and TypeMethodDescriptionint
ZTicket.Ticket.compareTo
(ZTicket.Ticket other) private void
ZTicket.insert
(ZTicket.Ticket ticket) Constructor parameters in org.zeromq.timer with type arguments of type ZTicket.TicketModifierConstructorDescription(package private)
ZTicket
(Supplier<Long> clock, List<ZTicket.Ticket> tickets)