commit | 1530ccc63e4543abd3471d3071649cbecf13e8c8 | [log] [tgz] |
---|---|---|
author | Jonathan Hart <jono@onlab.us> | Wed Apr 03 19:36:02 2013 -0700 |
committer | Jonathan Hart <jono@onlab.us> | Wed Apr 03 19:36:02 2013 -0700 |
tree | 46a3a0e70ce0088828ca89bacabf8f41c57fc719 | |
parent | 55c294404142e4765e752c1483c882d916600469 [diff] [blame] |
Added a function to the registry to allocate a block of numbers unique within the whole cluster using Curator's DistributedAtomicLong
diff --git a/titan/listNotUpdated b/titan/listNotUpdated new file mode 100644 index 0000000..a44c458 --- /dev/null +++ b/titan/listNotUpdated
@@ -0,0 +1,4 @@ +g.stopTransaction(SUCCESS) +g.V('type', 'flow_entry').each{ +if (it.switch_state.equals("FE_SWITCH_NOT_UPDATED")) println it.map.next() +} \ No newline at end of file