@Version(value="1.6.0")
| Interface | Description |
|---|---|
| Job |
A job
Property Types
In general all scalar types and all serializable classes are supported as
property types.
|
| JobBuilder |
This is a builder interface to build jobs and scheduled jobs.
|
| JobBuilder.ScheduleBuilder |
This is a builder interface for creating schedule information
|
| JobManager |
The job manager is the heart of the job event handling.
|
| JobProcessor | Deprecated
- Use the new
JobConsumer interface instead. |
| JobsIterator | Deprecated |
| Queue |
This is a job queue processing job events.
|
| QueueConfiguration |
The configuration of a queue.
|
| ScheduledJobInfo |
Information about a scheduled job
|
| ScheduleInfo |
Scheduling information.
|
| Statistics |
Statistic information.
|
| TopicStatistics |
Statistic information about a topic.
|
| Class | Description |
|---|---|
| JobUtil | Deprecated |
| NotificationConstants |
This class contains constants for event notifications.
|
| Enum | Description |
|---|---|
| Job.JobState |
The current job state.
|
| JobManager.QueryType |
The requested job types for the query.
|
| JobUtil.JobPriority | Deprecated |
| QueueConfiguration.ThreadPriority |
The thread priority.
|
| QueueConfiguration.Type |
The queue type.
|
| ScheduleInfo.ScheduleType |
Copyright © 2015 The Apache Software Foundation. All rights reserved.