Package | Description |
---|---|
org.nuxeo.ecm.core.redis.contribs | |
org.nuxeo.ecm.core.work |
Modifier and Type | Class and Description |
---|---|
class |
RedisBlockingQueue
Redis-based
BlockingQueue . |
Modifier and Type | Field and Description |
---|---|
protected Map<String,NuxeoBlockingQueue> |
RedisWorkQueuing.allQueued |
Modifier and Type | Method and Description |
---|---|
NuxeoBlockingQueue |
RedisWorkQueuing.getQueue(String queueId) |
NuxeoBlockingQueue |
RedisWorkQueuing.init(WorkQueueDescriptor config) |
Modifier and Type | Class and Description |
---|---|
class |
MemoryBlockingQueue
Memory-based
BlockingQueue . |
Modifier and Type | Method and Description |
---|---|
NuxeoBlockingQueue |
WorkQueuing.getQueue(String queueId)
Gets the blocking queue of work used by the
ThreadPoolExecutor . |
NuxeoBlockingQueue |
WorkQueuing.init(WorkQueueDescriptor config)
Starts up this
WorkQueuing and attempts to resume work previously suspended and saved at shutdown time. |
Constructor and Description |
---|
WorkThreadPoolExecutor(int corePoolSize,
int maximumPoolSize,
long keepAliveTime,
TimeUnit unit,
NuxeoBlockingQueue queue,
ThreadFactory threadFactory) |
Copyright © 2017 Nuxeo. All rights reserved.