| Interface | Description |
|---|---|
| DistributionQueue |
A queue is responsible for collecting the
DistributionPackages
exported by a DistributionAgent in
order to be able to process them also when there are multiple (concurrent)
DistributionRequests executed
on that same agent. |
| DistributionQueueProcessor |
Processor of
DistributionQueueItems |
| DistributionQueueProvider |
A provider for
DistributionQueues |
| Class | Description |
|---|---|
| DistributionQueueEntry |
an entry in a
DistributionQueue |
| DistributionQueueItem |
An item in a
DistributionQueue
This is basically a proxy to DistributionPackage designed to avoid having
to keep the package stream into
the queues. |
| DistributionQueueItemStatus |
the current status of a certain item in a
DistributionQueue |
| DistributionQueueStatus |
The status of a certain
DistributionQueue |
| Enum | Description |
|---|---|
| DistributionQueueItemState |
The state of a distribution queue item.
|
| DistributionQueueState |
The state of a distribution queue.
|
| DistributionQueueType |
the type of
DistributionQueue |
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.