reference/gearman/constants.xml
86e6094e86b84a51d00ab217ac50ce8dde33d82a
...
...
@@ -14,7 +14,7 @@
14
14
<varlistentry xml:id="constant.gearman-success">
15
15
<term>
16
16
<constant>GEARMAN_SUCCESS</constant>
17
-
(<type>integer</type>)
17
+
(<type>int</type>)
18
18
</term>
19
19
<listitem>
20
20
<simpara>
...
...
@@ -25,7 +25,7 @@
25
25
<varlistentry xml:id="constant.gearman-io-wait">
26
26
<term>
27
27
<constant>GEARMAN_IO_WAIT</constant>
28
-
(<type>integer</type>)
28
+
(<type>int</type>)
29
29
</term>
30
30
<listitem>
31
31
<simpara>
...
...
@@ -36,7 +36,7 @@
36
36
<varlistentry xml:id="constant.gearman-errno">
37
37
<term>
38
38
<constant>GEARMAN_ERRNO</constant>
39
-
(<type>integer</type>)
39
+
(<type>int</type>)
40
40
</term>
41
41
<listitem>
42
42
<simpara>
...
...
@@ -49,7 +49,7 @@
49
49
<varlistentry xml:id="constant.gearman-no-active-fds">
50
50
<term>
51
51
<constant>GEARMAN_NO_ACTIVE_FDS</constant>
52
-
(<type>integer</type>)
52
+
(<type>int</type>)
53
53
</term>
54
54
<listitem>
55
55
<simpara>
...
...
@@ -61,7 +61,7 @@
61
61
<varlistentry xml:id="constant.gearman-unexpected-packet">
62
62
<term>
63
63
<constant>GEARMAN_UNEXPECTED_PACKET</constant>
64
-
(<type>integer</type>)
64
+
(<type>int</type>)
65
65
</term>
66
66
<listitem>
67
67
<simpara>
...
...
@@ -73,7 +73,7 @@
73
73
<varlistentry xml:id="constant.gearman-getaddrinfo">
74
74
<term>
75
75
<constant>GEARMAN_GETADDRINFO</constant>
76
-
(<type>integer</type>)
76
+
(<type>int</type>)
77
77
</term>
78
78
<listitem>
79
79
<simpara>
...
...
@@ -84,7 +84,7 @@
84
84
<varlistentry xml:id="constant.gearman-no-servers">
85
85
<term>
86
86
<constant>GEARMAN_NO_SERVERS</constant>
87
-
(<type>integer</type>)
87
+
(<type>int</type>)
88
88
</term>
89
89
<listitem>
90
90
<simpara>
...
...
@@ -96,7 +96,7 @@
96
96
<varlistentry xml:id="constant.gearman-lost-connection">
97
97
<term>
98
98
<constant>GEARMAN_LOST_CONNECTION</constant>
99
-
(<type>integer</type>)
99
+
(<type>int</type>)
100
100
</term>
101
101
<listitem>
102
102
<simpara>
...
...
@@ -107,7 +107,7 @@
107
107
<varlistentry xml:id="constant.gearman-memory-allocation-failure">
108
108
<term>
109
109
<constant>GEARMAN_MEMORY_ALLOCATION_FAILURE</constant>
110
-
(<type>integer</type>)
110
+
(<type>int</type>)
111
111
</term>
112
112
<listitem>
113
113
<simpara>
...
...
@@ -118,7 +118,7 @@
118
118
<varlistentry xml:id="constant.gearman-server-error">
119
119
<term>
120
120
<constant>GEARMAN_SERVER_ERROR</constant>
121
-
(<type>integer</type>)
121
+
(<type>int</type>)
122
122
</term>
123
123
<listitem>
124
124
<simpara>
...
...
@@ -130,7 +130,7 @@
130
130
<varlistentry xml:id="constant.gearman-work-data">
131
131
<term>
132
132
<constant>GEARMAN_WORK_DATA</constant>
133
-
(<type>integer</type>)
133
+
(<type>int</type>)
134
134
</term>
135
135
<listitem>
136
136
<simpara>
...
...
@@ -144,7 +144,7 @@
144
144
<varlistentry xml:id="constant.gearman-work-warning">
145
145
<term>
146
146
<constant>GEARMAN_WORK_WARNING</constant>
147
-
(<type>integer</type>)
147
+
(<type>int</type>)
148
148
</term>
149
149
<listitem>
150
150
<simpara>
...
...
@@ -158,7 +158,7 @@
158
158
<varlistentry xml:id="constant.gearman-work-status">
159
159
<term>
160
160
<constant>GEARMAN_WORK_STATUS</constant>
161
-
(<type>integer</type>)
161
+
(<type>int</type>)
162
162
</term>
163
163
<listitem>
164
164
<simpara>
...
...
@@ -172,7 +172,7 @@
172
172
<varlistentry xml:id="constant.gearman-work-exception">
173
173
<term>
174
174
<constant>GEARMAN_WORK_EXCEPTION</constant>
175
-
(<type>integer</type>)
175
+
(<type>int</type>)
176
176
</term>
177
177
<listitem>
178
178
<simpara>
...
...
@@ -185,7 +185,7 @@
185
185
<varlistentry xml:id="constant.gearman-work-fail">
186
186
<term>
187
187
<constant>GEARMAN_WORK_FAIL</constant>
188
-
(<type>integer</type>)
188
+
(<type>int</type>)
189
189
</term>
190
190
<listitem>
191
191
<simpara>
...
...
@@ -197,7 +197,7 @@
197
197
<varlistentry xml:id="constant.gearman-could-not-connect">
198
198
<term>
199
199
<constant>GEARMAN_COULD_NOT_CONNECT</constant>
200
-
(<type>integer</type>)
200
+
(<type>int</type>)
201
201
</term>
202
202
<listitem>
203
203
<simpara>
...
...
@@ -208,7 +208,7 @@
208
208
<varlistentry xml:id="constant.gearman-invalid-function-name">
209
209
<term>
210
210
<constant>GEARMAN_INVALID_FUNCTION_NAME</constant>
211
-
(<type>integer</type>)
211
+
(<type>int</type>)
212
212
</term>
213
213
<listitem>
214
214
<simpara>
...
...
@@ -220,7 +220,7 @@
220
220
<varlistentry xml:id="constant.gearman-invalid-worker-function">
221
221
<term>
222
222
<constant>GEARMAN_INVALID_WORKER_FUNCTION</constant>
223
-
(<type>integer</type>)
223
+
(<type>int</type>)
224
224
</term>
225
225
<listitem>
226
226
<simpara>
...
...
@@ -231,7 +231,7 @@
231
231
<varlistentry xml:id="constant.gearman-no-registered-functions">
232
232
<term>
233
233
<constant>GEARMAN_NO_REGISTERED_FUNCTIONS</constant>
234
-
(<type>integer</type>)
234
+
(<type>int</type>)
235
235
</term>
236
236
<listitem>
237
237
<simpara>
...
...
@@ -242,7 +242,7 @@
242
242
<varlistentry xml:id="constant.gearman-no-jobs">
243
243
<term>
244
244
<constant>GEARMAN_NO_JOBS</constant>
245
-
(<type>integer</type>)
245
+
(<type>int</type>)
246
246
</term>
247
247
<listitem>
248
248
<simpara>
...
...
@@ -254,7 +254,7 @@
254
254
<varlistentry xml:id="constant.gearman-echo-data-corruption">
255
255
<term>
256
256
<constant>GEARMAN_ECHO_DATA_CORRUPTION</constant>
257
-
(<type>integer</type>)
257
+
(<type>int</type>)
258
258
</term>
259
259
<listitem>
260
260
<simpara>
...
...
@@ -266,7 +266,7 @@
266
266
<varlistentry xml:id="constant.gearman-need-workload-fn">
267
267
<term>
268
268
<constant>GEARMAN_NEED_WORKLOAD_FN</constant>
269
-
(<type>integer</type>)
269
+
(<type>int</type>)
270
270
</term>
271
271
<listitem>
272
272
<simpara>
...
...
@@ -278,7 +278,7 @@
278
278
<varlistentry xml:id="constant.gearman-pause">
279
279
<term>
280
280
<constant>GEARMAN_PAUSE</constant>
281
-
(<type>integer</type>)
281
+
(<type>int</type>)
282
282
</term>
283
283
<listitem>
284
284
<simpara>
...
...
@@ -291,7 +291,7 @@
291
291
<varlistentry xml:id="constant.gearman-unknown-state">
292
292
<term>
293
293
<constant>GEARMAN_UNKNOWN_STATE</constant>
294
-
(<type>integer</type>)
294
+
(<type>int</type>)
295
295
</term>
296
296
<listitem>
297
297
<simpara>
...
...
@@ -302,7 +302,7 @@
302
302
<varlistentry xml:id="constant.gearman-send-buffer-too-small">
303
303
<term>
304
304
<constant>GEARMAN_SEND_BUFFER_TOO_SMALL</constant>
305
-
(<type>integer</type>)
305
+
(<type>int</type>)
306
306
</term>
307
307
<listitem>
308
308
<simpara>
...
...
@@ -314,7 +314,7 @@
314
314
<varlistentry xml:id="constant.gearman-timeout">
315
315
<term>
316
316
<constant>GEARMAN_TIMEOUT</constant>
317
-
(<type>integer</type>)
317
+
(<type>int</type>)
318
318
</term>
319
319
<listitem>
320
320
<simpara>
...
...
@@ -330,10 +330,21 @@
330
330
</para>
331
331
<para>
332
332
<variablelist>
333
+
<varlistentry xml:id="constant.gearman-client-generate-unique">
334
+
<term>
335
+
<constant>GEARMAN_CLIENT_GENERATE_UNIQUE</constant>
336
+
(<type>int</type>)
337
+
</term>
338
+
<listitem>
339
+
<simpara>
340
+
Generate a unique id (UUID) for each task.
341
+
</simpara>
342
+
</listitem>
343
+
</varlistentry>
333
344
<varlistentry xml:id="constant.gearman-client-non-blocking">
334
345
<term>
335
346
<constant>GEARMAN_CLIENT_NON_BLOCKING</constant>
336
-
(<type>integer</type>)
347
+
(<type>int</type>)
337
348
</term>
338
349
<listitem>
339
350
<simpara>
...
...
@@ -344,7 +355,7 @@
344
355
<varlistentry xml:id="constant.gearman-client-unbuffered-result">
345
356
<term>
346
357
<constant>GEARMAN_CLIENT_UNBUFFERED_RESULT</constant>
347
-
(<type>integer</type>)
358
+
(<type>int</type>)
348
359
</term>
349
360
<listitem>
350
361
<simpara>
...
...
@@ -356,7 +367,7 @@
356
367
<varlistentry xml:id="constant.gearman-client-free-tasks">
357
368
<term>
358
369
<constant>GEARMAN_CLIENT_FREE_TASKS</constant>
359
-
(<type>integer</type>)
370
+
(<type>int</type>)
360
371
</term>
361
372
<listitem>
362
373
<simpara>
...
...
@@ -376,7 +387,7 @@
376
387
<varlistentry xml:id="constant.gearman-worker-non-blocking">
377
388
<term>
378
389
<constant>GEARMAN_WORKER_NON_BLOCKING</constant>
379
-
(<type>integer</type>)
390
+
(<type>int</type>)
380
391
</term>
381
392
<listitem>
382
393
<simpara>
...
...
@@ -387,7 +398,7 @@
387
398
<varlistentry xml:id="constant.gearman-worker-grab-uniq">
388
399
<term>
389
400
<constant>GEARMAN_WORKER_GRAB_UNIQ</constant>
390
-
(<type>integer</type>)
401
+
(<type>int</type>)
391
402
</term>
392
403
<listitem>
393
404
<simpara>
...
...
@@ -416,7 +427,7 @@
416
427
<varlistentry xml:id="constant.gearman-default-tcp-port">
417
428
<term>
418
429
<constant>GEARMAN_DEFAULT_TCP_PORT</constant>
419
-
(<type>integer</type>)
430
+
(<type>int</type>)
420
431
</term>
421
432
<listitem>
422
433
<simpara>
...
...
@@ -426,7 +437,7 @@
426
437
<varlistentry xml:id="constant.gearman-default-socket-timeout">
427
438
<term>
428
439
<constant>GEARMAN_DEFAULT_SOCKET_TIMEOUT</constant>
429
-
(<type>integer</type>)
440
+
(<type>int</type>)
430
441
</term>
431
442
<listitem>
432
443
<simpara>
...
...
@@ -436,7 +447,7 @@
436
447
<varlistentry xml:id="constant.gearman-default-socket-send-size">
437
448
<term>
438
449
<constant>GEARMAN_DEFAULT_SOCKET_SEND_SIZE</constant>
439
-
(<type>integer</type>)
450
+
(<type>int</type>)
440
451
</term>
441
452
<listitem>
442
453
<simpara>
...
...
@@ -446,7 +457,7 @@
446
457
<varlistentry xml:id="constant.gearman-default-socket-recv-size">
447
458
<term>
448
459
<constant>GEARMAN_DEFAULT_SOCKET_RECV_SIZE</constant>
449
-
(<type>integer</type>)
460
+
(<type>int</type>)
450
461
</term>
451
462
<listitem>
452
463
<simpara>
...
...
@@ -456,7 +467,7 @@
456
467
<varlistentry xml:id="constant.gearman-max-error-size">
457
468
<term>
458
469
<constant>GEARMAN_MAX_ERROR_SIZE</constant>
459
-
(<type>integer</type>)
470
+
(<type>int</type>)
460
471
</term>
461
472
<listitem>
462
473
<simpara>
...
...
@@ -466,7 +477,7 @@
466
477
<varlistentry xml:id="constant.gearman-packet-header-size">
467
478
<term>
468
479
<constant>GEARMAN_PACKET_HEADER_SIZE</constant>
469
-
(<type>integer</type>)
480
+
(<type>int</type>)
470
481
</term>
471
482
<listitem>
472
483
<simpara>
...
...
@@ -476,7 +487,7 @@
476
487
<varlistentry xml:id="constant.gearman-job-handle-size">
477
488
<term>
478
489
<constant>GEARMAN_JOB_HANDLE_SIZE</constant>
479
-
(<type>integer</type>)
490
+
(<type>int</type>)
480
491
</term>
481
492
<listitem>
482
493
<simpara>
...
...
@@ -486,7 +497,7 @@
486
497
<varlistentry xml:id="constant.gearman-option-size">
487
498
<term>
488
499
<constant>GEARMAN_OPTION_SIZE</constant>
489
-
(<type>integer</type>)
500
+
(<type>int</type>)
490
501
</term>
491
502
<listitem>
492
503
<simpara>
...
...
@@ -496,7 +507,7 @@
496
507
<varlistentry xml:id="constant.gearman-unique-size">
497
508
<term>
498
509
<constant>GEARMAN_UNIQUE_SIZE</constant>
499
-
(<type>integer</type>)
510
+
(<type>int</type>)
500
511
</term>
501
512
<listitem>
502
513
<simpara>
...
...
@@ -506,7 +517,7 @@
506
517
<varlistentry xml:id="constant.gearman-max-command-args">
507
518
<term>
508
519
<constant>GEARMAN_MAX_COMMAND_ARGS</constant>
509
-
(<type>integer</type>)
520
+
(<type>int</type>)
510
521
</term>
511
522
<listitem>
512
523
<simpara>
...
...
@@ -516,7 +527,7 @@
516
527
<varlistentry xml:id="constant.gearman-args-buffer-size">
517
528
<term>
518
529
<constant>GEARMAN_ARGS_BUFFER_SIZE</constant>
519
-
(<type>integer</type>)
530
+
(<type>int</type>)
520
531
</term>
521
532
<listitem>
522
533
<simpara>
...
...
@@ -526,7 +537,7 @@
526
537
<varlistentry xml:id="constant.gearman-send-buffer-size">
527
538
<term>
528
539
<constant>GEARMAN_SEND_BUFFER_SIZE</constant>
529
-
(<type>integer</type>)
540
+
(<type>int</type>)
530
541
</term>
531
542
<listitem>
532
543
<simpara>
...
...
@@ -536,7 +547,7 @@
536
547
<varlistentry xml:id="constant.gearman-recv-buffer-size">
537
548
<term>
538
549
<constant>GEARMAN_RECV_BUFFER_SIZE</constant>
539
-
(<type>integer</type>)
550
+
(<type>int</type>)
540
551
</term>
541
552
<listitem>
542
553
<simpara>
...
...
@@ -546,7 +557,7 @@
546
557
<varlistentry xml:id="constant.gearman-worker-wait-timeout">
547
558
<term>
548
559
<constant>GEARMAN_WORKER_WAIT_TIMEOUT</constant>
549
-
(<type>integer</type>)
560
+
(<type>int</type>)
550
561
</term>
551
562
<listitem>
552
563
<simpara>
553
564