Uses of Class
adams.flow.standalone.rats.output.enqueue.AbstractEnqueueGuard
-
Packages that use AbstractEnqueueGuard Package Description adams.flow.standalone.rats.output adams.flow.standalone.rats.output.enqueue -
-
Uses of AbstractEnqueueGuard in adams.flow.standalone.rats.output
Fields in adams.flow.standalone.rats.output declared as AbstractEnqueueGuard Modifier and Type Field Description protected AbstractEnqueueGuard
EnQueue. m_Guard
the guard for enqueuing the data.Methods in adams.flow.standalone.rats.output that return AbstractEnqueueGuard Modifier and Type Method Description AbstractEnqueueGuard
EnQueue. getGuard()
Returns the guard for enqueuing the data.Methods in adams.flow.standalone.rats.output with parameters of type AbstractEnqueueGuard Modifier and Type Method Description void
EnQueue. setGuard(AbstractEnqueueGuard value)
Sets the guard for enqueuing the data. -
Uses of AbstractEnqueueGuard in adams.flow.standalone.rats.output.enqueue
Subclasses of AbstractEnqueueGuard in adams.flow.standalone.rats.output.enqueue Modifier and Type Class Description class
MaxQueueSize
Ensures that the queue doesn't exceed the specified size; waits till the queue can accept data again.class
PassThrough
Just enqueues the data.
-