Pavlin Radoslavov | 7cc19cb | 2013-04-04 04:00:03 +0000 | [diff] [blame] | 1 | g = TitanFactory.open('cassandra.local') |
2 | g.stopTransaction(SUCCESS); | ||||
3 | g.V('type', 'port').each{println it.type}; | ||||
4 | g.V('type', 'switch').each{println it.type}; | ||||
5 | g.V('type', 'flow').each{println it.type}; | ||||
6 | g.V('type', 'flow_entry').each{println it.type}; |