|
|
|
Description |
Parsing data from a simulated description of the cluster.
This module holds the code for parsing a cluster description.
|
|
Synopsis |
|
|
|
Documentation |
|
|
Parse the string description into nodes.
|
|
|
:: Int | The group index
| -> String | The group specification
| -> Result (Group, [Node]) | | Creates a node group with the given specifications.
|
|
|
|
:: [String] | Cluster description in text format
| -> Result ClusterData | | Builds the cluster data from node/instance files.
|
|
|
|
:: [String] | Cluster description in text format
| -> IO (Result ClusterData) | | Builds the cluster data from node/instance files.
|
|
|
Produced by Haddock version 2.6.0 |