If one had a distributed Orientdb setup for the purpose of replicas, is it
possible when saving the object to have the option to block/non block
dynamically? What I was thinking of was something like this:
ODocument testDoc = new ODocument();
testDoc.field("someone", "somewhere");
db.save(testDoc, true)
Where the second parameter of save would be whether it shall block until
the data has been propagated.
--
---
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.