gremlin 3.6.5 → 3.6.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. package/doc/AnonymousTraversalSource.html +1 -1
  2. package/doc/Authenticator.html +1 -1
  3. package/doc/Bytecode.html +1 -1
  4. package/doc/CardinalityValue.html +711 -0
  5. package/doc/Client.html +1 -1
  6. package/doc/Connection.html +8 -8
  7. package/doc/DriverRemoteConnection.html +1 -1
  8. package/doc/EdgeLabelVerificationStrategy.html +1 -1
  9. package/doc/Graph.html +1 -1
  10. package/doc/GraphSON2Reader.html +1 -1
  11. package/doc/GraphSON2Writer.html +1 -1
  12. package/doc/GraphSON3Reader.html +1 -1
  13. package/doc/GraphSON3Writer.html +1 -1
  14. package/doc/GraphTraversal.html +1 -1
  15. package/doc/GraphTraversalSource.html +1 -1
  16. package/doc/HaltedTraverserStrategy.html +1 -1
  17. package/doc/MatchAlgorithmStrategy.html +1 -1
  18. package/doc/P.html +1 -1
  19. package/doc/PartitionStrategy.html +1 -1
  20. package/doc/Path.html +1 -1
  21. package/doc/PlainTextSaslAuthenticator.html +1 -1
  22. package/doc/ProductiveByStrategy.html +1 -1
  23. package/doc/RemoteConnection.html +1 -1
  24. package/doc/RemoteStrategy.html +1 -1
  25. package/doc/RemoteTraversal.html +1 -1
  26. package/doc/ReservedKeysVerificationStrategy.html +1 -1
  27. package/doc/ResponseError.html +1 -1
  28. package/doc/ResultSet.html +1 -1
  29. package/doc/SaslAuthenticator.html +1 -1
  30. package/doc/SaslMechanismBase.html +1 -1
  31. package/doc/SaslMechanismPlain.html +1 -1
  32. package/doc/SeedStrategy.html +1 -1
  33. package/doc/SubgraphStrategy.html +1 -1
  34. package/doc/TextP.html +1 -1
  35. package/doc/Transaction.html +1 -1
  36. package/doc/Translator.html +1 -1
  37. package/doc/TraversalStrategies.html +1 -1
  38. package/doc/TraversalStrategy.html +1 -1
  39. package/doc/TypeSerializer.html +1 -1
  40. package/doc/driver_auth_authenticator.js.html +1 -1
  41. package/doc/driver_auth_mechanisms_sasl-mechanism-base.js.html +1 -1
  42. package/doc/driver_auth_mechanisms_sasl-mechanism-plain.js.html +1 -1
  43. package/doc/driver_auth_plain-text-sasl-authenticator.js.html +1 -1
  44. package/doc/driver_auth_sasl-authenticator.js.html +1 -1
  45. package/doc/driver_client.js.html +1 -1
  46. package/doc/driver_connection.js.html +10 -1
  47. package/doc/driver_driver-remote-connection.js.html +1 -1
  48. package/doc/driver_remote-connection.js.html +1 -1
  49. package/doc/driver_response-error.js.html +1 -1
  50. package/doc/driver_result-set.js.html +1 -1
  51. package/doc/global.html +1 -1
  52. package/doc/index.html +1 -1
  53. package/doc/module.exports.html +1 -1
  54. package/doc/process_anonymous-traversal.js.html +1 -1
  55. package/doc/process_bytecode.js.html +1 -1
  56. package/doc/process_graph-traversal.js.html +1 -1
  57. package/doc/process_transaction.js.html +1 -1
  58. package/doc/process_translator.js.html +1 -1
  59. package/doc/process_traversal-strategy.js.html +1 -1
  60. package/doc/process_traversal.js.html +1 -1
  61. package/doc/structure_graph.js.html +1 -1
  62. package/doc/structure_io_binary_internals_DataType.js.html +1 -1
  63. package/doc/structure_io_binary_internals_GraphBinaryReader.js.html +1 -1
  64. package/doc/structure_io_binary_internals_GraphBinaryWriter.js.html +1 -1
  65. package/doc/structure_io_graph-serializer.js.html +1 -1
  66. package/doc/structure_io_type-serializers.js.html +1 -1
  67. package/lib/driver/connection.js +9 -0
  68. package/lib/utils.js +1 -1
  69. package/package.json +2 -2
