Obtain a copy of own state vector.
This may be used as SvSync.Options.initialStateVector to re-create an SvSync instance.
Retrieve or create sync node by name.
For SVS v2, same as get(name)
.
For SVS v3, create sync node with specified name and current bootstrap time.
Note the different between get(name)
and add(name)
:
get(name)
searches for existing sync nodes with specified name first.add(name)
almost always creates a new sync node.Same as get(id)
(SVS v3).
Same as get(name, boot)
(SVS v3).
Retrieve or create sync node by name.
For SVS v2, retrieve or create sync node with specified name.
For SVS v3, retrieve sync node with specified name and most recent bootstrap time. If no sync node with this name exists, create sync node with current time as bootstrap time.
Retrieve or create sync node by name and bootstrap time (SVS v3).
Retrieve or create sync node by name and bootstrap time (SVS v3).
Static
create
StateVectorSync participant.