Footprints Data Model

Table
Table Name Job Scheduler Configuration
Table Definition An instance of job scheduler used for background job execution. Currently, the Quartz job scheduler is used. Usually one instance is sufficient.

Attribute
Attribute Name Attribute Definition Logical Datatype Is Required
Job Scheduler Configuration Id The automatically generated primary key of the job_schdlr_cfg table. LONG Yes
Job Scheduler Instance Id An alternate automatically generated key of the job_schdlr_cfg table. VARCHAR(255) No
Service Host Name The name or IP address of the host machine. VARCHAR(255) No
Service Port TCPIP port. INTEGER No
Job Scheduler Default Interrupt Default for boolean to interrupt long running jobs. BOOLEAN No
Job Scheduler default Maximum Wait Maximum wait time before interruption. LONG No