gremlin 3.6.6 → 3.6.8

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 (79) hide show
  1. package/NOTICE +1 -1
  2. package/doc/AnonymousTraversalSource.html +1 -1
  3. package/doc/Authenticator.html +1 -1
  4. package/doc/Bytecode.html +1 -1
  5. package/doc/CardinalityValue.html +2 -2
  6. package/doc/Client.html +41 -8
  7. package/doc/Connection.html +40 -7
  8. package/doc/DataType.js.html +149 -0
  9. package/doc/DriverRemoteConnection.html +44 -11
  10. package/doc/EdgeLabelVerificationStrategy.html +1 -1
  11. package/doc/Graph.html +1 -1
  12. package/doc/GraphBinaryReader.js.html +132 -0
  13. package/doc/GraphBinaryWriter.js.html +135 -0
  14. package/doc/GraphSON2Reader.html +1 -1
  15. package/doc/GraphSON2Writer.html +1 -1
  16. package/doc/GraphSON3Reader.html +1 -1
  17. package/doc/GraphSON3Writer.html +1 -1
  18. package/doc/GraphTraversal.html +1 -1
  19. package/doc/GraphTraversalSource.html +1 -1
  20. package/doc/HaltedTraverserStrategy.html +1 -1
  21. package/doc/MatchAlgorithmStrategy.html +1 -1
  22. package/doc/P.html +1 -1
  23. package/doc/PartitionStrategy.html +1 -1
  24. package/doc/Path.html +1 -1
  25. package/doc/PlainTextSaslAuthenticator.html +1 -1
  26. package/doc/ProductiveByStrategy.html +1 -1
  27. package/doc/RemoteConnection.html +1 -1
  28. package/doc/RemoteStrategy.html +1 -1
  29. package/doc/RemoteTraversal.html +1 -1
  30. package/doc/ReservedKeysVerificationStrategy.html +1 -1
  31. package/doc/ResponseError.html +1 -1
  32. package/doc/ResultSet.html +1 -1
  33. package/doc/SaslAuthenticator.html +1 -1
  34. package/doc/SaslMechanismBase.html +1 -1
  35. package/doc/SaslMechanismPlain.html +1 -1
  36. package/doc/SeedStrategy.html +1 -1
  37. package/doc/SubgraphStrategy.html +1 -1
  38. package/doc/TextP.html +1 -1
  39. package/doc/Transaction.html +4 -4
  40. package/doc/Translator.html +1 -1
  41. package/doc/TraversalStrategies.html +1 -1
  42. package/doc/TraversalStrategy.html +1 -1
  43. package/doc/TypeSerializer.html +1 -1
  44. package/doc/driver_auth_authenticator.js.html +1 -1
  45. package/doc/driver_auth_mechanisms_sasl-mechanism-base.js.html +1 -1
  46. package/doc/driver_auth_mechanisms_sasl-mechanism-plain.js.html +1 -1
  47. package/doc/driver_auth_plain-text-sasl-authenticator.js.html +1 -1
  48. package/doc/driver_auth_sasl-authenticator.js.html +1 -1
  49. package/doc/driver_client.js.html +2 -1
  50. package/doc/driver_connection.js.html +4 -1
  51. package/doc/driver_driver-remote-connection.js.html +2 -1
  52. package/doc/driver_remote-connection.js.html +1 -1
  53. package/doc/driver_response-error.js.html +1 -1
  54. package/doc/driver_result-set.js.html +1 -1
  55. package/doc/global.html +2 -2
  56. package/doc/index.html +1 -1
  57. package/doc/module.exports.html +1 -1
  58. package/doc/process_anonymous-traversal.js.html +1 -1
  59. package/doc/process_bytecode.js.html +1 -1
  60. package/doc/process_graph-traversal.js.html +1 -1
  61. package/doc/process_transaction.js.html +11 -3
  62. package/doc/process_translator.js.html +4 -4
  63. package/doc/process_traversal-strategy.js.html +1 -1
  64. package/doc/process_traversal.js.html +1 -1
  65. package/doc/structure_graph.js.html +1 -1
  66. package/doc/structure_io_binary_internals_DataType.js.html +1 -1
  67. package/doc/structure_io_binary_internals_GraphBinaryReader.js.html +1 -1
  68. package/doc/structure_io_binary_internals_GraphBinaryWriter.js.html +1 -1
  69. package/doc/structure_io_graph-serializer.js.html +1 -1
  70. package/doc/structure_io_type-serializers.js.html +1 -1
  71. package/doc/utils.js.html +181 -0
  72. package/docker-compose.yml +1 -3
  73. package/lib/driver/client.js +1 -0
  74. package/lib/driver/connection.js +3 -0
  75. package/lib/driver/driver-remote-connection.js +1 -0
  76. package/lib/process/transaction.js +10 -2
  77. package/lib/process/translator.js +3 -3
  78. package/lib/utils.js +1 -1
  79. package/package.json +4 -4
