Uses of Enum
com.lmax.disruptor.EventPoller.PollState
Packages that use EventPoller.PollState
Package
Description
The Disruptor is a concurrent programming framework for exchanging and coordinating work as a continuous series of events.
-
Uses of EventPoller.PollState in com.lmax.disruptor
Methods in com.lmax.disruptor that return EventPoller.PollStateModifier and TypeMethodDescriptionEventPoller.poll
(EventPoller.Handler<T> eventHandler) static EventPoller.PollState
Returns the enum constant of this type with the specified name.static EventPoller.PollState[]
EventPoller.PollState.values()
Returns an array containing the constants of this enum type, in the order they are declared.