Expand description
Typed locator structs for fabric resources.
Each locator describes the location of a specific resource type within a
fabric lease. All locators carry a version: u8 field (currently 1) for
forward-compatible deserialization.
Structsยง
- Block
Region Locator - Locator for an LBA range within a block lease.
- MemRegion
Locator - Locator for a byte range within a memory lease.
- Queue
Locator - Locator for a ring buffer (queue) in a memory lease.
- Replica
SetLocator - Locator for a replicated set of memory regions.
- RpcArena
Locator - Locator for a request/response RPC arena in a memory lease.