gremlin 3.5.1 → 3.6.0
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.
- package/.eslintrc.js +154 -0
- package/.prettierrc.js +29 -0
- package/Gruntfile.js +15 -16
- package/README.md +2 -2
- package/doc/AnonymousTraversalSource.html +5 -5
- package/doc/Authenticator.html +2 -2
- package/doc/Bytecode.html +7 -7
- package/doc/Client.html +138 -64
- package/doc/Connection.html +89 -5
- package/doc/DriverRemoteConnection.html +11 -11
- package/doc/EdgeLabelVerificationStrategy.html +3 -3
- package/doc/Graph.html +2 -2
- package/doc/GraphSON2Reader.html +4 -4
- package/doc/GraphSON2Writer.html +3 -3
- package/doc/GraphSON3Reader.html +3 -3
- package/doc/GraphSON3Writer.html +3 -3
- package/doc/GraphTraversal.html +1025 -190
- package/doc/GraphTraversalSource.html +520 -19
- package/doc/HaltedTraverserStrategy.html +3 -3
- package/doc/MatchAlgorithmStrategy.html +3 -3
- package/doc/P.html +13 -13
- package/doc/PartitionStrategy.html +3 -3
- package/doc/Path.html +2 -2
- package/doc/PlainTextSaslAuthenticator.html +2 -2
- package/doc/ProductiveByStrategy.html +288 -0
- package/doc/RemoteConnection.html +10 -10
- package/doc/RemoteStrategy.html +4 -4
- package/doc/RemoteTraversal.html +3 -3
- package/doc/ReservedKeysVerificationStrategy.html +3 -3
- package/doc/ResponseError.html +2 -2
- package/doc/ResultSet.html +7 -7
- package/doc/SaslAuthenticator.html +2 -2
- package/doc/SaslMechanismBase.html +2 -2
- package/doc/SaslMechanismPlain.html +6 -6
- package/doc/SeedStrategy.html +288 -0
- package/doc/SubgraphStrategy.html +3 -3
- package/doc/TextP.html +300 -10
- package/doc/Transaction.html +6 -6
- package/doc/Translator.html +198 -4
- package/doc/TraversalStrategies.html +5 -5
- package/doc/TraversalStrategy.html +3 -3
- package/doc/TypeSerializer.html +2 -2
- package/doc/driver_auth_authenticator.js.html +4 -4
- package/doc/driver_auth_mechanisms_sasl-mechanism-base.js.html +3 -3
- package/doc/driver_auth_mechanisms_sasl-mechanism-plain.js.html +26 -17
- package/doc/driver_auth_plain-text-sasl-authenticator.js.html +7 -7
- package/doc/driver_auth_sasl-authenticator.js.html +3 -3
- package/doc/driver_client.js.html +73 -23
- package/doc/driver_connection.js.html +108 -89
- package/doc/driver_driver-remote-connection.js.html +12 -11
- package/doc/driver_remote-connection.js.html +4 -5
- package/doc/driver_response-error.js.html +5 -4
- package/doc/driver_result-set.js.html +4 -4
- package/doc/global.html +200 -3
- package/doc/index.html +4 -4
- package/doc/process_anonymous-traversal.js.html +4 -4
- package/doc/process_bytecode.js.html +11 -9
- package/doc/process_graph-traversal.js.html +277 -143
- package/doc/process_transaction.js.html +16 -9
- package/doc/process_translator.js.html +53 -37
- package/doc/process_traversal-strategy.js.html +83 -53
- package/doc/process_traversal.js.html +111 -107
- package/doc/structure_graph.js.html +7 -7
- package/doc/structure_io_graph-serializer.js.html +65 -18
- package/doc/structure_io_type-serializers.js.html +86 -89
- package/index.js +5 -5
- package/lib/driver/auth/authenticator.js +2 -2
- package/lib/driver/auth/mechanisms/sasl-mechanism-base.js +1 -1
- package/lib/driver/auth/mechanisms/sasl-mechanism-plain.js +24 -15
- package/lib/driver/auth/plain-text-sasl-authenticator.js +5 -5
- package/lib/driver/auth/sasl-authenticator.js +1 -1
- package/lib/driver/client.js +71 -21
- package/lib/driver/connection.js +106 -87
- package/lib/driver/driver-remote-connection.js +10 -9
- package/lib/driver/remote-connection.js +2 -3
- package/lib/driver/response-error.js +2 -2
- package/lib/driver/result-set.js +1 -2
- package/lib/process/anonymous-traversal.js +1 -2
- package/lib/process/bytecode.js +9 -7
- package/lib/process/graph-traversal.js +274 -141
- package/lib/process/transaction.js +13 -7
- package/lib/process/translator.js +50 -35
- package/lib/process/traversal-strategy.js +80 -51
- package/lib/process/traversal.js +109 -105
- package/lib/structure/graph.js +5 -5
- package/lib/structure/io/graph-serializer.js +62 -16
- package/lib/structure/io/type-serializers.js +84 -87
- package/lib/utils.js +15 -10
- package/package.json +11 -4
package/.eslintrc.js
ADDED
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Licensed to the Apache Software Foundation (ASF) under one
|
|
3
|
+
* or more contributor license agreements. See the NOTICE file
|
|
4
|
+
* distributed with this work for additional information
|
|
5
|
+
* regarding copyright ownership. The ASF licenses this file
|
|
6
|
+
* to you under the Apache License, Version 2.0 (the
|
|
7
|
+
* "License"); you may not use this file except in compliance
|
|
8
|
+
* with the License. You may obtain a copy of the License at
|
|
9
|
+
*
|
|
10
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
+
*
|
|
12
|
+
* Unless required by applicable law or agreed to in writing,
|
|
13
|
+
* software distributed under the License is distributed on an
|
|
14
|
+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
15
|
+
* KIND, either express or implied. See the License for the
|
|
16
|
+
* specific language governing permissions and limitations
|
|
17
|
+
* under the License.
|
|
18
|
+
*/
|
|
19
|
+
|
|
20
|
+
'use strict';
|
|
21
|
+
|
|
22
|
+
module.exports = {
|
|
23
|
+
env: {
|
|
24
|
+
commonjs: true,
|
|
25
|
+
es6: true,
|
|
26
|
+
},
|
|
27
|
+
parserOptions: {
|
|
28
|
+
ecmaVersion: 2017,
|
|
29
|
+
},
|
|
30
|
+
ignorePatterns: ['test/**/*.js', 'doc/**/*.js'],
|
|
31
|
+
extends: ['eslint:recommended', 'prettier'],
|
|
32
|
+
plugins: ['prettier'],
|
|
33
|
+
rules: {
|
|
34
|
+
'prettier/prettier': ['error'],
|
|
35
|
+
indent: ['error', 2, { SwitchCase: 1 }],
|
|
36
|
+
'linebreak-style': ['error', 'unix'],
|
|
37
|
+
quotes: ['error', 'single'],
|
|
38
|
+
semi: ['error', 'always'],
|
|
39
|
+
'no-constant-condition': ['error', { checkLoops: false }],
|
|
40
|
+
strict: ['error', 'global'],
|
|
41
|
+
'array-callback-return': 'error',
|
|
42
|
+
curly: 'error',
|
|
43
|
+
'no-unused-vars': ['error', { args: 'none' }],
|
|
44
|
+
'global-require': 'error',
|
|
45
|
+
eqeqeq: ['error', 'allow-null'],
|
|
46
|
+
|
|
47
|
+
// make sure for-in loops have an if statement
|
|
48
|
+
'guard-for-in': 'error',
|
|
49
|
+
'no-alert': 'error',
|
|
50
|
+
'no-caller': 'error',
|
|
51
|
+
'no-case-declarations': 'error',
|
|
52
|
+
'no-else-return': 'error',
|
|
53
|
+
'no-empty-pattern': 'error',
|
|
54
|
+
'no-eval': 'error',
|
|
55
|
+
'no-extend-native': 'error',
|
|
56
|
+
'no-extra-bind': 'error',
|
|
57
|
+
'no-extra-label': 'error',
|
|
58
|
+
'no-floating-decimal': 'error',
|
|
59
|
+
'no-global-assign': ['error', { exceptions: [] }],
|
|
60
|
+
'no-implicit-coercion': [
|
|
61
|
+
'off',
|
|
62
|
+
{
|
|
63
|
+
boolean: false,
|
|
64
|
+
number: true,
|
|
65
|
+
string: true,
|
|
66
|
+
allow: [],
|
|
67
|
+
},
|
|
68
|
+
],
|
|
69
|
+
'no-implied-eval': 'error',
|
|
70
|
+
'no-labels': ['error', { allowLoop: false, allowSwitch: false }],
|
|
71
|
+
'no-lone-blocks': 'error',
|
|
72
|
+
'no-loop-func': 'error',
|
|
73
|
+
//
|
|
74
|
+
// disallow use of multiple spaces
|
|
75
|
+
'no-multi-spaces': 'error',
|
|
76
|
+
'no-new': 'error',
|
|
77
|
+
'no-new-func': 'error',
|
|
78
|
+
'no-new-wrappers': 'error',
|
|
79
|
+
'no-octal-escape': 'error',
|
|
80
|
+
'no-proto': 'error',
|
|
81
|
+
'no-prototype-builtins': 0,
|
|
82
|
+
'no-redeclare': 'error',
|
|
83
|
+
'no-restricted-properties': [
|
|
84
|
+
'error',
|
|
85
|
+
{
|
|
86
|
+
object: 'arguments',
|
|
87
|
+
property: 'callee',
|
|
88
|
+
message: 'arguments.callee is deprecated',
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
property: '__defineGetter__',
|
|
92
|
+
message: 'Please use Object.defineProperty instead.',
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
property: '__defineSetter__',
|
|
96
|
+
message: 'Please use Object.defineProperty instead.',
|
|
97
|
+
},
|
|
98
|
+
],
|
|
99
|
+
'no-self-assign': 'error',
|
|
100
|
+
'no-self-compare': 'error',
|
|
101
|
+
'no-sequences': 'error',
|
|
102
|
+
'no-throw-literal': 'error',
|
|
103
|
+
'no-unmodified-loop-condition': 'off',
|
|
104
|
+
'no-unused-expressions': [
|
|
105
|
+
'error',
|
|
106
|
+
{
|
|
107
|
+
allowShortCircuit: false,
|
|
108
|
+
allowTernary: false,
|
|
109
|
+
},
|
|
110
|
+
],
|
|
111
|
+
'no-useless-call': 'off',
|
|
112
|
+
'no-useless-concat': 'error',
|
|
113
|
+
'no-useless-escape': 'error',
|
|
114
|
+
'no-useless-return': 'error',
|
|
115
|
+
'no-void': 'error',
|
|
116
|
+
'no-with': 'error',
|
|
117
|
+
'no-buffer-constructor': 'error',
|
|
118
|
+
radix: 'error',
|
|
119
|
+
'no-var': 'error',
|
|
120
|
+
'prefer-const': 'error',
|
|
121
|
+
'arrow-body-style': ['error', 'as-needed'],
|
|
122
|
+
'arrow-spacing': 'error',
|
|
123
|
+
'no-confusing-arrow': ['error', { allowParens: true }],
|
|
124
|
+
yoda: 'error',
|
|
125
|
+
'constructor-super': 'error',
|
|
126
|
+
'require-await': 'error',
|
|
127
|
+
'require-atomic-updates': 'off',
|
|
128
|
+
},
|
|
129
|
+
globals: {
|
|
130
|
+
Buffer: false,
|
|
131
|
+
Promise: true,
|
|
132
|
+
Symbol: false,
|
|
133
|
+
Uint16Array: false,
|
|
134
|
+
Int32Array: false,
|
|
135
|
+
Int8Array: false,
|
|
136
|
+
BigInt: false,
|
|
137
|
+
process: false,
|
|
138
|
+
setInterval: false,
|
|
139
|
+
setTimeout: false,
|
|
140
|
+
setImmediate: false,
|
|
141
|
+
clearInterval: false,
|
|
142
|
+
clearTimeout: false,
|
|
143
|
+
describe: false,
|
|
144
|
+
xdescribe: false,
|
|
145
|
+
it: false,
|
|
146
|
+
xit: false,
|
|
147
|
+
context: false,
|
|
148
|
+
after: false,
|
|
149
|
+
afterEach: false,
|
|
150
|
+
before: false,
|
|
151
|
+
beforeEach: false,
|
|
152
|
+
__filename: false,
|
|
153
|
+
},
|
|
154
|
+
};
|
package/.prettierrc.js
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Licensed to the Apache Software Foundation (ASF) under one
|
|
3
|
+
* or more contributor license agreements. See the NOTICE file
|
|
4
|
+
* distributed with this work for additional information
|
|
5
|
+
* regarding copyright ownership. The ASF licenses this file
|
|
6
|
+
* to you under the Apache License, Version 2.0 (the
|
|
7
|
+
* "License"); you may not use this file except in compliance
|
|
8
|
+
* with the License. You may obtain a copy of the License at
|
|
9
|
+
*
|
|
10
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
+
*
|
|
12
|
+
* Unless required by applicable law or agreed to in writing,
|
|
13
|
+
* software distributed under the License is distributed on an
|
|
14
|
+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
15
|
+
* KIND, either express or implied. See the License for the
|
|
16
|
+
* specific language governing permissions and limitations
|
|
17
|
+
* under the License.
|
|
18
|
+
*/
|
|
19
|
+
|
|
20
|
+
module.exports = {
|
|
21
|
+
singleQuote: true,
|
|
22
|
+
printWidth: 120,
|
|
23
|
+
trailingComma: 'all',
|
|
24
|
+
bracketSpacing: true,
|
|
25
|
+
arrowParens: 'always',
|
|
26
|
+
semi: true,
|
|
27
|
+
tabWidth: 2,
|
|
28
|
+
useTabs: false,
|
|
29
|
+
};
|
package/Gruntfile.js
CHANGED
|
@@ -18,19 +18,18 @@
|
|
|
18
18
|
*/
|
|
19
19
|
'use strict';
|
|
20
20
|
|
|
21
|
-
module.exports = function(grunt) {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
}
|
|
21
|
+
module.exports = function (grunt) {
|
|
22
|
+
grunt.loadNpmTasks('grunt-jsdoc');
|
|
23
|
+
grunt.initConfig({
|
|
24
|
+
jsdoc: {
|
|
25
|
+
dist: {
|
|
26
|
+
src: ['lib'],
|
|
27
|
+
options: {
|
|
28
|
+
destination: 'doc',
|
|
29
|
+
recurse: true,
|
|
30
|
+
readme: 'README.md',
|
|
31
|
+
},
|
|
32
|
+
},
|
|
33
|
+
},
|
|
34
|
+
});
|
|
35
|
+
};
|
package/README.md
CHANGED
|
@@ -136,8 +136,8 @@ const updateVertex = async (vertexId, label, name) => {
|
|
|
136
136
|
};
|
|
137
137
|
```
|
|
138
138
|
|
|
139
|
-
|
|
140
|
-
|
|
139
|
+
__NOTE__ that versions suffixed with "-rc" are considered release candidates (i.e. pre-alpha, alpha, beta, etc.) and thus
|
|
140
|
+
for early testing purposes only. These releases are not suitable for production.
|
|
141
141
|
|
|
142
142
|
[tk]: https://tinkerpop.apache.org
|
|
143
143
|
[gremlin]: https://tinkerpop.apache.org/gremlin.html
|
|
@@ -330,7 +330,7 @@ instance or a <code>RemoteConnection</code>.</div>
|
|
|
330
330
|
|
|
331
331
|
<dt class="tag-source">Source:</dt>
|
|
332
332
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
333
|
-
<a href="process_anonymous-traversal.js.html">process/anonymous-traversal.js</a>, <a href="process_anonymous-traversal.js.html#
|
|
333
|
+
<a href="process_anonymous-traversal.js.html">process/anonymous-traversal.js</a>, <a href="process_anonymous-traversal.js.html#line47">line 47</a>
|
|
334
334
|
</li></ul></dd>
|
|
335
335
|
|
|
336
336
|
|
|
@@ -496,7 +496,7 @@ at which point there will be support for {@code withEmbedded} which is part of t
|
|
|
496
496
|
|
|
497
497
|
<dt class="tag-source">Source:</dt>
|
|
498
498
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
499
|
-
<a href="process_anonymous-traversal.js.html">process/anonymous-traversal.js</a>, <a href="process_anonymous-traversal.js.html#
|
|
499
|
+
<a href="process_anonymous-traversal.js.html">process/anonymous-traversal.js</a>, <a href="process_anonymous-traversal.js.html#line72">line 72</a>
|
|
500
500
|
</li></ul></dd>
|
|
501
501
|
|
|
502
502
|
|
|
@@ -652,7 +652,7 @@ reference so that traversals spawned from it will execute over that reference.
|
|
|
652
652
|
|
|
653
653
|
<dt class="tag-source">Source:</dt>
|
|
654
654
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
655
|
-
<a href="process_anonymous-traversal.js.html">process/anonymous-traversal.js</a>, <a href="process_anonymous-traversal.js.html#
|
|
655
|
+
<a href="process_anonymous-traversal.js.html">process/anonymous-traversal.js</a>, <a href="process_anonymous-traversal.js.html#line57">line 57</a>
|
|
656
656
|
</li></ul></dd>
|
|
657
657
|
|
|
658
658
|
|
|
@@ -716,13 +716,13 @@ reference so that traversals spawned from it will execute over that reference.
|
|
|
716
716
|
</div>
|
|
717
717
|
|
|
718
718
|
<nav>
|
|
719
|
-
<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="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="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="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="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#statics">statics</a></li></ul>
|
|
719
|
+
<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="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="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#statics">statics</a></li></ul>
|
|
720
720
|
</nav>
|
|
721
721
|
|
|
722
722
|
<br class="clear">
|
|
723
723
|
|
|
724
724
|
<footer>
|
|
725
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.
|
|
725
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Apr 11 2022 07:53:52 GMT-0400 (Eastern Daylight Time)
|
|
726
726
|
</footer>
|
|
727
727
|
|
|
728
728
|
<script> prettyPrint(); </script>
|
package/doc/Authenticator.html
CHANGED
|
@@ -288,13 +288,13 @@
|
|
|
288
288
|
</div>
|
|
289
289
|
|
|
290
290
|
<nav>
|
|
291
|
-
<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="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="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="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="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#statics">statics</a></li></ul>
|
|
291
|
+
<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="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="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#statics">statics</a></li></ul>
|
|
292
292
|
</nav>
|
|
293
293
|
|
|
294
294
|
<br class="clear">
|
|
295
295
|
|
|
296
296
|
<footer>
|
|
297
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.
|
|
297
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Apr 11 2022 07:53:52 GMT-0400 (Eastern Daylight Time)
|
|
298
298
|
</footer>
|
|
299
299
|
|
|
300
300
|
<script> prettyPrint(); </script>
|
package/doc/Bytecode.html
CHANGED
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
|
|
249
249
|
<dt class="tag-source">Source:</dt>
|
|
250
250
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
251
|
-
<a href="process_bytecode.js.html">process/bytecode.js</a>, <a href="process_bytecode.js.html#
|
|
251
|
+
<a href="process_bytecode.js.html">process/bytecode.js</a>, <a href="process_bytecode.js.html#line116">line 116</a>
|
|
252
252
|
</li></ul></dd>
|
|
253
253
|
|
|
254
254
|
|
|
@@ -400,7 +400,7 @@
|
|
|
400
400
|
|
|
401
401
|
<dt class="tag-source">Source:</dt>
|
|
402
402
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
403
|
-
<a href="process_bytecode.js.html">process/bytecode.js</a>, <a href="process_bytecode.js.html#
|
|
403
|
+
<a href="process_bytecode.js.html">process/bytecode.js</a>, <a href="process_bytecode.js.html#line106">line 106</a>
|
|
404
404
|
</li></ul></dd>
|
|
405
405
|
|
|
406
406
|
|
|
@@ -578,7 +578,7 @@
|
|
|
578
578
|
|
|
579
579
|
<dt class="tag-source">Source:</dt>
|
|
580
580
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
581
|
-
<a href="process_bytecode.js.html">process/bytecode.js</a>, <a href="process_bytecode.js.html#
|
|
581
|
+
<a href="process_bytecode.js.html">process/bytecode.js</a>, <a href="process_bytecode.js.html#line48">line 48</a>
|
|
582
582
|
</li></ul></dd>
|
|
583
583
|
|
|
584
584
|
|
|
@@ -756,7 +756,7 @@
|
|
|
756
756
|
|
|
757
757
|
<dt class="tag-source">Source:</dt>
|
|
758
758
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
759
|
-
<a href="process_bytecode.js.html">process/bytecode.js</a>, <a href="process_bytecode.js.html#
|
|
759
|
+
<a href="process_bytecode.js.html">process/bytecode.js</a>, <a href="process_bytecode.js.html#line67">line 67</a>
|
|
760
760
|
</li></ul></dd>
|
|
761
761
|
|
|
762
762
|
|
|
@@ -862,7 +862,7 @@
|
|
|
862
862
|
|
|
863
863
|
<dt class="tag-source">Source:</dt>
|
|
864
864
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
865
|
-
<a href="process_bytecode.js.html">process/bytecode.js</a>, <a href="process_bytecode.js.html#
|
|
865
|
+
<a href="process_bytecode.js.html">process/bytecode.js</a>, <a href="process_bytecode.js.html#line96">line 96</a>
|
|
866
866
|
</li></ul></dd>
|
|
867
867
|
|
|
868
868
|
|
|
@@ -926,13 +926,13 @@
|
|
|
926
926
|
</div>
|
|
927
927
|
|
|
928
928
|
<nav>
|
|
929
|
-
<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="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="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="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="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#statics">statics</a></li></ul>
|
|
929
|
+
<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="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="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#statics">statics</a></li></ul>
|
|
930
930
|
</nav>
|
|
931
931
|
|
|
932
932
|
<br class="clear">
|
|
933
933
|
|
|
934
934
|
<footer>
|
|
935
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.
|
|
935
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Apr 11 2022 07:53:52 GMT-0400 (Eastern Daylight Time)
|
|
936
936
|
</footer>
|
|
937
937
|
|
|
938
938
|
<script> prettyPrint(); </script>
|