Would be really nice if someone could tell me how to use that since there 
is no documentation out there.

I know it's still experimentell but why not test it before the final 
release is there. So if anyone knows how to use please share. Thanks.

Am Freitag, 19. September 2014 19:41:06 UTC+2 schrieb Curtis Mosters:
>
> 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 orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to