Uses of Class
org.nuxeo.ecm.core.work.NuxeoBlockingQueue
-
Uses of NuxeoBlockingQueue in org.nuxeo.ecm.core.work
Modifier and TypeMethodDescriptionGets the blocking queue of work used by theThreadPoolExecutor
.WorkQueuing.init
(WorkQueueDescriptor config) Starts up thisWorkQueuing
and attempts to resume work previously suspended and saved at shutdown time.ModifierConstructorDescriptionprotected
WorkThreadPoolExecutor
(int corePoolSize, int maximumPoolSize, long keepAliveTime, TimeUnit unit, NuxeoBlockingQueue queue, ThreadFactory threadFactory)