package/NOTICE CHANGED
@@ -1,5 +1,5 @@
1
1
  Apache TinkerPop
2
- Copyright 2015-2023 The Apache Software Foundation.
2
+ Copyright 2015-2024 The Apache Software Foundation.
3
3
 
4
4
  This product includes software developed at
5
5
  The Apache Software Foundation (http://www.apache.org/).
@@ -722,7 +722,7 @@ reference so that traversals spawned from it will execute over that reference.
722
722
  <br class="clear">
723
723
 
724
724
  <footer>
725
- 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)
725
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
726
726
  </footer>
727
727
 
728
728
  <script> prettyPrint(); </script>
@@ -294,7 +294,7 @@
294
294
  <br class="clear">
295
295
 
296
296
  <footer>
297
- 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)
297
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
298
298
  </footer>
299
299
 
300
300
  <script> prettyPrint(); </script>
package/doc/Bytecode.html CHANGED
@@ -932,7 +932,7 @@
932
932
  <br class="clear">
933
933
 
934
934
  <footer>
935
- 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)
935
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
936
936
  </footer>
937
937
 
938
938
  <script> prettyPrint(); </script>
@@ -696,13 +696,13 @@
696
696
  </div>
697
697
 
698
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>
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><li><a href="global.html#toArrayBuffer">toArrayBuffer</a></li></ul>
700
700
  </nav>
701
701
 
702
702
  <br class="clear">
703
703
 
704
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)
705
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Oct 24 2024 13:00:02 GMT-0700 (Pacific Daylight Time)
706
706
  </footer>
707
707
 
708
708
  <script> prettyPrint(); </script>
package/doc/Client.html CHANGED
@@ -710,6 +710,39 @@
710
710
  </tr>
711
711
 
712
712
 
713
+
714
+ <tr>
715
+
716
+ <td class="name"><code>enableCompression</code></td>
717
+
718
+
719
+ <td class="type">
720
+
721
+
722
+ <span class="param-type">Boolean</span>
723
+
724
+
725
+
726
+ </td>
727
+
728
+
729
+ <td class="attributes">
730
+
731
+ &lt;optional><br>
732
+
733
+
734
+
735
+
736
+
737
+ </td>
738
+
739
+
740
+
741
+
742
+ <td class="description last">Enable per-message deflate compression. Defaults to: false.</td>
743
+ </tr>
744
+
745
+
713
746
  </tbody>
714
747
  </table>
715
748
 
@@ -848,7 +881,7 @@
848
881
 
849
882
  <dt class="tag-source">Source:</dt>
850
883
  <dd class="tag-source"><ul class="dummy"><li>
851
- <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line76">line 76</a>
884
+ <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line77">line 77</a>
852
885
  </li></ul></dd>
853
886
 
854
887
 
@@ -1000,7 +1033,7 @@
1000
1033
 
1001
1034
  <dt class="tag-source">Source:</dt>
