| Modifier and Type | Method and Description |
|---|---|
DistributionQueue |
DistributionAgent.getQueue(String name)
Get the agent queue with the given name
|
| Modifier and Type | Method and Description |
|---|---|
DistributionQueue |
SimpleDistributionAgent.getQueue(String queueName) |
| Modifier and Type | Method and Description |
|---|---|
DistributionQueue |
MonitoringDistributionQueueProvider.getQueue(String queueName) |
DistributionQueue |
MonitoringDistributionQueueProvider.getQueue(String queueName,
DistributionQueueType type) |
| Constructor and Description |
|---|
DistributionQueueMBeanImpl(DistributionQueue distributionQueue) |
| Modifier and Type | Method and Description |
|---|---|
DistributionQueue |
DistributionQueueProvider.getQueue(String queueName)
provide an
DistributionQueueType.ORDERED queue with the given name |
DistributionQueue |
DistributionQueueProvider.getQueue(String queueName,
DistributionQueueType type)
provde a queue of the given type with the given name
|
| Modifier and Type | Class and Description |
|---|---|
class |
CachingDistributionQueue
DistributionQueueWrapper that caches entries for 30s. |
class |
DistributionQueueWrapper |
class |
SimpleAgentDistributionQueue |
| Constructor and Description |
|---|
CachingDistributionQueue(String cacheKey,
DistributionQueue wrappedQueue) |
SimpleAgentDistributionQueue(DistributionQueue wrappedQueue,
boolean isPaused,
String agentName) |
| Modifier and Type | Class and Description |
|---|---|
class |
JobHandlingDistributionQueue
a
DistributionQueue based on Sling Job Handling facilities |
| Modifier and Type | Method and Description |
|---|---|
DistributionQueue |
JobHandlingDistributionQueueProvider.getQueue(String queueName) |
DistributionQueue |
JobHandlingDistributionQueueProvider.getQueue(String queueName,
DistributionQueueType type) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleDistributionQueue
A simple implementation of a
DistributionQueue. |
| Modifier and Type | Method and Description |
|---|---|
DistributionQueue |
SimpleDistributionQueueProvider.getQueue(String queueName) |
DistributionQueue |
SimpleDistributionQueueProvider.getQueue(String queueName,
DistributionQueueType type) |
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.