I have a graph db , named adtran when i try to search a vertex using this , initially there would be no vertex with propert "peer_slot" , if i get the hasNext() as false then i want to create a vertex , else use the existing vertexprivate OrientGraph graph = new OrientGraph("remote:localhost/Adtran", "admin", "admin");--Iterable<Vertex> it = graph.getVertices("peer_slot", etos.getSlotNumber());Iterator<Vertex> iter = it.iterator();if(iter.hasNext()){v = iter.next();}It stucks at hasNext() and does not come out , i have to suspend the thread . What do you think might be the reason .
---
You received this message because you are subscribed to the Google Groups "OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to orient-databa...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
---
You received this message because you are subscribed to a topic in the Google Groups "OrientDB" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/orient-database/PTA6QfRjuX4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to orient-databa...@googlegroups.com.