Uses of Class
org.nuxeo.ecm.core.work.NuxeoBlockingQueue
Packages that use NuxeoBlockingQueue
-
Uses of NuxeoBlockingQueue in org.nuxeo.ecm.core.work
Subclasses of NuxeoBlockingQueue in org.nuxeo.ecm.core.workMethods in org.nuxeo.ecm.core.work that return NuxeoBlockingQueueModifier and TypeMethodDescriptionGets the blocking queue of work used by theThreadPoolExecutor.WorkQueuing.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 NuxeoBlockingQueueModifierConstructorDescriptionprotectedWorkThreadPoolExecutor(int corePoolSize, int maximumPoolSize, long keepAliveTime, TimeUnit unit, NuxeoBlockingQueue queue, ThreadFactory threadFactory)