blob: 8949feab38449b275a72e7e50ed6ddb858593b2a [file] [log] [blame]
g=TitanFactory.open('/tmp/cassandra.titan')
g.V('type','port').each{g.removeVertex(it)}
g.V('type','switch').each{g.removeVertex(it)}
g.V('type','flow').each{g.removeVertex(it)}
g.V('type','flow_entry').each{g.removeVertex(it)}
g.stopTransaction(SUCCESS)