| Interface | Description | 
|---|---|
| Pipe<E> | 
 A container of items processed in sequence. 
 | 
| QueuedPipe<E> | 
 Composed interface for concurrent queues and sequenced containers. 
 | 
| Class | Description | 
|---|---|
| ConcurrentConveyor<E> | 
 A many-to-one conveyor of interthread messages. 
 | 
| ConcurrentConveyorSingleQueue<E> | 
 Specialization of  
ConcurrentConveyor to a single queue. | 
| ManyToOneConcurrentArrayQueue<E> | 
 Many producers to single consumer concurrent queue backed by an array. 
 | 
| MPSCQueue<E> | 
 Multi producer single consumer queue. 
 | 
| OneToOneConcurrentArrayQueue<E> | 
 Single producer to single consumer concurrent queue backed by an array. 
 | 
| ThreadFactoryImpl | 
| Exception | Description | 
|---|---|
| ConcurrentConveyorException | 
 Exception thrown by the  
ConcurrentConveyor. | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.