Class SimpleDistributionQueue

java.lang.Object
org.apache.sling.distribution.queue.impl.simple.SimpleDistributionQueue
All Implemented Interfaces:
DistributionQueue

public class SimpleDistributionQueue extends Object implements DistributionQueue
A simple implementation of a DistributionQueue. Note that, at the moment, this is a transient in memory queue not persisted on the repository and therefore not usable for production. Note: potentially the Queue could contain the ordered package ids, with a sidecar map id,item; that way removal could be faster.