commit | 0aab785e6404539a93e101de002ad3568051b797 | [log] [tgz] |
---|---|---|
author | Pavlin Radoslavov <pavlin@onlab.us> | Fri Mar 29 17:41:17 2013 +0000 |
committer | Pavlin Radoslavov <pavlin@onlab.us> | Fri Mar 29 17:41:17 2013 +0000 |
tree | 8380cc126e97441717a9fbc14fb43b50e1ee42f3 | |
parent | 9f81a84f011a7c8a615be58be2bfc28f90ae9426 [diff] [blame] |
Added Gremlin scripts to list Flows and Flow Entries vertices.
diff --git a/titan/listFlow b/titan/listFlow new file mode 100644 index 0000000..6b23be5 --- /dev/null +++ b/titan/listFlow
@@ -0,0 +1,2 @@ +g.stopTransaction(SUCCESS); +g.V('type', 'flow').map;