@@ -0,0 +1,711 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>JSDoc: Class: CardinalityValue</title>
6
+
7
+ <script src="scripts/prettify/prettify.js"> </script>
8
+ <script src="scripts/prettify/lang-css.js"> </script>
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
13
+ <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
14
+ </head>
15
+
16
+ <body>
17
+
18
+ <div id="main">
19
+
20
+ <h1 class="page-title">Class: CardinalityValue</h1>
21
+
22
+
23
+
24
+
25
+
26
+
27
+ <section>
28
+
29
+ <header>
30
+
31
+ <h2><span class="attribs"><span class="type-signature"></span></span>CardinalityValue<span class="signature">(card, value)</span><span class="type-signature"></span></h2>
32
+
33
+
34
+ </header>
35
+
36
+ <article>
37
+ <div class="container-overview">
38
+
39
+
40
+
41
+
42
+
43
+
44
+ <h4 class="name" id="CardinalityValue"><span class="type-signature"></span>new CardinalityValue<span class="signature">(card, value)</span><span class="type-signature"></span></h4>
45
+
46
+
47
+
48
+
49
+
50
+
51
+ <div class="description">
52
+ Creates a new instance of <a href="CardinalityValue.html">CardinalityValue</a>.
53
+ </div>
54
+
55
+
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+ <h5>Parameters:</h5>
64
+
65
+
66
+ <table class="params">
67
+ <thead>
68
+ <tr>
69
+
70
+ <th>Name</th>
71
+
72
+
73
+ <th>Type</th>
74
+
75
+
76
+
77
+
78
+
79
+ <th class="last">Description</th>
80
+ </tr>
81
+ </thead>
82
+
83
+ <tbody>
84
+
85
+
86
+ <tr>
87
+
88
+ <td class="name"><code>card</code></td>
89
+
90
+
91
+ <td class="type">
92
+
93
+
94
+ <span class="param-type">String</span>
95
+
96
+
97
+
98
+ </td>
99
+
100
+
101
+
102
+
103
+
104
+ <td class="description last"></td>
105
+ </tr>
106
+
107
+
108
+
109
+ <tr>
110
+
111
+ <td class="name"><code>value</code></td>
112
+
113
+
114
+ <td class="type">
115
+
116
+
117
+ <span class="param-type">Object</span>
118
+
119
+
120
+
121
+ </td>
122
+
123
+
124
+
125
+
126
+
127
+ <td class="description last"></td>
128
+ </tr>
129
+
130
+
131
+ </tbody>
132
+ </table>
133
+
134
+
135
+
136
+
137
+
138
+
139
+ <dl class="details">
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
+ <dt class="tag-source">Source:</dt>
167
+ <dd class="tag-source"><ul class="dummy"><li>
168
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1712">line 1712</a>
169
+ </li></ul></dd>
170
+
171
+
172
+
173
+
174
+
175
+
176
+
177
+ </dl>
178
+
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
+
187
+
188
+
189
+
190
+
191
+
192
+
193
+
194
+
195
+
196
+
197
+
198
+
199
+ </div>
200
+
201
+
202
+
203
+
204
+
205
+
206
+
207
+
208
+
209
+
210
+
211
+
212
+
213
+
214
+
215
+
216
+ <h3 class="subsection-title">Methods</h3>
217
+
218
+
219
+
220
+
221
+
222
+
223
+
224
+ <h4 class="name" id=".list"><span class="type-signature">(static) </span>list<span class="signature">(value)</span><span class="type-signature"> &rarr; {<a href="CardinalityValue.html">CardinalityValue</a>}</span></h4>
225
+
226
+
227
+
228
+
229
+
230
+
231
+ <div class="description">
232
+ Create a value with list cardinality.
233
+ </div>
234
+
235
+
236
+
237
+
238
+
239
+
240
+
241
+
242
+
243
+ <h5>Parameters:</h5>
244
+
245
+
246
+ <table class="params">
247
+ <thead>
248
+ <tr>
249
+
250
+ <th>Name</th>
251
+
252
+
253
+ <th>Type</th>
254
+
255
+
256
+
257
+
258
+
259
+ <th class="last">Description</th>
260
+ </tr>
261
+ </thead>
262
+
263
+ <tbody>
264
+
265
+
266
+ <tr>
267
+
268
+ <td class="name"><code>value</code></td>
269
+
270
+
271
+ <td class="type">
272
+
273
+
274
+ <span class="param-type">Array</span>
275
+
276
+
277
+
278
+ </td>
279
+
280
+
281
+
282
+
283
+
284
+ <td class="description last"></td>
285
+ </tr>
286
+
287
+
288
+ </tbody>
289
+ </table>
290
+
291
+
292
+
293
+
294
+
295
+
296
+ <dl class="details">
297
+
298
+
299
+
300
+
301
+
302
+
303
+
304
+
305
+
306
+
307
+
308
+
309
+
310
+
311
+
312
+
313
+
314
+
315
+
316
+
317
+
318
+
319
+
320
+
321
+
322
+
323
+ <dt class="tag-source">Source:</dt>
324
+ <dd class="tag-source"><ul class="dummy"><li>
325
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1731">line 1731</a>
326
+ </li></ul></dd>
327
+
328
+
329
+
330
+
331
+
332
+
333
+
334
+ </dl>
335
+
336
+
337
+
338
+
339
+
340
+
341
+
342
+
343
+
344
+
345
+
346
+
347
+
348
+
349
+
350
+ <h5>Returns:</h5>
351
+
352
+
353
+
354
+
355
+ <dl>
356
+ <dt>
357
+ Type
358
+ </dt>
359
+ <dd>
360
+
361
+ <span class="param-type"><a href="CardinalityValue.html">CardinalityValue</a></span>
362
+
363
+
364
+ </dd>
365
+ </dl>
366
+
367
+
368
+
369
+
370
+
371
+
372
+
373
+
374
+
375
+
376
+
377
+
378
+
379
+ <h4 class="name" id=".set"><span class="type-signature">(static) </span>set<span class="signature">(value)</span><span class="type-signature"> &rarr; {<a href="CardinalityValue.html">CardinalityValue</a>}</span></h4>
380
+
381
+
382
+
383
+
384
+
385
+
386
+ <div class="description">
387
+ Create a value with set cardinality.
388
+ </div>
389
+
390
+
391
+
392
+
393
+
394
+
395
+
396
+
397
+
398
+ <h5>Parameters:</h5>
399
+
400
+
401
+ <table class="params">
402
+ <thead>
403
+ <tr>
404
+
405
+ <th>Name</th>
406
+
407
+
408
+ <th>Type</th>
409
+
410
+
411
+
412
+
413
+
414
+ <th class="last">Description</th>
415
+ </tr>
416
+ </thead>
417
+
418
+ <tbody>
419
+
420
+
421
+ <tr>
422
+
423
+ <td class="name"><code>value</code></td>
424
+
425
+
426
+ <td class="type">
427
+
428
+
429
+ <span class="param-type">Array</span>
430
+
431
+
432
+
433
+ </td>
434
+
435
+
436
+
437
+
438
+
439
+ <td class="description last"></td>
440
+ </tr>
441
+
442
+
443
+ </tbody>
444
+ </table>
445
+
446
+
447
+
448
+
449
+
450
+
451
+ <dl class="details">
452
+
453
+
454
+
455
+
456
+
457
+
458
+
459
+
460
+
461
+
462
+
463
+
464
+
465
+
466
+
467
+
468
+
469
+
470
+
471
+
472
+
473
+
474
+
475
+
476
+
477
+
478
+ <dt class="tag-source">Source:</dt>
479
+ <dd class="tag-source"><ul class="dummy"><li>
480
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1740">line 1740</a>
481
+ </li></ul></dd>
482
+
483
+
484
+
485
+
486
+
487
+
488
+
489
+ </dl>
490
+
491
+
492
+
493
+
494
+
495
+
496
+
497
+
498
+
499
+
500
+
501
+
502
+
503
+
504
+
505
+ <h5>Returns:</h5>
506
+
507
+
508
+
509
+
510
+ <dl>
511
+ <dt>
512
+ Type
513
+ </dt>
514
+ <dd>
515
+
516
+ <span class="param-type"><a href="CardinalityValue.html">CardinalityValue</a></span>
517
+
518
+
519
+ </dd>
520
+ </dl>
521
+
522
+
523
+
524
+
525
+
526
+
527
+
528
+
529
+
530
+
531
+
532
+
533
+
534
+ <h4 class="name" id=".single"><span class="type-signature">(static) </span>single<span class="signature">(value)</span><span class="type-signature"> &rarr; {<a href="CardinalityValue.html">CardinalityValue</a>}</span></h4>
535
+
536
+
537
+
538
+
539
+
540
+
541
+ <div class="description">
542
+ Create a value with single cardinality.
543
+ </div>
544
+
545
+
546
+
547
+
548
+
549
+
550
+
551
+
552
+
553
+ <h5>Parameters:</h5>
554
+
555
+
556
+ <table class="params">
557
+ <thead>
558
+ <tr>
559
+
560
+ <th>Name</th>
561
+
562
+
563
+ <th>Type</th>
564
+
565
+
566
+
567
+
568
+
569
+ <th class="last">Description</th>
570
+ </tr>
571
+ </thead>
572
+
573
+ <tbody>
574
+
575
+
576
+ <tr>
577
+
578
+ <td class="name"><code>value</code></td>
579
+
580
+
581
+ <td class="type">
582
+
583
+
584
+ <span class="param-type">Array</span>
585
+
586
+
587
+
588
+ </td>
589
+
590
+
591
+
592
+
593
+
594
+ <td class="description last"></td>
595
+ </tr>
596
+
597
+
598
+ </tbody>
599
+ </table>
600
+
601
+
602
+
603
+
604
+
605
+
606
+ <dl class="details">
607
+
608
+
609
+
610
+
611
+
612
+
613
+
614
+
615
+
616
+
617
+
618
+
619
+
620
+
621
+
622
+
623
+
624
+
625
+
626
+
627
+
628
+
629
+
630
+
631
+
632
+
633
+ <dt class="tag-source">Source:</dt>
634
+ <dd class="tag-source"><ul class="dummy"><li>
635
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1722">line 1722</a>
636
+ </li></ul></dd>
637
+
638
+
639
+
640
+
641
+
642
+
643
+
644
+ </dl>
645
+
646
+
647
+
648
+
649
+
650
+
651
+
652
+
653
+
654
+
655
+
656
+
657
+
658
+
659
+
660
+ <h5>Returns:</h5>
661
+
662
+
663
+
664
+
665
+ <dl>
666
+ <dt>
667
+ Type
668
+ </dt>
669
+ <dd>
670
+
671
+ <span class="param-type"><a href="CardinalityValue.html">CardinalityValue</a></span>
672
+
673
+
674
+ </dd>
675
+ </dl>
676
+
677
+
678
+
679
+
680
+
681
+
682
+
683
+
684
+
685
+
686
+
687
+
688
+
689
+ </article>
690
+
691
+ </section>
692
+
693
+
694
+
695
+
696
+ </div>
697
+
698
+ <nav>
699
+ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AnonymousTraversalSource.html">AnonymousTraversalSource</a></li><li><a href="Authenticator.html">Authenticator</a></li><li><a href="Bytecode.html">Bytecode</a></li><li><a href="CardinalityValue.html">CardinalityValue</a></li><li><a href="Client.html">Client</a></li><li><a href="Connection.html">Connection</a></li><li><a href="DriverRemoteConnection.html">DriverRemoteConnection</a></li><li><a href="EdgeLabelVerificationStrategy.html">EdgeLabelVerificationStrategy</a></li><li><a href="Graph.html">Graph</a></li><li><a href="GraphSON2Reader.html">GraphSON2Reader</a></li><li><a href="GraphSON2Writer.html">GraphSON2Writer</a></li><li><a href="GraphSON3Reader.html">GraphSON3Reader</a></li><li><a href="GraphSON3Writer.html">GraphSON3Writer</a></li><li><a href="GraphTraversal.html">GraphTraversal</a></li><li><a href="GraphTraversalSource.html">GraphTraversalSource</a></li><li><a href="HaltedTraverserStrategy.html">HaltedTraverserStrategy</a></li><li><a href="MatchAlgorithmStrategy.html">MatchAlgorithmStrategy</a></li><li><a href="module.exports.html">exports</a></li><li><a href="P.html">P</a></li><li><a href="PartitionStrategy.html">PartitionStrategy</a></li><li><a href="Path.html">Path</a></li><li><a href="PlainTextSaslAuthenticator.html">PlainTextSaslAuthenticator</a></li><li><a href="ProductiveByStrategy.html">ProductiveByStrategy</a></li><li><a href="RemoteConnection.html">RemoteConnection</a></li><li><a href="RemoteStrategy.html">RemoteStrategy</a></li><li><a href="RemoteTraversal.html">RemoteTraversal</a></li><li><a href="ReservedKeysVerificationStrategy.html">ReservedKeysVerificationStrategy</a></li><li><a href="ResponseError.html">ResponseError</a></li><li><a href="ResultSet.html">ResultSet</a></li><li><a href="SaslAuthenticator.html">SaslAuthenticator</a></li><li><a href="SaslMechanismBase.html">SaslMechanismBase</a></li><li><a href="SaslMechanismPlain.html">SaslMechanismPlain</a></li><li><a href="SeedStrategy.html">SeedStrategy</a></li><li><a href="SubgraphStrategy.html">SubgraphStrategy</a></li><li><a href="TextP.html">TextP</a></li><li><a href="Transaction.html">Transaction</a></li><li><a href="Translator.html">Translator</a></li><li><a href="TraversalStrategies.html">TraversalStrategies</a></li><li><a href="TraversalStrategy.html">TraversalStrategy</a></li><li><a href="TypeSerializer.html">TypeSerializer</a></li></ul><h3>Global</h3><ul><li><a href="global.html#DataType">DataType</a></li><li><a href="global.html#statics">statics</a></li></ul>
700
+ </nav>
701
+
702
+ <br class="clear">
703
+
704
+ <footer>
705
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Nov 21 2023 11:49:14 GMT-0800 (Pacific Standard Time)
706
+ </footer>
707
+
708
+ <script> prettyPrint(); </script>
709
+ <script src="scripts/linenumber.js"> </script>
710
+ </body>
711
+ </html>
package/doc/Client.html CHANGED
@@ -1893,7 +1893,7 @@ send session close request before connection close if session mode
1893
1893
  <br class="clear">
1894
1894
 
1895
1895
  <footer>
1896
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 04 2023 12:26:55 GMT-0700 (Pacific Daylight Time)
1896
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 04 2023 11:42:07 GMT-0800 (Pacific Standard Time)
1897
1897
  </footer>
1898
1898
 
1899
1899
  <script> prettyPrint(); </script>