Interface | Description |
---|---|
WorkQueuing |
Interface describing how the
WorkManager implements queuing. |
Class | Description |
---|---|
AbstractWork |
A base implementation for a
Work instance, dealing with most of the details around state change. |
MemoryBlockingQueue |
Memory-based
BlockingQueue . |
MemoryWorkQueuing |
Implementation of a
WorkQueuing using in-memory queuing. |
NuxeoBlockingQueue |
An abstract
BlockingQueue suitable for a fixed-sized ThreadPoolExecutor , that can be implemented in terms of a few methods. |
SleepWork |
Simple work that just sleeps, mostly used for tests.
|
WorkHolder | |
WorkManagerCleanupListener |
Sync listener that calls the cleanup method of the work manager.
|
WorkManagerImpl |
The implementation of a
WorkManager . |
WorkManagerImpl.CancelingPolicy |
A handler for rejected tasks that discards them.
|
WorkQueueDescriptorRegistry |
Registry for the
WorkQueueDescriptor s. |
Copyright © 2015 Nuxeo SA. All rights reserved.