Uses of Interface
org.apache.sling.distribution.journal.queue.OffsetQueue
Packages that use OffsetQueue
-
Uses of OffsetQueue in org.apache.sling.distribution.journal.queue
Methods in org.apache.sling.distribution.journal.queue that return OffsetQueueModifier and TypeMethodDescriptionOffsetQueue.getMinOffsetQueue(long minOffset) Return anOffsetQueueoffset queue which contains all the items from the current queue at an offset greater or equal to #minOffset.OffsetQueue<org.apache.sling.distribution.queue.DistributionQueueItem> PubQueueProvider.getOffsetQueue(String pubAgentName, long minOffset) Methods in org.apache.sling.distribution.journal.queue with parameters of type OffsetQueueModifier and TypeMethodDescriptionvoidOffsetQueue.putItems(OffsetQueue<T> offsetQueue) Put all the items from the #offsetQueue in this queue.