Masayoshi Kobayashi | f49d6d7 | 2013-03-16 00:54:09 +0000 | [diff] [blame] | 1 | g=TitanFactory.open('/tmp/cassandra.titan') |
2 | g.V('type','port').each{g.removeVertex(it)} | ||||
3 | g.V('type','switch').each{g.removeVertex(it)} | ||||
4 | g.V('type','flow').each{g.removeVertex(it)} | ||||
5 | g.V('type','flow_entry').each{g.removeVertex(it)} | ||||
6 | g.stopTransaction(SUCCESS) |