1002
1035
  <dd class="tag-source"><ul class="dummy"><li>
1003
- <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line185">line 185</a>
1036
+ <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line186">line 186</a>
1004
1037
  </li></ul></dd>
1005
1038
 
1006
1039
 
@@ -1089,7 +1122,7 @@ send session close request before connection close if session mode
1089
1122
 
1090
1123
  <dt class="tag-source">Source:</dt>
1091
1124
  <dd class="tag-source"><ul class="dummy"><li>
1092
- <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line172">line 172</a>
1125
+ <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line173">line 173</a>
1093
1126
  </li></ul></dd>
1094
1127
 
1095
1128
 
@@ -1195,7 +1228,7 @@ send session close request before connection close if session mode
1195
1228
 
1196
1229
  <dt class="tag-source">Source:</dt>
1197
1230
  <dd class="tag-source"><ul class="dummy"><li>
1198
- <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line68">line 68</a>
1231
+ <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line69">line 69</a>
1199
1232
  </li></ul></dd>
1200
1233
 
1201
1234
 
@@ -1373,7 +1406,7 @@ send session close request before connection close if session mode
1373
1406
 
1374
1407
  <dt class="tag-source">Source:</dt>
1375
1408
  <dd class="tag-source"><ul class="dummy"><li>
1376
- <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line194">line 194</a>
1409
+ <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line195">line 195</a>
1377
1410
  </li></ul></dd>
1378
1411
 
1379
1412
 
@@ -1589,7 +1622,7 @@ send session close request before connection close if session mode
1589
1622
 
1590
1623
  <dt class="tag-source">Source:</dt>
1591
1624
  <dd class="tag-source"><ul class="dummy"><li>
1592
- <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line135">line 135</a>
1625
+ <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line136">line 136</a>
1593
1626
  </li></ul></dd>
1594
1627
 
1595
1628
 
@@ -1823,7 +1856,7 @@ send session close request before connection close if session mode
1823
1856
 
1824
1857
  <dt class="tag-source">Source:</dt>
1825
1858
  <dd class="tag-source"><ul class="dummy"><li>
1826
- <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line96">line 96</a>
1859
+ <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line97">line 97</a>
1827
1860
  </li></ul></dd>
1828
1861
 
1829
1862
 
@@ -1893,7 +1926,7 @@ send session close request before connection close if session mode
1893
1926
  <br class="clear">
1894
1927
 
1895
1928
  <footer>
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)
1929
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
1897
1930
  </footer>
1898
1931
 
1899
1932
  <script> prettyPrint(); </script>
@@ -645,6 +645,39 @@
645
645
 
646
646
 
647
647
 
648
+ <tr>
649
+
650
+ <td class="name"><code>enableCompression</code></td>
651
+
652
+
653
+ <td class="type">
654
+
655
+
656
+ <span class="param-type">Boolean</span>
657
+
658
+
659
+
660
+ </td>
661
+
662
+
663
+ <td class="attributes">
664
+
665
+ &lt;optional><br>
666
+
667
+
668
+
669
+
670
+
671
+ </td>
672
+
673
+
674
+
675
+
676
+ <td class="description last">Enable per-message deflate compression. Defaults to: false.</td>
677
+ </tr>
678
+
679
+
680
+
648
681
  <tr>
649
682
 
650
683
  <td class="name"><code>connectOnStartup</code></td>
@@ -825,7 +858,7 @@
825
858
 
826
859
  <dt class="tag-source">Source:</dt>
827
860
  <dd class="tag-source"><ul class="dummy"><li>
828
- <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line86">line 86</a>
861
+ <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line87">line 87</a>
829
862
  </li></ul></dd>
830
863
 
831
864
 
@@ -905,7 +938,7 @@
905
938
 
906
939
  <dt class="tag-source">Source:</dt>
907
940
  <dd class="tag-source"><ul class="dummy"><li>
908
- <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line393">line 393</a>
941
+ <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line396">line 396</a>
909
942
  </li></ul></dd>
