Uses of Class
org.zeromq.timer.ZTicket.Ticket
Packages that use ZTicket.Ticket
-
Uses of ZTicket.Ticket in org.zeromq.timer
Classes in org.zeromq.timer that implement interfaces with type arguments of type ZTicket.TicketModifier and TypeClassDescriptionstatic final classOpaque representation of a ticket.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 TypeMethodDescriptionintZTicket.Ticket.compareTo(ZTicket.Ticket other) private voidZTicket.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)