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 class
RedisBlockingQueue
Redis-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. allQueued
Methods in org.nuxeo.ecm.core.redis.contribs that return NuxeoBlockingQueue Modifier and Type Method Description NuxeoBlockingQueue
RedisWorkQueuing. getQueue(String queueId)
NuxeoBlockingQueue
RedisWorkQueuing. 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 class
MemoryBlockingQueue
Memory-basedBlockingQueue
.Methods in org.nuxeo.ecm.core.work that return NuxeoBlockingQueue Modifier and Type Method Description NuxeoBlockingQueue
WorkQueuing. getQueue(String queueId)
Gets the blocking queue of work used by theThreadPoolExecutor
.NuxeoBlockingQueue
WorkQueuing. init(WorkQueueDescriptor config)
Starts up thisWorkQueuing
and 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)
-