910
943
 
911
944
 
@@ -993,7 +1026,7 @@
993
1026
 
994
1027
  <dt class="tag-source">Source:</dt>
995
1028
  <dd class="tag-source"><ul class="dummy"><li>
996
- <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line433">line 433</a>
1029
+ <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line436">line 436</a>
997
1030
  </li></ul></dd>
998
1031
 
999
1032
 
@@ -1099,7 +1132,7 @@
1099
1132
 
1100
1133
  <dt class="tag-source">Source:</dt>
1101
1134
  <dd class="tag-source"><ul class="dummy"><li>
1102
- <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line121">line 121</a>
1135
+ <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line122">line 122</a>
1103
1136
  </li></ul></dd>
1104
1137
 
1105
1138
 
@@ -1201,7 +1234,7 @@
1201
1234
 
1202
1235
  <dt class="tag-source">Source:</dt>
1203
1236
  <dd class="tag-source"><ul class="dummy"><li>
1204
- <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line210">line 210</a>
1237
+ <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line212">line 212</a>
1205
1238
  </li></ul></dd>
1206
1239
 
1207
1240
 
@@ -1285,7 +1318,7 @@
1285
1318
 
1286
1319
  <dt class="tag-source">Source:</dt>
1287
1320
  <dd class="tag-source"><ul class="dummy"><li>
1288
- <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line177">line 177</a>
1321
+ <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line179">line 179</a>
1289
1322
  </li></ul></dd>
1290
1323
 
1291
1324
 
@@ -1337,7 +1370,7 @@
1337
1370
  <br class="clear">
1338
1371
 
1339
1372
  <footer>
1340
- 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)
1373
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
1341
1374
  </footer>
1342
1375
 
1343
1376
  <script> prettyPrint(); </script>
