Module locator

Module locator 

Source
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ยง

BlockRegionLocator
Locator for an LBA range within a block lease.
MemRegionLocator
Locator for a byte range within a memory lease.
QueueLocator
Locator for a ring buffer (queue) in a memory lease.
ReplicaSetLocator
Locator for a replicated set of memory regions.
RpcArenaLocator
Locator for a request/response RPC arena in a memory lease.