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 AbstractEnqueueGuardEnQueue. m_Guardthe guard for enqueuing the data.Methods in adams.flow.standalone.rats.output that return AbstractEnqueueGuard Modifier and Type Method Description AbstractEnqueueGuardEnQueue. 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 voidEnQueue. 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 classMaxQueueSizeEnsures that the queue doesn't exceed the specified size; waits till the queue can accept data again.classPassThroughJust enqueues the data.
-