@@ -0,0 +1,149 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>JSDoc: Source: DataType.js</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">Source: DataType.js</h1>
21
+
22
+
23
+
24
+
25
+
26
+
27
+ <section>
28
+ <article>
29
+ <pre class="prettyprint source linenums"><code>/*
30
+ * Licensed to the Apache Software Foundation (ASF) under one
31
+ * or more contributor license agreements. See the NOTICE file
32
+ * distributed with this work for additional information
33
+ * regarding copyright ownership. The ASF licenses this file
34
+ * to you under the Apache License, Version 2.0 (the
35
+ * "License"); you may not use this file except in compliance
36
+ * with the License. You may obtain a copy of the License at
37
+ *
38
+ * http://www.apache.org/licenses/LICENSE-2.0
39
+ *
40
+ * Unless required by applicable law or agreed to in writing,
41
+ * software distributed under the License is distributed on an
42
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
43
+ * KIND, either express or implied. See the License for the
44
+ * specific language governing permissions and limitations
45
+ * under the License.
46
+ */
47
+
48
+ /**
49
+ * @author Igor Ostapenko
50
+ */
51
+
52
+ /**
53
+ * Represents a GraphBinary data type.
54
+ *
55
+ * See org.apache.tinkerpop.gremlin.structure.io.binary.DataType Java class.
56
+ */
57
+ const DataType = {
58
+ INT: 0x01,
59
+ LONG: 0x02,
60
+ STRING: 0x03,
61
+ DATE: 0x04,
62
+ TIMESTAMP: 0x05,
63
+ CLASS: 0x06,
64
+ DOUBLE: 0x07,
65
+ FLOAT: 0x08,
66
+ LIST: 0x09,
67
+ MAP: 0x0a,
68
+ SET: 0x0b,
69
+ UUID: 0x0c,
70
+ EDGE: 0x0d,
71
+ PATH: 0x0e,
72
+ PROPERTY: 0x0f,
73
+ GRAPH: 0x10,
74
+ VERTEX: 0x11,
75
+ VERTEXPROPERTY: 0x12,
76
+ BARRIER: 0x13,
77
+ BINDING: 0x14,
78
+ BYTECODE: 0x15,
79
+ CARDINALITY: 0x16,
80
+ COLUMN: 0x17,
81
+ DIRECTION: 0x18,
82
+ OPERATOR: 0x19,
83
+ ORDER: 0x1a,
84
+ PICK: 0x1b,
85
+ POP: 0x1c,
86
+ LAMBDA: 0x1d,
87
+ P: 0x1e,
88
+ SCOPE: 0x1f,
89
+ T: 0x20,
90
+ TRAVERSER: 0x21,
91
+ BIGDECIMAL: 0x22,
92
+ BIGINTEGER: 0x23,
93
+ BYTE: 0x24,
94
+ BYTEBUFFER: 0x25,
95
+ SHORT: 0x26,
96
+ BOOLEAN: 0x27,
97
+ TEXTP: 0x28,
98
+ TRAVERSALSTRATEGY: 0x29,
99
+ BULKSET: 0x2a,
100
+ TREE: 0x2b,
101
+ METRICS: 0x2c,
102
+ TRAVERSALMETRICS: 0x2d,
103
+ MERGE: 0x2e,
104
+ DT: 0x2f,
105
+
106
+ CHAR: 0x80,
107
+ DURATION: 0x81,
108
+ INETADDRESS: 0x82,
109
+ INSTANT: 0x83,
110
+ LOCALDATE: 0x84,
111
+ LOCALDATETIME: 0x85,
112
+ LOCALTIME: 0x86,
113
+ MONTHDAY: 0x87,
114
+ OFFSETDATETIME: 0x88,
115
+ OFFSETTIME: 0x89,
116
+ PERIOD: 0x8a,
117
+ YEAR: 0x8b,
118
+ YEARMONTH: 0x8c,
119
+ ZONEDATETIME: 0x8d,
120
+ ZONEOFFSET: 0x8e,
121
+
122
+ CUSTOM: 0,
123
+ UNSPECIFIED_NULL: 0xfe,
124
+ };
125
+
126
+ export default DataType;
127
+ </code></pre>
128
+ </article>
129
+ </section>
130
+
131
+
132
+
133
+
134
+ </div>
135
+
136
+ <nav>
137
+ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="module.exports.html">exports</a></li></ul><h3>Global</h3><ul><li><a href="global.html#DataType">DataType</a></li></ul>
138
+ </nav>
139
+
140
+ <br class="clear">
141
+
142
+ <footer>
143
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Oct 17 2024 15:29:12 GMT-0700 (Pacific Daylight Time)
144
+ </footer>
145
+
146
+ <script> prettyPrint(); </script>
147
+ <script src="scripts/linenumber.js"> </script>
148
+ </body>
149
+ </html>
@@ -644,6 +644,39 @@
644
644
  </tr>
645
645
 
646
646
 
647
+
648
+ <tr>
649
+
650
+ <td class="name"><code>enableCompression</code></td>
651
+
652
+
653
+ <td class="type">
654
+
655
+
656
+ <span class="param-type">Boolean</span>
657
+
658
+
659
+
660
+ </td>
661
+
662
+
663
+ <td class="attributes">
664
+
665
+ &lt;optional><br>
666
+
667
+
668
+
669
+
670
+
671
+ </td>
672
+
673
+
674
+
675
+
676
+ <td class="description last">Enable per-message deflate compression. Defaults to: false.</td>
677
+ </tr>
678
+
679
+
647
680
  </tbody>
648
681
  </table>
649
682
 
@@ -778,7 +811,7 @@
778
811
 
779
812
  <dt class="tag-source">Source:</dt>
780
813
  <dd class="tag-source"><ul class="dummy"><li>
781
- <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line68">line 68</a>
814
+ <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line69">line 69</a>
782
815
  </li></ul></dd>
783
816
 
784
817
 
@@ -836,7 +869,7 @@
836
869
 
837
870
  <dt class="tag-source">Source:</dt>
