Data Plane Architecture#

The data plane implements zero-copy shared memory (SHM) transfer between the client library and the daemon. The client maps SHM regions directly into its address space; the daemon resolves these regions by DataNodeId during operation handling.


Daemon Side#

Fig. 11 Daemon-Side Data Plane — Class Diagram#


API Side#

Fig. 12 Data Plane — Client and API Integration#