#include "define.h"
#include "FountainErrors.h"
#include "NodeData.h"
#include "Timer.h"
#include "InfinibandNetwork.h"
#include "CrayXT3.h"
#include "LokiInclude.h"
#include <vector>
#include <map>
#include <string>
Go to the source code of this file.
Classes | |
| class | ServerData< DataSource > |
| Encapsulates server speific data sources. More... | |
| class | NoDataSource |
| A class implementing the basic DataSource policy. More... | |
Typedefs | |
| typedef ServerData< Loki::Select< CrayXT3::Enable, CrayXT3::DataSource, Loki::Select< Infiniband::Enable, Infiniband::DataSource, NoDataSource >::Result >::Result > | ServerDataSource |
| The ServerDataSource is how Fountain obtains node monitoring data from a server specific data source. | |
1.4.6