Uses of Interface
org.dbunit.util.concurrent.Puttable
Packages that use Puttable
-
Uses of Puttable in org.dbunit.util.concurrent
Subinterfaces of Puttable 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 PuttableModifier 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.