InfiniSQL
v0.1.2-alpha
Massive Scale Transaction Processing
|
Topology class has all of the actors, their types, and dynamic configuration values. Each actor maintains a Topology object which gives it a common view for the whole node and, as necessary, the whole cluster. More...
#include <cstdlib>
#include <vector>
#include <stdint.h>
#include <pthread.h>
#include <string>
#include <stdio.h>
#include <boost/unordered_map.hpp>
#include "cfgenum.h"
#include <map>
Go to the source code of this file.
Classes | |
class | Topology |
struct | Topology::addressStruct |
struct | Topology::partitionAddress |
struct | Topology::actor_s |
characteristics for each actor More... | |
Variables | |
pthread_mutex_t | nodeTopologyMutex |
FILE * | logfile |
Topology class has all of the actors, their types, and dynamic configuration values. Each actor maintains a Topology object which gives it a common view for the whole node and, as necessary, the whole cluster.
Definition in file Topology.h.