Class Summary |
ConcurrentRepositoryTaskExecutor |
A ConcurrentTaskExecutor for Repository objects. |
ConcurrentTaskExecutor<T extends Task> |
Class offering concurrent execution of n time-limited Task threads
(in addition to the main thread that creates this executor instance). |
PartitionRepositoryTask<T extends Entity> |
Abstract super class for tasks to be executed by a ConcurrentTaskExecutor<PartitionRepositoryTask> . |
PersistentRepositoryTask<T extends Entity> |
Abstract super class for tasks to be executed by a ConcurrentTaskExecutor<PersistentRepositoryTask> . |
RepositoryTask<T extends Entity> |
Abstract super class for tasks to be executed by a ConcurrentRepositoryTaskExecutor . |
Task |
Abstract super class for tasks to be executed by a ConcurrentTaskExecutor . |