Represents a node configuration specifier used to build a
Scru64Generator.
A NodeSpec is usually expressed as a node spec string, which starts with a
decimal nodeId, a hexadecimal nodeId prefixed by "0x", or a 12-digit
nodePrev SCRU64 ID value, followed by a slash and a decimal nodeIdSize
value ranging from 1 to 23 (e.g., "42/8", "0xb00/12", "0u2r85hm2pt3/16"). The
first and second forms create a fresh new generator with the given nodeId,
while the third form constructs one that generates subsequent SCRU64 IDs to
the nodePrev. See also the usage notes
in the SCRU64 spec for tips and techniques to design node configurations.
Represents a node configuration specifier used to build a Scru64Generator.
A
NodeSpecis usually expressed as a node spec string, which starts with a decimalnodeId, a hexadecimalnodeIdprefixed by "0x", or a 12-digitnodePrevSCRU64 ID value, followed by a slash and a decimalnodeIdSizevalue ranging from 1 to 23 (e.g., "42/8", "0xb00/12", "0u2r85hm2pt3/16"). The first and second forms create a fresh new generator with the givennodeId, while the third form constructs one that generates subsequent SCRU64 IDs to thenodePrev. See also the usage notes in the SCRU64 spec for tips and techniques to design node configurations.