Class Summary |
AbstractEventHandler |
Created by IntelliJ IDEA. |
AbstractPipe |
Provides the base functionality for the other Pipe
types. |
DefaultPipe |
The default queue implementation is a variable size queue. |
MultiCastSink |
This is a Sink implementation that
multicasts enqueue operations to the contained and concrete sink
objects. |
NullDequeueInterceptor |
The dequeue executable interface describes operations that are
executed before and after elements are pulled from a queue. |
NullEnqueuePredicate |
The NullEnqueuePredicate does nothing to limit a Pipe's ability to
enqueue. |
RateLimitingPredicate |
This enqueue predicate implements input rate policing. |
ThresholdEnqueuePredicate |
The ThresholdEnqueuePredicate limits the elements that can be
enqueued based on the size of the Pipe. |