#include <CrayXT3.h>
Public Types | |
| typedef NodeData< Statistics > | NodeDataType |
| The type of objects stored in the Fountain Server's node monitor database. | |
|
typedef std::map< std::string, NodeDataType > | HashTable |
| The associated container used for the Fountain Server's node monitor database. | |
Public Member Functions | |
| DataSource (HashTable &database) | |
| Default constructor. | |
| void | parseNodelistFile () const |
| This method currently does nothing. | |
| void | discover () const |
| This method currently does nothing. | |
| void | update () const |
| This method currently does nothing. | |
Private Attributes | |
| HashTable & | nodeMonitorDatabase_ |
| Reference to the Fountain server's node monitor data structure. | |
|
|
Default constructor.
|
1.4.6