commit | 706df055cd96c83cc70fabcc2c802ef2f48f1345 | [log] [tgz] |
---|---|---|
author | Pavlin Radoslavov <pavlin@onlab.us> | Wed Mar 06 10:49:07 2013 -0800 |
committer | Pavlin Radoslavov <pavlin@onlab.us> | Wed Mar 06 10:49:07 2013 -0800 |
tree | 66f766d0c4aaada3585a33df30e48c6d6092286d | |
parent | 193434336fe5e7b770f96d4f7e149c7c33efeb98 [diff] |
Fixed Issue #207: Implement remaining API for getting flow state NOTE: The implementation of the API backend is sub-optimal, but should be sufficient for now: We fetch all flows, and then return only the subset that match the query conditions. We should use the appropriate Titan/Gremlin query to filter-out the flows as appropriate. Estimated: 2D Actual: 1D