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ยง
- Local
Node Id - A dense node index bound to the partition that produced it.