#include <stdlib.h>#include <string.h>#include <strings.h>#include "XrdOlb/XrdOlbManList.hh"#include "XrdOlb/XrdOlbTypes.hh"#include "XrdSys/XrdSysPthread.hh"

Go to the source code of this file.
Classes | |
| class | XrdOlbSInfo |
| class | XrdOlbManager |
Namespaces | |
| namespace | XrdOlb |
Defines | |
| #define | OLB_LS_BEST 0x0001 |
| #define | OLB_LS_ALL 0x0002 |
| #define | OLB_LS_IPO 0x0004 |
| #define | OLB_SERVER_DISABLE 0x0001 |
| #define | OLB_SERVER_NOSTAGE 0x0002 |
| #define | OLB_SERVER_OFFLINE 0x0004 |
| #define | OLB_SERVER_SUSPEND 0x0008 |
| #define | OLB_SERVER_NOSPACE 0x0020 |
| #define | OLB_SERVER_ISRW 0x0040 |
| #define | OLB_SERVER_ISMANGR 0x0100 |
| #define | OLB_SERVER_ISPEER 0x0200 |
| #define | OLB_SERVER_ISPROXY 0x0400 |
| #define | OLB_SERVER_NOSERVR 0x0700 |
Variables | |
| const int | OLB_noStage = 1 |
| const int | OLB_Suspend = 2 |
| const int | OLB_Special = 4 |
| const int | OLB_isMan = 8 |
| const int | OLB_Lost = 16 |
| const int | OLB_isPeer = 32 |
| const int | OLB_isProxy = 64 |
| const int | OLB_needrw = 1 |
| const int | OLB_newfile = 3 |
| const int | OLB_peersok = 4 |
| XrdOlbManager | XrdOlb::Manager |
| #define OLB_LS_ALL 0x0002 |
| #define OLB_LS_BEST 0x0001 |
Referenced by XrdOlbManager::ListServers().
| #define OLB_LS_IPO 0x0004 |
Referenced by XrdOlbServer::do_Locate(), and XrdOlbManager::ListServers().
| #define OLB_SERVER_DISABLE 0x0001 |
Referenced by XrdOlbServer::do_Locate(), and XrdOlbManager::Stats().
| #define OLB_SERVER_ISMANGR 0x0100 |
Referenced by XrdOlbServer::do_Locate().
| #define OLB_SERVER_ISPEER 0x0200 |
| #define OLB_SERVER_ISPROXY 0x0400 |
| #define OLB_SERVER_ISRW 0x0040 |
| #define OLB_SERVER_NOSERVR 0x0700 |
| #define OLB_SERVER_NOSPACE 0x0020 |
| #define OLB_SERVER_NOSTAGE 0x0002 |
Referenced by XrdOlbManager::Stats().
| #define OLB_SERVER_OFFLINE 0x0004 |
Referenced by XrdOlbManager::Stats().
| #define OLB_SERVER_SUSPEND 0x0008 |
Referenced by XrdOlbManager::Stats().
| const int OLB_isMan = 8 |
Referenced by XrdOlbManager::AddServer(), XrdOlbServer::Login(), XrdOlbManager::Login(), and XrdOlbManager::Pander().
| const int OLB_isPeer = 32 |
Referenced by XrdOlbManager::AddServer(), XrdOlbServer::Login(), XrdOlbManager::Login(), and XrdOlbManager::Pander().
| const int OLB_isProxy = 64 |
Referenced by XrdOlbServer::Login(), XrdOlbManager::Login(), and XrdOlbManager::Pander().
| const int OLB_Lost = 16 |
Referenced by XrdOlbServer::Login(), and XrdOlbManager::Pander().
| const int OLB_needrw = 1 |
Referenced by XrdOlbServer::do_PrepSel(), XrdOlbServer::do_Select(), and XrdOlbManager::SelServer().
| const int OLB_newfile = 3 |
Referenced by XrdOlbServer::do_Select(), and XrdOlbManager::SelServer().
| const int OLB_noStage = 1 |
Referenced by XrdOlbManager::AddServer(), XrdOlbServer::Login(), XrdOlbManager::Login(), and XrdOlbManager::Pander().
| const int OLB_peersok = 4 |
Referenced by XrdOlbServer::do_Select(), and XrdOlbManager::SelServer().
| const int OLB_Special = 4 |
Referenced by XrdOlbManager::AddServer(), and XrdOlbManager::Login().
| const int OLB_Suspend = 2 |
Referenced by XrdOlbManager::AddServer(), XrdOlbServer::Login(), XrdOlbManager::Login(), and XrdOlbManager::Pander().
1.7.1