Scheduled Jobs and Events Data Model
Tables
Table | Related Entity | Description |
---|---|---|
BLC_SCHED_JOB |
ScheduledJob | Stores data indicating jobs and when they will execute |
BLC_SCHED_JOB_DETAIL |
ScheduledJobDetail | Stores details that may be needed by a job |
BLC_SCHED_JOB_DETAIL_VAL |
ScheduledJobDetailValueChunk | Stores addtional data for a job detail if needed |
BLC_SYSTEM_EVENT |
SystemEvent | Stores data for a system event |
BLC_SYSTEM_EVENT_DETAIL |
SystemEventDetail | Stores data for a system event detail |
BLC_SYSTEM_EVENT_DETAIL_VAL |
SystemEventDetailValueChunk | Stores data for a system event detail chunk |
BLC_SYSTEM_EVENT_PROCESSED |
ProcessedEventImpl | Keeps track of which nodes have finished an event |
BLC_SCHED_JOB_MASTER |
MasterScheduledJobNode | Stores which job node is considerd the master |
BLC_SERIAL_EVENT_LOCK |
SerialEventLock | Provides a mechanism for events to be explicitly ordered |
BLC_REGISTERED_NODE |
RegisteredNodeImpl | Provides a mechanism for events to be explicitly ordered |
Deprecated Tables
Table | Related Entity | Description |
---|---|---|
BLC_SYSTEM_EVENT_NODE_FIN |
SystemEventNodeFinished | Keeps track of which nodes have finished an event |
BLC_NODE_REGISTRATION |
NodeRegistration | Nodes that will process jobs register with this table |