Get desktop application:
View/edit binary Protocol Buffers messages
BabysitterInfo contains app deployment information that is needed by a babysitter started using SSH to manage a colocation group.
BabysitterMetrics is a snapshot of a deployment's metrics as collected by a babysitter for a given colocation group.
A request from the babysitter to the manager to get the latest set of components to run.
A request from the babysitter to the manager to get the latest routing info for a component.
Note that requesting group is the group requesting the routing info, not the group of the component.
is the component routed?
ReplicaToRegister is a request to the manager to register a replica of a given colocation group (i.e., a weavelet).
Replica internal address.
Replica pid.
Replica weavelet id
SshConfig stores the configuration information for one execution of a Service Weaver application using the SSH deployer.
Information about the application deployment.
File that contains the IP addresses of all locations where the application can run.
Options for the application listeners, keyed by listener name. If a listener isn't specified in the map, default options will be used.
Used in:
Address of the listener. The value must have the form :port or host:port, or it may be the empty string, which is treated as ":0".