Expand description
A data store.
ObjectStore builds an object-counted Store, while ByteStore builds a
byte-counted Store using
total_bytes. The returned
Store is the registered component in both cases.
§Ports
This component has the following ports:
- The
rxport [InPort] which is used to put data into the store. - The
txport [OutPort] which is used to get data out of the store.
Structs§
- Byte
Store - Builds stores that support a configurable number of bytes.
- Object
Store - Builds stores that support a configurable number of objects.
- Store
- A component that can support a configurable number of capacity units.