|
CAPIO-CL 1.2.0
CAPIO-CL: Cross Application Programmable I/O - Coordination Language
|
| Ncapiocl | Namespace containing all the CAPIO-CL related code |
| Nconfiguration | |
| CCapioClConfiguration | Load configuration and store it from a CAPIO-CL TOML configuration file |
| CCapioClConfigurationException | Custom exception thrown when handling a CAPIO-CL TOML configuration file |
| Cdefaults | Defaults values keys for runtime options of CAPIO-CL |
| Nengine | Namespace containing the CAPIO-CL Engine |
| CEngine | Engine for managing CAPIO-CL configuration entries. The CapioCLEngine class stores and manages configuration rules for files and directories as defined in the CAPIO-CL configuration file. It maintains producers, consumers, commit rules, fire rules, and other metadata associated with files or directories. Each entry in the configuration associates a path with: |
| Nmonitor | Namespace containing the CAPIO-CL Monitor components |
| CFileSystemMonitor | Monitor implementation that represents commit state using the filesystem |
| CMonitor | Class to monitor runtime dependent information on CAPIO-CL related paths, such as commitment status and Home Node Policies |
| CMonitorException | Custom exception thrown when parsing a CAPIO-CL configuration file by Parser |
| CMonitorInterface | Abstract interface for monitoring the commit state of files in CAPIO-CL |
| CMulticastMonitor | Monitor implementation that synchronizes file commit state via multicast messages |
| Nparser | Namespace containing the CAPIO-CL parsers components |
| CParser | Contains the code to parse a JSON based CAPIO-CL configuration file |
| CParserException | Custom exception thrown when parsing a CAPIO-CL configuration file by Parser |
| Nserializer | Namespace containing the CAPIO-CL Serializer component |
| CSerializer | Dump the current loaded CAPIO-CL configuration from class Engine to a CAPIO-CL configuration file |
| CSerializerException | Custom exception thrown when serializing an instance of Engine |
| CCAPIO_CL_VERSION | Available versions of CAPIO-CL language |
| CConfigurationEntry | Struct containing key value pairs for capio-cl runtime configuration |