Hi all, tnx for the reply and the link, it will be usefull. But the methods you are suggesting are not able to find the degree of a node. getNumberOfIdsInUse(Node.class): find the TOTAL number of nodes in use in the graph, correct? The same for getNumberOfIdsInUse(Relationship.class)
Best regards strozzino On Wed, Dec 30, 2009 at 4:46 PM, Laurent Laborde <[email protected]> wrote: > I asked the questions twice, so i now know the answer : > http://github.com/tinkerpop/gremlin/blob/master/trunk/src/main/java/com/tinkerpop/gremlin/db/neo/NeoGraph.java#L108 > > Undocumented API : > nodeManager.getNumberOfIdsInUse(Node.class) > nodeManager.getNumberOfIdsInUse(Relationship.class) > > -- > Ker2x > _______________________________________________ Neo mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

