Expand description
Storage interface for the Ora server.
Structs§
- Cancelled
Job - A job that was cancelled.
- Cancelled
Schedule - A schedule that was cancelled.
- Execution
Details - All core information about an execution that is associated with a job.
- JobDetails
- All core information about a job.
- JobQuery
Filters - Filters for querying jobs.
- JobQuery
Result - The results of a job query.
- JobRetry
Policy - Job retry policy.
- JobTimeout
Policy - Job timeout policy.
- JobType
- A job type.
- NewExecution
- A new pending execution.
- NewJob
- Essential data for a job.
- NewSchedule
- A new schedule.
- Pending
Execution - A new pending execution.
- Pending
Job - A pending job.
- Pending
Schedule - A pending schedule.
- Ready
Execution - An execution that is ready to be executed.
- Schedule
Details - Details of a schedule.
- Schedule
NewJob Definition - A job definition for a new job created by a schedule.
- Schedule
Query Filters - Filters for querying schedules.
- Schedule
Query Result - The results of a schedule query.
- Schedule
Time Range - The time range for a schedule.
- Scheduling
Policy Cron - Scheduling policy based on a cron expression.
- Scheduling
Policy Repeat - Scheduling policy for a schedule that repeats.
Enums§
- Conditional
JobResult - A job that was added conditionally.
- Conditional
Schedule Result - Conditionally added schedule result.
- JobExecution
Status - Job status used for querying jobs.
- JobLabel
Filter Value - Job label filter.
- JobQuery
Order - The order of jobs returned.
- JobTimeout
Base Time - The base time for the timeout.
- Schedule
JobCreation Policy - Policy for new jobs created by a schedule.
- Schedule
JobTiming Policy - Scheduling policy for a schedule.
- Schedule
Label Filter Value - Schedule label filter.
- Schedule
Missed Time Policy - Policy for missed jobs.
- Schedule
Query Order - The order of jobs returned.
Traits§
- Storage
- An interface for storing and querying job and schedule data used by the Ora server.
- Storage
Snapshot - A trait for storages that support exporting and importing snapshots of their data.