HP Brocade 8/12c Brocade Network Advisor Documentation Updates v11.1.x (53-100 - Page 84

Table 128, Qrtz_simple_triggers, Qrtz_triggers Continued

Page 84 highlights

E Database tables and fields TABLE 127 QRTZ_TRIGGERS (Continued) Field Definition Format JOB_GROUP IS_VOLATILE DESCRIPTION NEXT_FIRE_TIME PREV_FIRE_TIME TRIGGER_STATE TRIGGER_TYPE START_TIME END_TIME CALENDAR_NAME MISFIRE_INSTR JOB_DATA Name of the job group. varchar Whether the trigger should be persisted in the JobStore for re-use after program restarts. boolean A description for the trigger instance - may be useful for remembering/displaying the purpose of the trigger, though the description has no meaning to Quartz. varchar The next fire time in milliseconds. numeric The previous fired time in milliseconds. numeric The state of the trigger (viz. Error, wait,etc.) varchar The type of the trigger (Simple,cron). varchar The job start time. numeric The job end time (-1 means infinite). numeric varchar Instructs the scheduler to execute the misfired job. smallint Persists the job-related info. bytea TABLE 128 QRTZ_SIMPLE_TRIGGERS Field Definition TRIGGER_NAME* TRIGGER_GROUP* REPEAT_COUNT REPEAT_INTERVAL TIMES_TRIGGERED Name of the trigger name of the trigger group number of times to repeat interval for first and second job Number of times the corresponding trigger fired Format varchar varchar numeric numeric numeric TABLE 129 QRTZ_FIRED_TRIGGERS Field Definition ENTRY_ID* TRIGGER_NAME TRIGGER_GROUP IS_VOLATILE INSTANCE_NAME FIRED_TIME STATE JOB_NAME JOB_GROUP Fired instance ID. Name of the trigger. Name of the trigger group. Whether the job should not be persisted in the JobStore for re-use after the program restarts. Trigger instance name. The trigger fired time. The fired trigger job state. Name of the job. Name of the job group. Format varchar varchar varchar boolean varchar numeric varchar varchar varchar Size 80 120 13,0 13,0 16 8 13,0 13,0 80 size 80 80 13,0 13,0 13,0 size 95 80 80 80 13,0 16 80 80 76 Brocade Network Advisor Documentation Updates 53-1002363-02

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196
  • 197
  • 198
  • 199
  • 200
  • 201
  • 202
  • 203
  • 204
  • 205
  • 206
  • 207
  • 208
  • 209
  • 210
  • 211
  • 212
  • 213
  • 214
  • 215
  • 216
  • 217
  • 218
  • 219
  • 220
  • 221
  • 222
  • 223
  • 224
  • 225
  • 226
  • 227
  • 228
  • 229
  • 230
  • 231
  • 232
  • 233
  • 234
  • 235
  • 236
  • 237
  • 238
  • 239
  • 240
  • 241
  • 242
  • 243
  • 244
  • 245
  • 246
  • 247
  • 248
  • 249
  • 250
  • 251
  • 252
  • 253
  • 254
  • 255
  • 256
  • 257
  • 258
  • 259
  • 260
  • 261
  • 262
  • 263
  • 264
  • 265
  • 266
  • 267
  • 268
  • 269
  • 270
  • 271

76
Brocade Network Advisor Documentation Updates
53-1002363-02
Database tables and fields
E
JOB_GROUP
Name of the job group.
varchar
80
IS_VOLATILE
Whether the trigger should be persisted in the
JobStore for re-use after program restarts.
boolean
DESCRIPTION
A description for the trigger instance - may be useful
for remembering/displaying the purpose of the
trigger, though the description has no meaning to
Quartz.
varchar
120
NEXT_FIRE_TIME
The next fire time in milliseconds.
numeric
13,0
PREV_FIRE_TIME
The previous fired time in milliseconds.
numeric
13,0
TRIGGER_STATE
The state of the trigger (viz. Error, wait,etc.)
varchar
16
TRIGGER_TYPE
The type of the trigger (Simple,cron).
varchar
8
START_TIME
The job start time.
numeric
13,0
END_TIME
The job end time (-1 means infinite).
numeric
13,0
CALENDAR_NAME
varchar
80
MISFIRE_INSTR
Instructs the scheduler to execute the misfired job.
smallint
JOB_DATA
Persists the job-related info.
bytea
TABLE 128
QRTZ_SIMPLE_TRIGGERS
Field
Definition
Format
size
TRIGGER_NAME*
Name of the trigger
varchar
80
TRIGGER_GROUP*
name of the trigger group
varchar
80
REPEAT_COUNT
number of times to repeat
numeric
13,0
REPEAT_INTERVAL
interval for first and second job
numeric
13,0
TIMES_TRIGGERED
Number of times the corresponding trigger fired
numeric
13,0
TABLE 129
QRTZ_FIRED_TRIGGERS
Field
Definition
Format
size
ENTRY_ID*
Fired instance ID.
varchar
95
TRIGGER_NAME
Name of the trigger.
varchar
80
TRIGGER_GROUP
Name of the trigger group.
varchar
80
IS_VOLATILE
Whether the job should not be persisted in the
JobStore for re-use after the program restarts.
boolean
INSTANCE_NAME
Trigger instance name.
varchar
80
FIRED_TIME
The trigger fired time.
numeric
13,0
STATE
The fired trigger job state.
varchar
16
JOB_NAME
Name of the job.
varchar
80
JOB_GROUP
Name of the job group.
varchar
80
TABLE 127
QRTZ_TRIGGERS (Continued)
Field
Definition
Format
Size