Interface | Description |
---|---|
DistributionQueue |
A queue is responsible for collecting the
DistributionPackage s
exported by a DistributionAgent in
order to be able to process them also when there are multiple (concurrent)
DistributionRequest s executed
on that same agent. |
DistributionQueueProcessor |
Processor of
DistributionQueueItem s |
DistributionQueueProvider |
A provider for
DistributionQueue s |
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.
|
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.