Modifier and Type | Method and Description |
---|---|
DistributionQueue |
SimpleDistributionAgent.getQueue(@NotNull String queueName) |
Modifier and Type | Method and Description |
---|---|
@Nullable DistributionQueue |
DistributionAgent.getQueue(@NotNull String name)
Get the agent queue with the given name
|
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 | Class and Description |
---|---|
class |
CachingDistributionQueue
DistributionQueueWrapper that caches entries for 30s. |
class |
DistributionQueueWrapper |
class |
SimpleAgentDistributionQueue |
Modifier and Type | Method and Description |
---|---|
@NotNull DistributionQueue |
DistributionQueueProvider.getQueue(@NotNull String queueName)
provide an
DistributionQueueType.ORDERED queue with the given name |
@NotNull DistributionQueue |
DistributionQueueProvider.getQueue(@NotNull String queueName,
@NotNull DistributionQueueType type)
provde a queue of the given type with the given name
|
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 |
---|---|
@NotNull DistributionQueue |
JobHandlingDistributionQueueProvider.getQueue(@NotNull String queueName) |
DistributionQueue |
JobHandlingDistributionQueueProvider.getQueue(@NotNull String queueName,
@NotNull DistributionQueueType type) |
Modifier and Type | Class and Description |
---|---|
class |
SimpleDistributionQueue
A simple implementation of a
DistributionQueue . |
Modifier and Type | Method and Description |
---|---|
@NotNull DistributionQueue |
SimpleDistributionQueueProvider.getQueue(@NotNull String queueName) |
DistributionQueue |
SimpleDistributionQueueProvider.getQueue(@NotNull String queueName,
@NotNull DistributionQueueType type) |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.