Expand description
System information component System information component for the Peillute application
This module provides a component for displaying system-wide information, including network details, logical clock states, and peer connections.
Re-exportsยง
pub use Info_completions::Component::Info;
Structsยง
- AskFor
Snapshot - Serialized arguments for the
ask_for_snapshot
server function. - GetConnected
Neighbours - Serialized arguments for the
get_connected_neighbours
server function. - GetDb
Path - Serialized arguments for the
get_db_path
server function. - GetLamport
- Serialized arguments for the
get_lamport
server function. - GetLocal
Addr - Serialized arguments for the
get_local_addr
server function. - GetNb
CliPeers - Serialized arguments for the
get_nb_cli_peers
server function. - GetNb
Connected Neighbours - Serialized arguments for the
get_nb_connected_neighbours
server function. - GetPeer
Addrs - Serialized arguments for the
get_peer_addrs
server function. - GetPeers
- Serialized arguments for the
get_peers
server function. - GetSite
Id - Serialized arguments for the
get_site_id
server function. - GetSnapshot
Content - Serialized arguments for the
get_snapshot_content
server function. - GetVector
Clock - Serialized arguments for the
get_vector_clock
server function.
Functionsยง
- Info
- System information component
- ask_
for_ ๐snapshot - Ask for a snapshot
- get_
connected_ ๐neighbours - Server function to retrieve the list of connected neighbours
- get_
db_ ๐path - Server function to retrieve the database path
- get_
lamport ๐ - Server function to retrieve the current Lamport clock value
- get_
local_ ๐addr - Server function to retrieve the local network address
- get_
nb_ ๐cli_ peers - Server function to retrieve the number of cli peers
- get_
nb_ ๐connected_ neighbours - Server function to retrieve the number of neighbours in the network
- get_
peer_ ๐addrs - Server function to retrieve the list of peer addresses
- get_
peers ๐ - Server function to retrieve the list of connected peers
- get_
site_ ๐id - Server function to retrieve the current site ID
- get_
snapshot_ ๐content - Get the latest snapshot content if any
- get_
vector_ ๐clock - Server function to retrieve the current vector clock state