Uses of Interface
org.dbunit.util.concurrent.Channel
Packages that use Channel
-
Uses of Channel in org.dbunit.util.concurrent
Subinterfaces of Channel in org.dbunit.util.concurrentModifier and TypeInterfaceDescriptioninterfaceA channel that is known to have a capacity, signifying thatputoperations may block when the capacity is reached.Classes in org.dbunit.util.concurrent that implement ChannelModifier 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.