seda.sandStorm.api
Interface QueueIF

All Superinterfaces:
SinkIF, SourceIF
All Known Implementing Classes:
EventSink, FiniteQueue

public interface QueueIF
extends SourceIF, SinkIF

A QueueIF implements a finite-length event queue. In fact QueueIF simply extends SourceIF and SinkIF, which represent the 'source' and 'sink' ends of the queue.

See Also:
SourceIF, SinkIF

Method Summary
 
Methods inherited from interface seda.sandStorm.api.SourceIF
blocking_dequeue_all, blocking_dequeue, blocking_dequeue, dequeue_all, dequeue, dequeue, size
 
Methods inherited from interface seda.sandStorm.api.SinkIF
enqueue_abort, enqueue_commit, enqueue_lossy, enqueue_many, enqueue_prepare, enqueue, getEnqueuePredicate, setEnqueuePredicate, size