#include <ProxyMgr.h>
Public Member Functions | |
| ProxyTree () | |
| ~ProxyTree () | |
Public Attributes | |
| int | proxyMsgCount |
| NodeIDList * | proxylist |
| NodeIDList * | trees |
| int * | sizes |
|
|
Definition at line 240 of file ProxyMgr.h. 00240 {
00241 proxyMsgCount = 0;
00242 proxylist = NULL;
00243 #ifdef NODEAWARE_PROXY_SPANNINGTREE
00244 naTrees = NULL;
00245 #else
00246 trees = NULL;
00247 sizes = NULL;
00248 #endif
00249 }
|
|
|
Definition at line 250 of file ProxyMgr.h. 00250 {
00251 }
|
|
|
Definition at line 229 of file ProxyMgr.h. Referenced by ProxyMgr::buildSpanningTree0(), Rebalancer::createSpanningTree(), Rebalancer::decrSTLoad(), Rebalancer::incrSTLoad(), ProxyMgr::recvProxies(), and ProxyMgr::sendSpanningTrees(). |
|
|
Definition at line 228 of file ProxyMgr.h. Referenced by ProxyMgr::recvProxies(). |
|
|
Definition at line 236 of file ProxyMgr.h. Referenced by ProxyMgr::buildSpanningTree0(), and Rebalancer::createSpanningTree(). |
|
|
Definition at line 235 of file ProxyMgr.h. Referenced by ProxyMgr::buildSpanningTree0(), and ProxyMgr::sendSpanningTrees(). |
1.3.9.1