Michael Hackstein
|
ad0d1314c4
|
Internal cleanup and unification of Cluster and SingleServer traverser. Having the new Traverser options they shared most of their code now.
|
2016-08-02 16:16:05 +02:00 |
Michael Hackstein
|
0867e2bb55
|
The TraversalNode now takes responsibility to clean up traversal engines on DBServers.
|
2016-08-02 14:05:35 +02:00 |
Michael Hackstein
|
26dd82c995
|
Started the transaction with creation of TraverserEngine. Also fixed json serialisation of the LookupInfo. Now undefined behaviour.
|
2016-08-02 11:37:27 +02:00 |
Michael Hackstein
|
07a9924354
|
Added vertex collections to traversal node in GRAPH case. Also fixed a bug in TravOption serialisation.
|
2016-08-01 16:51:38 +02:00 |
Michael Hackstein
|
5ee93a8d6c
|
Fixed responsibility for Traversal Options. Now the TraversalNode is always responsible for all options and has to free them. All others just use these. In Cluster case each DBServer get's it's own TraverserEngine which is initialized with a copy of the Options.
|
2016-07-29 17:07:40 +02:00 |
Michael Hackstein
|
207d978afc
|
Internal cleanup. Moved traversal options to a central place and removed the AQL-only version which was mostly redundant. This is preperation for Cluster initialisation.
|
2016-07-29 14:46:11 +02:00 |