Uses of Class
com.lmax.disruptor.Value
Packages that use Value
Package
Description
The Disruptor is a concurrent programming framework for exchanging and coordinating work as a continuous series of events.
-
Uses of Value in com.lmax.disruptor
Subclasses of Value in com.lmax.disruptorModifier and TypeClassDescriptionfinal classHides a group of Sequences behind a single Sequenceprivate static final classSequence that follows (by wrapping) another sequence(package private) classclassConcurrent sequence class used for tracking the progress of the ring buffer and event processors.final class