Module partitioner

Source
Available on crate feature build only.

Structs§

ClusterMembersReplace
Don’t expose partition members to the cluster
ClusterSelfIdReplace
Replace CLUSTER_SELF_ID with the ID of the original node the partition is assigned to
Partitioner

Enums§

PartitionAttribute
Fields that could be used for partitioning

Functions§

partition
Limitations: Can only partition sends to clusters (not processes). Can only partition sends to 1 cluster at a time. Assumes that the partitioned attribute can be casted to usize.