blob: 8949feab38449b275a72e7e50ed6ddb858593b2a [file] [log] [blame]
Masayoshi Kobayashif49d6d72013-03-16 00:54:09 +00001g=TitanFactory.open('/tmp/cassandra.titan')
2g.V('type','port').each{g.removeVertex(it)}
3g.V('type','switch').each{g.removeVertex(it)}
4g.V('type','flow').each{g.removeVertex(it)}
5g.V('type','flow_entry').each{g.removeVertex(it)}
6g.stopTransaction(SUCCESS)