InfiniSQL  v0.1.2-alpha
Massive Scale Transaction Processing
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Topology::partitionAddress Struct Reference

#include <Topology.h>

Collaboration diagram for Topology::partitionAddress:

Public Attributes

addressStruct address
 
int64_t instance
 
class Mboxmbox
 
actortypes_e type
 
int epollfd
 
std::string argstring
 
std::string node
 
std::string service
 
std::vector< std::string > nodes
 
std::vector< std::string > services
 

Detailed Description

Actor address with pointer to Mbox and actor type. Mbox and type are not necessary in message headers. This also contains identification information for each actor instance's self

Definition at line 70 of file Topology.h.

Member Data Documentation

std::string Topology::partitionAddress::argstring
std::string Topology::partitionAddress::node

Definition at line 78 of file Topology.h.

std::vector<std::string> Topology::partitionAddress::nodes

Definition at line 80 of file Topology.h.

Referenced by Listener::Listener(), and Topology::newActor().

std::string Topology::partitionAddress::service

Definition at line 79 of file Topology.h.

std::vector<std::string> Topology::partitionAddress::services

Definition at line 81 of file Topology.h.

Referenced by Listener::Listener(), and Topology::newActor().

actortypes_e Topology::partitionAddress::type

The documentation for this struct was generated from the following file: