Uses of Class
org.nuxeo.ecm.core.work.NuxeoBlockingQueue
-
Packages that use NuxeoBlockingQueue Package Description org.nuxeo.ecm.core.redis.contribs org.nuxeo.ecm.core.work -
-
Uses of NuxeoBlockingQueue in org.nuxeo.ecm.core.redis.contribs
Subclasses of NuxeoBlockingQueue in org.nuxeo.ecm.core.redis.contribs Modifier and Type Class Description classRedisBlockingQueueRedis-basedBlockingQueue.Fields in org.nuxeo.ecm.core.redis.contribs with type parameters of type NuxeoBlockingQueue Modifier and Type Field Description protected Map<String,NuxeoBlockingQueue>RedisWorkQueuing. allQueuedMethods in org.nuxeo.ecm.core.redis.contribs that return NuxeoBlockingQueue Modifier and Type Method Description NuxeoBlockingQueueRedisWorkQueuing. getQueue(String queueId)NuxeoBlockingQueueRedisWorkQueuing. init(WorkQueueDescriptor config) -
Uses of NuxeoBlockingQueue in org.nuxeo.ecm.core.work
Subclasses of NuxeoBlockingQueue in org.nuxeo.ecm.core.work Modifier and Type Class Description classMemoryBlockingQueueMemory-basedBlockingQueue.Methods in org.nuxeo.ecm.core.work that return NuxeoBlockingQueue Modifier and Type Method Description NuxeoBlockingQueueWorkQueuing. getQueue(String queueId)Gets the blocking queue of work used by theThreadPoolExecutor.NuxeoBlockingQueueWorkQueuing. init(WorkQueueDescriptor config)Starts up thisWorkQueuingand attempts to resume work previously suspended and saved at shutdown time.Constructors in org.nuxeo.ecm.core.work with parameters of type NuxeoBlockingQueue Constructor Description WorkThreadPoolExecutor(int corePoolSize, int maximumPoolSize, long keepAliveTime, TimeUnit unit, NuxeoBlockingQueue queue, ThreadFactory threadFactory)
-