gremlin 3.4.9 → 3.4.13
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/doc/AnonymousTraversalSource.html +1 -1
- package/doc/Authenticator.html +1 -1
- package/doc/Bytecode.html +1 -1
- package/doc/Client.html +1 -1
- package/doc/Connection.html +1 -1
- package/doc/DriverRemoteConnection.html +1 -1
- package/doc/EdgeLabelVerificationStrategy.html +1 -1
- package/doc/Graph.html +1 -1
- package/doc/GraphSON2Reader.html +1 -1
- package/doc/GraphSON2Writer.html +1 -1
- package/doc/GraphSON3Reader.html +1 -1
- package/doc/GraphSON3Writer.html +1 -1
- package/doc/GraphTraversal.html +213 -48
- package/doc/GraphTraversalSource.html +1 -1
- package/doc/HaltedTraverserStrategy.html +1 -1
- package/doc/MatchAlgorithmStrategy.html +1 -1
- package/doc/P.html +12 -12
- package/doc/PartitionStrategy.html +2 -2
- package/doc/Path.html +1 -1
- package/doc/PlainTextSaslAuthenticator.html +1 -1
- package/doc/ProductiveByStrategy.html +288 -0
- package/doc/RemoteConnection.html +1 -1
- package/doc/RemoteStrategy.html +1 -1
- package/doc/RemoteTraversal.html +1 -1
- package/doc/ReservedKeysVerificationStrategy.html +2 -2
- package/doc/ResponseError.html +1 -1
- package/doc/ResultSet.html +1 -1
- package/doc/SaslAuthenticator.html +1 -1
- package/doc/SaslMechanismBase.html +1 -1
- package/doc/SaslMechanismPlain.html +1 -1
- package/doc/{GraphSONReader.html → SeedStrategy.html} +12 -15
- package/doc/SubgraphStrategy.html +1 -1
- package/doc/TextP.html +9 -9
- package/doc/Transaction.html +655 -0
- package/doc/Translator.html +6 -6
- package/doc/TraversalStrategies.html +1 -1
- package/doc/TraversalStrategy.html +1 -1
- package/doc/TypeSerializer.html +1 -1
- package/doc/driver_auth_authenticator.js.html +1 -1
- package/doc/driver_auth_mechanisms_sasl-mechanism-base.js.html +1 -1
- package/doc/driver_auth_mechanisms_sasl-mechanism-plain.js.html +1 -1
- package/doc/driver_auth_plain-text-sasl-authenticator.js.html +1 -1
- package/doc/driver_auth_sasl-authenticator.js.html +1 -1
- package/doc/driver_client.js.html +1 -1
- package/doc/driver_connection.js.html +1 -1
- package/doc/driver_driver-remote-connection.js.html +1 -1
- package/doc/driver_remote-connection.js.html +1 -1
- package/doc/driver_response-error.js.html +1 -1
- package/doc/driver_result-set.js.html +1 -1
- package/doc/global.html +2 -2
- package/doc/index.html +1 -1
- package/doc/process_anonymous-traversal.js.html +1 -1
- package/doc/process_bytecode.js.html +1 -1
- package/doc/process_graph-traversal.js.html +11 -1
- package/doc/process_transaction.js.html +136 -0
- package/doc/process_translator.js.html +14 -5
- package/doc/process_traversal-strategy.js.html +1 -1
- package/doc/process_traversal.js.html +9 -2
- package/doc/structure_graph.js.html +1 -1
- package/doc/structure_io_graph-serializer.js.html +1 -1
- package/doc/structure_io_type-serializers.js.html +1 -1
- package/lib/process/graph-traversal.js +10 -0
- package/lib/process/translator.js +13 -4
- package/lib/process/traversal.js +8 -1
- package/package.json +7 -6
- package/.npmignore +0 -26
- package/doc/GraphSONWriter.html +0 -436
- package/gremlin-javascript.iml +0 -9
- package/package-lock.json +0 -2598
package/doc/GraphSONWriter.html
DELETED
|
@@ -1,436 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<title>JSDoc: Class: GraphSONWriter</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: GraphSONWriter</h1>
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
<section>
|
|
28
|
-
|
|
29
|
-
<header>
|
|
30
|
-
|
|
31
|
-
<h2><span class="attribs"><span class="type-signature"></span></span>GraphSONWriter<span class="signature">(options<span class="signature-attributes">opt</span>)</span><span class="type-signature"></span></h2>
|
|
32
|
-
|
|
33
|
-
<div class="class-description">GraphSON Writer</div>
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
</header>
|
|
37
|
-
|
|
38
|
-
<article>
|
|
39
|
-
<div class="container-overview">
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
<h2>Constructor</h2>
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
<h4 class="name" id="GraphSONWriter"><span class="type-signature"></span>new GraphSONWriter<span class="signature">(options<span class="signature-attributes">opt</span>)</span><span class="type-signature"></span></h4>
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
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
|
-
<th>Attributes</th>
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
<th class="last">Description</th>
|
|
82
|
-
</tr>
|
|
83
|
-
</thead>
|
|
84
|
-
|
|
85
|
-
<tbody>
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
<tr>
|
|
89
|
-
|
|
90
|
-
<td class="name"><code>options</code></td>
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
<td class="type">
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
<span class="param-type">Object</span>
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
</td>
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
<td class="attributes">
|
|
104
|
-
|
|
105
|
-
<optional><br>
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
</td>
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
<td class="description last">
|
|
117
|
-
<h6>Properties</h6>
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
<table class="params">
|
|
121
|
-
<thead>
|
|
122
|
-
<tr>
|
|
123
|
-
|
|
124
|
-
<th>Name</th>
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
<th>Type</th>
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
<th class="last">Description</th>
|
|
134
|
-
</tr>
|
|
135
|
-
</thead>
|
|
136
|
-
|
|
137
|
-
<tbody>
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
<tr>
|
|
141
|
-
|
|
142
|
-
<td class="name"><code>serializers</code></td>
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
<td class="type">
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
<span class="param-type">Object</span>
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
</td>
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
<td class="description last">An object used as an associative array with GraphSON 2 type name as keys and
|
|
159
|
-
serializer instances as values, ie: { 'g:Int64': longSerializer }.</td>
|
|
160
|
-
</tr>
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
</tbody>
|
|
164
|
-
</table>
|
|
165
|
-
|
|
166
|
-
</td>
|
|
167
|
-
</tr>
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
</tbody>
|
|
171
|
-
</table>
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
<dl class="details">
|
|
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
|
-
<dt class="tag-source">Source:</dt>
|
|
206
|
-
<dd class="tag-source"><ul class="dummy"><li>
|
|
207
|
-
<a href="structure_io_graph-serializer.js.html">structure/io/graph-serializer.js</a>, <a href="structure_io_graph-serializer.js.html#line30">line 30</a>
|
|
208
|
-
</li></ul></dd>
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
</dl>
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
</div>
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
<h3 class="subsection-title">Methods</h3>
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
<h4 class="name" id="write"><span class="type-signature"></span>write<span class="signature">(obj)</span><span class="type-signature"> → {String}</span></h4>
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
<div class="description">
|
|
269
|
-
Returns the GraphSON representation of the provided object instance.
|
|
270
|
-
</div>
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
<h5>Parameters:</h5>
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
<table class="params">
|
|
284
|
-
<thead>
|
|
285
|
-
<tr>
|
|
286
|
-
|
|
287
|
-
<th>Name</th>
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
<th>Type</th>
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
<th class="last">Description</th>
|
|
297
|
-
</tr>
|
|
298
|
-
</thead>
|
|
299
|
-
|
|
300
|
-
<tbody>
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
<tr>
|
|
304
|
-
|
|
305
|
-
<td class="name"><code>obj</code></td>
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
<td class="type">
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
<span class="param-type">Object</span>
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
</td>
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
<td class="description last"></td>
|
|
322
|
-
</tr>
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
</tbody>
|
|
326
|
-
</table>
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
<dl class="details">
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
<dt class="tag-source">Source:</dt>
|
|
361
|
-
<dd class="tag-source"><ul class="dummy"><li>
|
|
362
|
-
<a href="structure_io_graph-serializer.js.html">structure/io/graph-serializer.js</a>, <a href="structure_io_graph-serializer.js.html#line87">line 87</a>
|
|
363
|
-
</li></ul></dd>
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
</dl>
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
<h5>Returns:</h5>
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
<dl>
|
|
391
|
-
<dt>
|
|
392
|
-
Type
|
|
393
|
-
</dt>
|
|
394
|
-
<dd>
|
|
395
|
-
|
|
396
|
-
<span class="param-type">String</span>
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
</dd>
|
|
400
|
-
</dl>
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
</article>
|
|
415
|
-
|
|
416
|
-
</section>
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
</div>
|
|
422
|
-
|
|
423
|
-
<nav>
|
|
424
|
-
<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="GraphSONReader.html">GraphSONReader</a></li><li><a href="GraphSONWriter.html">GraphSONWriter</a></li><li><a href="GraphTraversal.html">GraphTraversal</a></li><li><a href="GraphTraversalSource.html">GraphTraversalSource</a></li><li><a href="P.html">P</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="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="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>
|
|
425
|
-
</nav>
|
|
426
|
-
|
|
427
|
-
<br class="clear">
|
|
428
|
-
|
|
429
|
-
<footer>
|
|
430
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 03 2020 13:39:58 GMT-0500 (EST)
|
|
431
|
-
</footer>
|
|
432
|
-
|
|
433
|
-
<script> prettyPrint(); </script>
|
|
434
|
-
<script src="scripts/linenumber.js"> </script>
|
|
435
|
-
</body>
|
|
436
|
-
</html>
|
package/gremlin-javascript.iml
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<module type="WEB_MODULE" version="4">
|
|
3
|
-
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
4
|
-
<exclude-output />
|
|
5
|
-
<content url="file://$MODULE_DIR$" />
|
|
6
|
-
<orderEntry type="inheritedJdk" />
|
|
7
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
|
8
|
-
</component>
|
|
9
|
-
</module>
|