Package | Description |
---|---|
org.dbunit.util.concurrent |
Modifier and Type | Interface and Description |
---|---|
interface |
BoundedChannel
A channel that is known to have a capacity, signifying
that
put operations may block when the
capacity is reached. |
interface |
Channel
Main interface for buffers, queues, pipes, conduits, etc.
|
Modifier and Type | Class and Description |
---|---|
class |
BoundedBuffer
Efficient array-based bounded buffer class.
|
class |
BoundedLinkedQueue
A bounded variant of
LinkedQueue
class.
|
class |
LinkedQueue
A linked list based channel implementation.
|
class |
SemaphoreControlledChannel
Abstract class for channels that use Semaphores to
control puts and takes.
|
class |
Slot
A one-slot buffer, using semaphores to control access.
|
class |
SynchronousChannel
A rendezvous channel, similar to those used in CSP and Ada.
|
Copyright © 2002-2025. All Rights Reserved.