This module allows to connect to the cluster manager and to reserve nodes in a cluster. More...
Classes | |
class | mi::neuraylib::ICluster_notification_callback |
Abstract interface for giving notifications about errors and status changes. More... | |
class | mi::neuraylib::ICluster_manager_node |
Provides information about a node which is part of a node pool or reserved cluster. More... | |
class | mi::neuraylib::ICluster_manager_cluster |
Represents a cluster which was reserved through the cluster manager. More... | |
class | mi::neuraylib::ICluster_pool_information |
Represents a pool of nodes managed though the cluster manager. More... | |
class | mi::neuraylib::ISoftware_package |
Represents a software package installed on the pool of nodes. More... | |
class | mi::neuraylib::ICluster_manager_connection |
Represents a connection to a cluster manager. More... | |
class | mi::neuraylib::ICluster_manager_configuration |
An API component which can be used to create a connection to a cluster manager. More... | |
This module allows to connect to the cluster manager and to reserve nodes in a cluster.
A cluster manager is a service that allows to manage nodes in a cluster. The cluster manager allows users to reserve nodes of the cluster and to start software that has been installed on the cluster. After using the software the user releases the reservation and the nodes are returned to the pool and are made available for other users.
See the API component mi::neuraylib::ICluster_manager_configuration for a starting point.