JavaScript is disabled on your browser.
void
Adds the given elements
to the local entity list,
and then broadcasts the addition to all nodes in the cluster.
void
Updates a single entry of the local entity map with the given key
and value
,
and broadcasts the operation to all nodes in the cluster.
void
Updates a single entry of the local entity map with the given key
and value
if it does not exist yet, and broadcasts the operation to all nodes in the cluster.
void
Removes the given elements
to the local entity list,
and then broadcasts the removal to all nodes in the cluster.
void
Removes the given key
from the local entity map,
and broadcasts the operation to all nodes in the cluster.
void
Sets the given new object on this oort object, and then broadcast the new object to all nodes in the cluster.