838
871
  <dd class="tag-source"><ul class="dummy"><li>
839
- <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line106">line 106</a>
872
+ <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line107">line 107</a>
840
873
  </li></ul></dd>
841
874
 
842
875
 
@@ -912,7 +945,7 @@
912
945
 
913
946
  <dt class="tag-source">Source:</dt>
914
947
  <dd class="tag-source"><ul class="dummy"><li>
915
- <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line126">line 126</a>
948
+ <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line127">line 127</a>
916
949
  </li></ul></dd>
917
950
 
918
951
 
@@ -996,7 +1029,7 @@
996
1029
 
997
1030
  <dt class="tag-source">Source:</dt>
998
1031
  <dd class="tag-source"><ul class="dummy"><li>
999
- <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line121">line 121</a>
1032
+ <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line122">line 122</a>
1000
1033
  </li></ul></dd>
1001
1034
 
1002
1035
 
@@ -1080,7 +1113,7 @@
1080
1113
 
1081
1114
  <dt class="tag-source">Source:</dt>
1082
1115
  <dd class="tag-source"><ul class="dummy"><li>
1083
- <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line111">line 111</a>
1116
+ <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line112">line 112</a>
1084
1117
  </li></ul></dd>
1085
1118
 
1086
1119
 
@@ -1164,7 +1197,7 @@
1164
1197
 
1165
1198
  <dt class="tag-source">Source:</dt>
1166
1199
  <dd class="tag-source"><ul class="dummy"><li>
1167
- <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line94">line 94</a>
1200
+ <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line95">line 95</a>
1168
1201
  </li></ul></dd>
1169
1202
 
1170
1203
 
@@ -1248,7 +1281,7 @@
1248
1281
 
1249
1282
  <dt class="tag-source">Source:</dt>
1250
1283
  <dd class="tag-source"><ul class="dummy"><li>
1251
- <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line63">line 63</a>
1284
+ <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line64">line 64</a>
1252
1285
  </li></ul></dd>
1253
1286
 
1254
1287
 
@@ -1332,7 +1365,7 @@
1332
1365
 
1333
1366
  <dt class="tag-source">Source:</dt>
1334
1367
  <dd class="tag-source"><ul class="dummy"><li>
1335
- <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line131">line 131</a>
1368
+ <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line132">line 132</a>
1336
1369
  </li></ul></dd>
1337
1370
 
1338
1371
 
@@ -1416,7 +1449,7 @@
1416
1449
 
1417
1450
  <dt class="tag-source">Source:</dt>
1418
1451
  <dd class="tag-source"><ul class="dummy"><li>
1419
- <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line116">line 116</a>
1452
+ <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line117">line 117</a>
1420
1453
  </li></ul></dd>
1421
1454
 
1422
1455
 
@@ -1500,7 +1533,7 @@
1500
1533
 
1501
1534
  <dt class="tag-source">Source:</dt>
1502
1535
  <dd class="tag-source"><ul class="dummy"><li>
1503
- <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line73">line 73</a>
1536
+ <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line74">line 74</a>
1504
1537
  </li></ul></dd>
1505
1538
 
1506
1539
 
@@ -1552,7 +1585,7 @@
1552
1585
  <br class="clear">
1553
1586
 
1554
1587
  <footer>
1555
- 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)
1588
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
1556
1589
  </footer>
1557
1590
 
1558
1591
  <script> prettyPrint(); </script>
@@ -243,7 +243,7 @@
243
243
  <br class="clear">
244
244
 
245
245
  <footer>
246
- 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)
246
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
247
247
  </footer>
248
248
 
249
249
  <script> prettyPrint(); </script>
package/doc/Graph.html CHANGED
@@ -334,7 +334,7 @@
334
334
  <br class="clear">
335
335
 
336
336
  <footer>
337
- 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)
337
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
338
338
  </footer>
339
339
 
340
340
  <script> prettyPrint(); </script>