#include <ProxyMgr.h>
Public Member Functions | |
| ProxyTree () | |
| ~ProxyTree () | |
Public Attributes | |
| int | proxyMsgCount |
| NodeIDList * | proxylist |
| NodeIDList * | trees |
| int * | sizes |
|
|
Definition at line 295 of file ProxyMgr.h. 00295 {
00296 proxyMsgCount = 0;
00297 proxylist = NULL;
00298 #ifdef NODEAWARE_PROXY_SPANNINGTREE
00299 naTrees = NULL;
00300 #else
00301 trees = NULL;
00302 sizes = NULL;
00303 #endif
00304 }
|
|
|
Definition at line 305 of file ProxyMgr.h. 00305 {
00306 }
|
|
|
Definition at line 284 of file ProxyMgr.h. Referenced by ProxyMgr::buildSpanningTree0(), Rebalancer::createSpanningTree(), Rebalancer::decrSTLoad(), Rebalancer::incrSTLoad(), outputProxyTree(), ProxyMgr::recvPatchProxyInfo(), ProxyMgr::recvProxies(), and ProxyMgr::sendSpanningTrees(). |
|
|
Definition at line 283 of file ProxyMgr.h. Referenced by ProxyMgr::recvPatchProxyInfo(), and ProxyMgr::recvProxies(). |
|
|
Definition at line 291 of file ProxyMgr.h. Referenced by ProxyMgr::buildSpanningTree0(), and Rebalancer::createSpanningTree(). |
|
|
Definition at line 290 of file ProxyMgr.h. Referenced by ProxyMgr::buildSpanningTree0(), and ProxyMgr::sendSpanningTrees(). |
1.3.9.1