Uses of Interface
org.dbunit.util.concurrent.Takable
Packages that use Takable
-
Uses of Takable in org.dbunit.util.concurrent
Subinterfaces of Takable in org.dbunit.util.concurrentModifier and TypeInterfaceDescriptioninterfaceA channel that is known to have a capacity, signifying thatputoperations may block when the capacity is reached.interfaceMain interface for buffers, queues, pipes, conduits, etc.Classes in org.dbunit.util.concurrent that implement TakableModifier and TypeClassDescriptionclassEfficient array-based bounded buffer class.classA bounded variant of LinkedQueue class.classA linked list based channel implementation.classAbstract class for channels that use Semaphores to control puts and takes.classA one-slot buffer, using semaphores to control access.classA rendezvous channel, similar to those used in CSP and Ada.