gremlin 3.4.12 → 3.5.2
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/NOTICE +1 -1
- package/doc/AnonymousTraversalSource.html +11 -3
- package/doc/Authenticator.html +6 -2
- package/doc/Bytecode.html +258 -6
- package/doc/Client.html +84 -6
- package/doc/Connection.html +12 -2
- package/doc/DriverRemoteConnection.html +392 -8
- package/doc/EdgeLabelVerificationStrategy.html +5 -3
- package/doc/Graph.html +6 -2
- package/doc/GraphSON2Reader.html +6 -2
- package/doc/GraphSON2Writer.html +8 -2
- package/doc/GraphSON3Reader.html +4 -2
- package/doc/GraphSON3Writer.html +4 -2
- package/doc/GraphTraversal.html +317 -107
- package/doc/GraphTraversalSource.html +164 -19
- package/doc/HaltedTraverserStrategy.html +5 -3
- package/doc/MatchAlgorithmStrategy.html +5 -3
- package/doc/P.html +28 -2
- package/doc/PartitionStrategy.html +5 -3
- package/doc/Path.html +4 -2
- package/doc/PlainTextSaslAuthenticator.html +6 -2
- package/doc/ProductiveByStrategy.html +288 -0
- package/doc/RemoteConnection.html +561 -13
- package/doc/RemoteStrategy.html +8 -4
- package/doc/RemoteTraversal.html +5 -3
- package/doc/ReservedKeysVerificationStrategy.html +5 -3
- package/doc/ResponseError.html +4 -2
- package/doc/ResultSet.html +10 -2
- package/doc/SaslAuthenticator.html +6 -2
- package/doc/SaslMechanismBase.html +8 -2
- package/doc/SaslMechanismPlain.html +10 -2
- package/doc/SeedStrategy.html +288 -0
- package/doc/SubgraphStrategy.html +5 -3
- package/doc/TextP.html +18 -2
- package/doc/Transaction.html +2 -2
- package/doc/Translator.html +202 -4
- package/doc/TraversalStrategies.html +142 -3
- package/doc/TraversalStrategy.html +8 -4
- package/doc/TypeSerializer.html +4 -2
- package/doc/driver_auth_authenticator.js.html +2 -2
- package/doc/driver_auth_mechanisms_sasl-mechanism-base.js.html +2 -2
- package/doc/driver_auth_mechanisms_sasl-mechanism-plain.js.html +2 -2
- package/doc/driver_auth_plain-text-sasl-authenticator.js.html +2 -2
- package/doc/driver_auth_sasl-authenticator.js.html +2 -2
- package/doc/driver_client.js.html +20 -8
- package/doc/driver_connection.js.html +2 -2
- package/doc/driver_driver-remote-connection.js.html +38 -4
- package/doc/driver_remote-connection.js.html +55 -5
- package/doc/driver_response-error.js.html +2 -2
- package/doc/driver_result-set.js.html +2 -2
- package/doc/global.html +3 -3
- package/doc/index.html +35 -18
- package/doc/process_anonymous-traversal.js.html +3 -3
- package/doc/process_bytecode.js.html +32 -3
- package/doc/process_graph-traversal.js.html +25 -6
- package/doc/process_transaction.js.html +2 -2
- package/doc/process_translator.js.html +45 -32
- package/doc/process_traversal-strategy.js.html +23 -2
- package/doc/process_traversal.js.html +3 -3
- package/doc/scripts/linenumber.js +9 -9
- package/doc/structure_graph.js.html +2 -2
- package/doc/structure_io_graph-serializer.js.html +2 -2
- package/doc/structure_io_type-serializers.js.html +2 -2
- package/doc/styles/jsdoc-default.css +2 -2
- package/lib/driver/client.js +18 -6
- package/lib/driver/driver-remote-connection.js +36 -2
- package/lib/driver/remote-connection.js +53 -3
- package/lib/process/anonymous-traversal.js +1 -1
- package/lib/process/bytecode.js +30 -1
- package/lib/process/graph-traversal.js +23 -4
- package/lib/process/transaction.js +86 -0
- package/lib/process/translator.js +43 -30
- package/lib/process/traversal-strategy.js +21 -0
- package/lib/process/traversal.js +1 -1
- package/package.json +6 -5
- package/.npmignore +0 -26
- package/package-lock.json +0 -5828
package/NOTICE
CHANGED
|
@@ -188,6 +188,8 @@ instance or a <code>RemoteConnection</code>.</div>
|
|
|
188
188
|
|
|
189
189
|
|
|
190
190
|
|
|
191
|
+
|
|
192
|
+
|
|
191
193
|
|
|
192
194
|
</div>
|
|
193
195
|
|
|
@@ -351,6 +353,8 @@ instance or a <code>RemoteConnection</code>.</div>
|
|
|
351
353
|
|
|
352
354
|
|
|
353
355
|
|
|
356
|
+
|
|
357
|
+
|
|
354
358
|
<h5>Returns:</h5>
|
|
355
359
|
|
|
356
360
|
|
|
@@ -515,6 +519,8 @@ at which point there will be support for {@code withEmbedded} which is part of t
|
|
|
515
519
|
|
|
516
520
|
|
|
517
521
|
|
|
522
|
+
|
|
523
|
+
|
|
518
524
|
<h5>Returns:</h5>
|
|
519
525
|
|
|
520
526
|
|
|
@@ -595,7 +601,7 @@ reference so that traversals spawned from it will execute over that reference.
|
|
|
595
601
|
<td class="type">
|
|
596
602
|
|
|
597
603
|
|
|
598
|
-
<span class="param-type"><a href="
|
|
604
|
+
<span class="param-type"><a href="RemoteConnection.html">RemoteConnection</a></span>
|
|
599
605
|
|
|
600
606
|
|
|
601
607
|
|
|
@@ -669,6 +675,8 @@ reference so that traversals spawned from it will execute over that reference.
|
|
|
669
675
|
|
|
670
676
|
|
|
671
677
|
|
|
678
|
+
|
|
679
|
+
|
|
672
680
|
<h5>Returns:</h5>
|
|
673
681
|
|
|
674
682
|
|
|
@@ -708,13 +716,13 @@ reference so that traversals spawned from it will execute over that reference.
|
|
|
708
716
|
</div>
|
|
709
717
|
|
|
710
718
|
<nav>
|
|
711
|
-
<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="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="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>
|
|
712
720
|
</nav>
|
|
713
721
|
|
|
714
722
|
<br class="clear">
|
|
715
723
|
|
|
716
724
|
<footer>
|
|
717
|
-
Documentation generated by <a href="https://github.com/
|
|
725
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Fri Jan 14 2022 09:04:29 GMT-0500 (Eastern Standard Time)
|
|
718
726
|
</footer>
|
|
719
727
|
|
|
720
728
|
<script> prettyPrint(); </script>
|
package/doc/Authenticator.html
CHANGED
|
@@ -117,6 +117,8 @@
|
|
|
117
117
|
|
|
118
118
|
|
|
119
119
|
|
|
120
|
+
|
|
121
|
+
|
|
120
122
|
|
|
121
123
|
</div>
|
|
122
124
|
|
|
@@ -268,6 +270,8 @@
|
|
|
268
270
|
|
|
269
271
|
|
|
270
272
|
|
|
273
|
+
|
|
274
|
+
|
|
271
275
|
|
|
272
276
|
|
|
273
277
|
|
|
@@ -284,13 +288,13 @@
|
|
|
284
288
|
</div>
|
|
285
289
|
|
|
286
290
|
<nav>
|
|
287
|
-
<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="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="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>
|
|
288
292
|
</nav>
|
|
289
293
|
|
|
290
294
|
<br class="clear">
|
|
291
295
|
|
|
292
296
|
<footer>
|
|
293
|
-
Documentation generated by <a href="https://github.com/
|
|
297
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Fri Jan 14 2022 09:04:29 GMT-0500 (Eastern Standard Time)
|
|
294
298
|
</footer>
|
|
295
299
|
|
|
296
300
|
<script> prettyPrint(); </script>
|
package/doc/Bytecode.html
CHANGED
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
|
|
155
155
|
<dt class="tag-source">Source:</dt>
|
|
156
156
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
157
|
-
<a href="process_bytecode.js.html">process/bytecode.js</a>, <a href="process_bytecode.js.html#
|
|
157
|
+
<a href="process_bytecode.js.html">process/bytecode.js</a>, <a href="process_bytecode.js.html#line32">line 32</a>
|
|
158
158
|
</li></ul></dd>
|
|
159
159
|
|
|
160
160
|
|
|
@@ -182,6 +182,8 @@
|
|
|
182
182
|
|
|
183
183
|
|
|
184
184
|
|
|
185
|
+
|
|
186
|
+
|
|
185
187
|
|
|
186
188
|
</div>
|
|
187
189
|
|
|
@@ -198,6 +200,72 @@
|
|
|
198
200
|
|
|
199
201
|
|
|
200
202
|
|
|
203
|
+
<h3 class="subsection-title">Members</h3>
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
<h4 class="name" id=".GraphOp"><span class="type-signature">(static) </span>GraphOp<span class="type-signature"></span></h4>
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
<div class="description">
|
|
213
|
+
Gets the <code>Bytecode</code> that is meant to be sent as "graph operations" to the server.
|
|
214
|
+
</div>
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
<dl class="details">
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
<dt class="tag-source">Source:</dt>
|
|
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#line114">line 114</a>
|
|
252
|
+
</li></ul></dd>
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
</dl>
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
|
|
201
269
|
|
|
202
270
|
|
|
203
271
|
<h3 class="subsection-title">Methods</h3>
|
|
@@ -208,6 +276,184 @@
|
|
|
208
276
|
|
|
209
277
|
|
|
210
278
|
|
|
279
|
+
<h4 class="name" id="._createGraphOp"><span class="type-signature">(static) </span>_createGraphOp<span class="signature">(name, values)</span><span class="type-signature"> → {<a href="Bytecode.html">Bytecode</a>}</span></h4>
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
<div class="description">
|
|
287
|
+
Adds a new source instructions
|
|
288
|
+
</div>
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
<h5>Parameters:</h5>
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
<table class="params">
|
|
302
|
+
<thead>
|
|
303
|
+
<tr>
|
|
304
|
+
|
|
305
|
+
<th>Name</th>
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
<th>Type</th>
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
<th class="last">Description</th>
|
|
315
|
+
</tr>
|
|
316
|
+
</thead>
|
|
317
|
+
|
|
318
|
+
<tbody>
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
<tr>
|
|
322
|
+
|
|
323
|
+
<td class="name"><code>name</code></td>
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
<td class="type">
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
<span class="param-type">String</span>
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
</td>
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
<td class="description last"></td>
|
|
340
|
+
</tr>
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
<tr>
|
|
345
|
+
|
|
346
|
+
<td class="name"><code>values</code></td>
|
|
347
|
+
|
|
348
|
+
|
|
349
|
+
<td class="type">
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
<span class="param-type">Array</span>
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
</td>
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
<td class="description last"></td>
|
|
363
|
+
</tr>
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
</tbody>
|
|
367
|
+
</table>
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
<dl class="details">
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
<dt class="tag-source">Source:</dt>
|
|
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#line104">line 104</a>
|
|
404
|
+
</li></ul></dd>
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
</dl>
|
|
413
|
+
|
|
414
|
+
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
<h5>Returns:</h5>
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
<dl>
|
|
434
|
+
<dt>
|
|
435
|
+
Type
|
|
436
|
+
</dt>
|
|
437
|
+
<dd>
|
|
438
|
+
|
|
439
|
+
<span class="param-type"><a href="Bytecode.html">Bytecode</a></span>
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
</dd>
|
|
443
|
+
</dl>
|
|
444
|
+
|
|
445
|
+
|
|
446
|
+
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
|
|
456
|
+
|
|
211
457
|
<h4 class="name" id="addSource"><span class="type-signature"></span>addSource<span class="signature">(name, values)</span><span class="type-signature"> → {<a href="Bytecode.html">Bytecode</a>}</span></h4>
|
|
212
458
|
|
|
213
459
|
|
|
@@ -332,7 +578,7 @@
|
|
|
332
578
|
|
|
333
579
|
<dt class="tag-source">Source:</dt>
|
|
334
580
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
335
|
-
<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#line49">line 49</a>
|
|
336
582
|
</li></ul></dd>
|
|
337
583
|
|
|
338
584
|
|
|
@@ -355,6 +601,8 @@
|
|
|
355
601
|
|
|
356
602
|
|
|
357
603
|
|
|
604
|
+
|
|
605
|
+
|
|
358
606
|
<h5>Returns:</h5>
|
|
359
607
|
|
|
360
608
|
|
|
@@ -508,7 +756,7 @@
|
|
|
508
756
|
|
|
509
757
|
<dt class="tag-source">Source:</dt>
|
|
510
758
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
511
|
-
<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#line68">line 68</a>
|
|
512
760
|
</li></ul></dd>
|
|
513
761
|
|
|
514
762
|
|
|
@@ -531,6 +779,8 @@
|
|
|
531
779
|
|
|
532
780
|
|
|
533
781
|
|
|
782
|
+
|
|
783
|
+
|
|
534
784
|
<h5>Returns:</h5>
|
|
535
785
|
|
|
536
786
|
|
|
@@ -612,7 +862,7 @@
|
|
|
612
862
|
|
|
613
863
|
<dt class="tag-source">Source:</dt>
|
|
614
864
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
615
|
-
<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#line94">line 94</a>
|
|
616
866
|
</li></ul></dd>
|
|
617
867
|
|
|
618
868
|
|
|
@@ -635,6 +885,8 @@
|
|
|
635
885
|
|
|
636
886
|
|
|
637
887
|
|
|
888
|
+
|
|
889
|
+
|
|
638
890
|
<h5>Returns:</h5>
|
|
639
891
|
|
|
640
892
|
|
|
@@ -674,13 +926,13 @@
|
|
|
674
926
|
</div>
|
|
675
927
|
|
|
676
928
|
<nav>
|
|
677
|
-
<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="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="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>
|
|
678
930
|
</nav>
|
|
679
931
|
|
|
680
932
|
<br class="clear">
|
|
681
933
|
|
|
682
934
|
<footer>
|
|
683
|
-
Documentation generated by <a href="https://github.com/
|
|
935
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Fri Jan 14 2022 09:04:29 GMT-0500 (Eastern Standard Time)
|
|
684
936
|
</footer>
|
|
685
937
|
|
|
686
938
|
<script> prettyPrint(); </script>
|
package/doc/Client.html
CHANGED
|
@@ -617,6 +617,8 @@
|
|
|
617
617
|
|
|
618
618
|
|
|
619
619
|
|
|
620
|
+
|
|
621
|
+
|
|
620
622
|
|
|
621
623
|
</div>
|
|
622
624
|
|
|
@@ -633,6 +635,72 @@
|
|
|
633
635
|
|
|
634
636
|
|
|
635
637
|
|
|
638
|
+
<h3 class="subsection-title">Members</h3>
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
|
|
642
|
+
<h4 class="name" id="isOpen"><span class="type-signature"></span>isOpen<span class="type-signature"></span></h4>
|
|
643
|
+
|
|
644
|
+
|
|
645
|
+
|
|
646
|
+
|
|
647
|
+
<div class="description">
|
|
648
|
+
Returns true if the underlying connection is open
|
|
649
|
+
</div>
|
|
650
|
+
|
|
651
|
+
|
|
652
|
+
|
|
653
|
+
|
|
654
|
+
|
|
655
|
+
|
|
656
|
+
|
|
657
|
+
<dl class="details">
|
|
658
|
+
|
|
659
|
+
|
|
660
|
+
|
|
661
|
+
|
|
662
|
+
|
|
663
|
+
|
|
664
|
+
|
|
665
|
+
|
|
666
|
+
|
|
667
|
+
|
|
668
|
+
|
|
669
|
+
|
|
670
|
+
|
|
671
|
+
|
|
672
|
+
|
|
673
|
+
|
|
674
|
+
|
|
675
|
+
|
|
676
|
+
|
|
677
|
+
|
|
678
|
+
|
|
679
|
+
|
|
680
|
+
|
|
681
|
+
|
|
682
|
+
|
|
683
|
+
|
|
684
|
+
<dt class="tag-source">Source:</dt>
|
|
685
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
686
|
+
<a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line72">line 72</a>
|
|
687
|
+
</li></ul></dd>
|
|
688
|
+
|
|
689
|
+
|
|
690
|
+
|
|
691
|
+
|
|
692
|
+
|
|
693
|
+
|
|
694
|
+
|
|
695
|
+
</dl>
|
|
696
|
+
|
|
697
|
+
|
|
698
|
+
|
|
699
|
+
|
|
700
|
+
|
|
701
|
+
|
|
702
|
+
|
|
703
|
+
|
|
636
704
|
|
|
637
705
|
|
|
638
706
|
<h3 class="subsection-title">Methods</h3>
|
|
@@ -767,7 +835,7 @@
|
|
|
767
835
|
|
|
768
836
|
<dt class="tag-source">Source:</dt>
|
|
769
837
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
770
|
-
<a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#
|
|
838
|
+
<a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line134">line 134</a>
|
|
771
839
|
</li></ul></dd>
|
|
772
840
|
|
|
773
841
|
|
|
@@ -795,6 +863,8 @@
|
|
|
795
863
|
|
|
796
864
|
|
|
797
865
|
|
|
866
|
+
|
|
867
|
+
|
|
798
868
|
|
|
799
869
|
|
|
800
870
|
|
|
@@ -854,7 +924,7 @@ send session close request before connection close if session mode
|
|
|
854
924
|
|
|
855
925
|
<dt class="tag-source">Source:</dt>
|
|
856
926
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
857
|
-
<a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#
|
|
927
|
+
<a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line121">line 121</a>
|
|
858
928
|
</li></ul></dd>
|
|
859
929
|
|
|
860
930
|
|
|
@@ -877,6 +947,8 @@ send session close request before connection close if session mode
|
|
|
877
947
|
|
|
878
948
|
|
|
879
949
|
|
|
950
|
+
|
|
951
|
+
|
|
880
952
|
<h5>Returns:</h5>
|
|
881
953
|
|
|
882
954
|
|
|
@@ -981,6 +1053,8 @@ send session close request before connection close if session mode
|
|
|
981
1053
|
|
|
982
1054
|
|
|
983
1055
|
|
|
1056
|
+
|
|
1057
|
+
|
|
984
1058
|
<h5>Returns:</h5>
|
|
985
1059
|
|
|
986
1060
|
|
|
@@ -1134,7 +1208,7 @@ send session close request before connection close if session mode
|
|
|
1134
1208
|
|
|
1135
1209
|
<dt class="tag-source">Source:</dt>
|
|
1136
1210
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
1137
|
-
<a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#
|
|
1211
|
+
<a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line143">line 143</a>
|
|
1138
1212
|
</li></ul></dd>
|
|
1139
1213
|
|
|
1140
1214
|
|
|
@@ -1162,6 +1236,8 @@ send session close request before connection close if session mode
|
|
|
1162
1236
|
|
|
1163
1237
|
|
|
1164
1238
|
|
|
1239
|
+
|
|
1240
|
+
|
|
1165
1241
|
|
|
1166
1242
|
|
|
1167
1243
|
|
|
@@ -1508,7 +1584,7 @@ send session close request before connection close if session mode
|
|
|
1508
1584
|
|
|
1509
1585
|
<dt class="tag-source">Source:</dt>
|
|
1510
1586
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
1511
|
-
<a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#
|
|
1587
|
+
<a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line87">line 87</a>
|
|
1512
1588
|
</li></ul></dd>
|
|
1513
1589
|
|
|
1514
1590
|
|
|
@@ -1531,6 +1607,8 @@ send session close request before connection close if session mode
|
|
|
1531
1607
|
|
|
1532
1608
|
|
|
1533
1609
|
|
|
1610
|
+
|
|
1611
|
+
|
|
1534
1612
|
<h5>Returns:</h5>
|
|
1535
1613
|
|
|
1536
1614
|
|
|
@@ -1570,13 +1648,13 @@ send session close request before connection close if session mode
|
|
|
1570
1648
|
</div>
|
|
1571
1649
|
|
|
1572
1650
|
<nav>
|
|
1573
|
-
<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="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>
|
|
1651
|
+
<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="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>
|
|
1574
1652
|
</nav>
|
|
1575
1653
|
|
|
1576
1654
|
<br class="clear">
|
|
1577
1655
|
|
|
1578
1656
|
<footer>
|
|
1579
|
-
Documentation generated by <a href="https://github.com/
|
|
1657
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Fri Jan 14 2022 09:04:29 GMT-0500 (Eastern Standard Time)
|
|
1580
1658
|
</footer>
|
|
1581
1659
|
|
|
1582
1660
|
<script> prettyPrint(); </script>
|