Class ActiveResourceQueue
java.lang.Object
org.apache.sling.distribution.queue.impl.resource.ResourceQueue
org.apache.sling.distribution.queue.impl.resource.ActiveResourceQueue
- All Implemented Interfaces:
DistributionQueue
-
Field Summary
Fields inherited from class org.apache.sling.distribution.queue.impl.resource.ResourceQueue
queueName, queueRootPath, resolverFactory, serviceName -
Constructor Summary
ConstructorsConstructorDescriptionActiveResourceQueue(org.apache.sling.api.resource.ResourceResolverFactory resolverFactory, String serviceName, String queueName, String rootPath) -
Method Summary
Modifier and TypeMethodDescription@NotNull DistributionQueueStatusget the status of the queuevoidrecordProcessingAttempt(@NotNull DistributionQueueEntry entry) Methods inherited from class org.apache.sling.distribution.queue.impl.resource.ResourceQueue
add, clear, getEntries, getEntry, getHead, getName, getType, hasCapability, remove, remove
-
Constructor Details
-
ActiveResourceQueue
-
-
Method Details
-
getStatus
Description copied from interface:DistributionQueueget the status of the queue- Specified by:
getStatusin interfaceDistributionQueue- Overrides:
getStatusin classResourceQueue- Returns:
- the queue status
-
recordProcessingAttempt
-