Class | Description |
---|---|
CheckTopologyTask |
The check topology task checks for changes in the topology and queue configuration
and reassigns jobs.
|
CleanUpTask |
Maintenance task...
|
FindUnfinishedJobsTask |
This task is executed when the job handling starts.
|
HistoryCleanUpTask |
Task to clean up the history,
A clean up task can be configured with three properties:
- age : only jobs older than this amount of minutes are removed (default is two days)
- topic : only jobs with this topic are removed (default is no topic, meaning all jobs are removed)
The value should either be a string or an array of string
- state : only jobs in this state are removed (default is no state, meaning all jobs are removed)
The value should either be a string or an array of string.
|
UpgradeTask |
Upgrade task
Upgrade jobs from earlier versions to the new format.
|
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.