| Interface | Description |
|---|---|
| DistributionQueueDispatchingStrategy |
a
DistributionQueueDispatchingStrategy implements an algorithm for dispatching
DistributionPackages among the available queues. |
| Class | Description |
|---|---|
| AsyncDeliveryDispatchingStrategy |
Dispatching strategy that delivers items to their target queue unless the queue contains too many items (beyond
MAX_QUEUE_ITEMS_THRESHOLD),
in such a case a reference package is created and put into that queue while the actual package is sent using a different
queue for storage at the receiving side so that it'll be installed only once the reference is processed. |
| CachingDistributionQueue |
DistributionQueueWrapper that caches entries for 30s. |
| DistributionQueueUtils |
Utility methods for queues.
|
| DistributionQueueWrapper | |
| ErrorQueueDispatchingStrategy |
The error strategy for delivering packages to queues.
|
| MultipleQueueDispatchingStrategy |
The default strategy for delivering packages to queues.
|
| PriorityQueueDispatchingStrategy | |
| SimpleAgentDistributionQueue | |
| SingleQueueDispatchingStrategy |
The default strategy for delivering packages to queues.
|
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.