#include <ProxyMgr.h>
Public Member Functions | |
| ProxyTree () | |
| ~ProxyTree () | |
Public Attributes | |
| int | proxyMsgCount |
| NodeIDList * | proxylist |
| NodeIDList * | trees |
| int * | sizes |
|
|
Definition at line 206 of file ProxyMgr.h. 00206 {
00207 proxyMsgCount = 0;
00208 proxylist = NULL;
00209 #ifdef NODEAWARE_PROXY_SPANNINGTREE
00210 naTrees = NULL;
00211 #else
00212 trees = NULL;
00213 sizes = NULL;
00214 #endif
00215 }
|
|
|
Definition at line 216 of file ProxyMgr.h. 00216 {
00217 }
|
|
|
Definition at line 195 of file ProxyMgr.h. Referenced by ProxyMgr::buildSpanningTree0(), Rebalancer::createSpanningTree(), Rebalancer::decrSTLoad(), Rebalancer::incrSTLoad(), ProxyMgr::recvProxies(), and ProxyMgr::sendSpanningTrees(). |
|
|
Definition at line 194 of file ProxyMgr.h. Referenced by ProxyMgr::recvProxies(). |
|
|
Definition at line 202 of file ProxyMgr.h. Referenced by ProxyMgr::buildSpanningTree0(), and Rebalancer::createSpanningTree(). |
|
|
Definition at line 201 of file ProxyMgr.h. Referenced by ProxyMgr::buildSpanningTree0(), and ProxyMgr::sendSpanningTrees(). |
1.3.9.1