1
0
Fork 0
arangodb/arangod/Graph
Michael Hackstein 851f772dc1 Fixed some counting/reporting for AQL statistics in Traverser. 2017-04-24 10:42:40 +02:00
..
AttributeWeightShortestPathFinder.cpp First version of ShortestPath that is presumably working in Clustered Mode with MMFiles and RocksDB 2017-04-20 15:57:06 +02:00
AttributeWeightShortestPathFinder.h cppcheck 2017-04-19 13:20:46 +02:00
BaseOptions.cpp Fixed some counting/reporting for AQL statistics in Traverser. 2017-04-24 10:42:40 +02:00
BaseOptions.h Integreated a ShortestPathEngine on DBServers and wired it up with ShortestPathNode and Options. The path seems to be computed correctly in clsuter now, but the vertices are not yet retrieved. 2017-04-20 13:57:14 +02:00
BreadthFirstEnumerator.cpp Fixed some counting/reporting for AQL statistics in Traverser. 2017-04-24 10:42:40 +02:00
BreadthFirstEnumerator.h Squashed commit of the following: 2017-03-27 14:30:06 +02:00
ClusterTraverserCache.cpp Unified static-counting for Traversals on the Cache 2017-04-21 15:58:44 +02:00
ClusterTraverserCache.h Unified static-counting for Traversals on the Cache 2017-04-21 15:58:44 +02:00
ConstantWeightShortestPathFinder.cpp First version of ShortestPath that is presumably working in Clustered Mode with MMFiles and RocksDB 2017-04-20 15:57:06 +02:00
ConstantWeightShortestPathFinder.h cppcheck 2017-04-19 13:20:46 +02:00
EdgeCursor.h Moved some Edge Lookup logic around and moved the EdgeCursor to it's own class. This is still ongoing work. Expect shortest-path to fail. 2017-04-11 18:03:56 +02:00
NeighborsEnumerator.cpp Unified static-counting for Traversals on the Cache 2017-04-21 15:58:44 +02:00
NeighborsEnumerator.h Squashed commit of the following: 2017-03-27 14:30:06 +02:00
ShortestPathFinder.h Replaced the velocypack ConstantDistance ShortestPath API by a StringRef & TraverserCache version. This should be save for RocksDB. This commit fails in ClusterMode. 2017-04-12 14:21:53 +02:00
ShortestPathOptions.cpp First version of ShortestPath that is presumably working in Clustered Mode with MMFiles and RocksDB 2017-04-20 15:57:06 +02:00
ShortestPathOptions.h First version of ShortestPath that is presumably working in Clustered Mode with MMFiles and RocksDB 2017-04-20 15:57:06 +02:00
ShortestPathPriorityQueue.h Renamed PriorityQueue => ShortestPathPriorityQueue 2017-04-05 16:12:47 +02:00
ShortestPathResult.cpp Fixed AttribtueWeighted ShortestPath computation. 2017-04-12 17:27:45 +02:00
ShortestPathResult.h Fixing last two recovery tests 2017-04-13 10:45:52 +02:00
SingleServerEdgeCursor.cpp Fixed some counting/reporting for AQL statistics in Traverser. 2017-04-24 10:42:40 +02:00
SingleServerEdgeCursor.h Fixing last two recovery tests 2017-04-13 10:45:52 +02:00