-
Notifications
You must be signed in to change notification settings - Fork 0
Link Node Structure
Aaron edited this page Sep 17, 2018
·
5 revisions
While each link has a unique purpose and will have a unique node hierarchy, there are some common parts.
- DSLink
- main
- sys
- Backups
- Certificates
- Connection
- Logging
- Profiler
This is the root and "main" class of the link. It responsible from creating the "Main" application node and the Sys node.
This is the main application node. This node type and it's structure encapsulates the unique functionality of any link. The main type is defined in dslink.json as the handler_class.
Services common to all links.
Manages backing up the configuration database.
Manage the link certificate as well as the trust store.
The DSA protocol implementation and connection to the upstream broker.
Fine grained log management.
Facade around the Java profiling utilities which can be used for debugging.