When a call is made to setData is the operation done atomically?  I.e.
is it guaranteed that the node and its data are done in one shot such
that any clients trying to read this data do not need to be aware of
the fact that the node could be empty or is it possible that the node
will exist with no data for a short period of time?

Reply via email to