RexsterClient client = RexsterClientFactory.open(serverIP, graphName); List<Map<String, Object>> results = client.execute("g.v(1).map"); Map<String, Object> map = results.get(0); System.out.println(map.get("name"));
--
You received this message because you are subscribed to the Google Groups "Gremlin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/ea389d49-88dc-4bd0-8e77-e55631bbae66%40googlegroups.com.