Skip to main content

Module local_node_id

Module local_node_id 

Source
Expand description

Partition-tagged node identifier for cross-partition safety.

Each CsrIndex is assigned a unique partition_tag at construction from a process-global atomic counter. A LocalNodeId carries both a dense node index and the tag of the partition that produced it; using one from partition A with a method on partition B panics.

Structsยง

LocalNodeId
A dense node index bound to the partition that produced it.