With 2.0 the new OrientGraphAsynch is there. Great!
But I don't know how to use it somehow. I have:
public OrientGraphAsynch getG(){
OrientGraphAsynch g = new OrientGraphAsynch("plocal:" +
this.csvPath);
g.setKeyFieldName("nodeId");
g.setCache(1000000);
g.setOutStats(System.out);
g.setConflictStrategy("automerge");
g.declareIntent(new OIntentMassiveInsert());
return g;
}
But when I use this like the old factory pattern style way. It give me many
errors on several methods.
Please give me some help. Thanks
--
---
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 [email protected].
For more options, visit https://groups.google.com/d/optout.