Classes | Namespaces | Defines | Variables

XrdOlbManager.hh File Reference

#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include "XrdOlb/XrdOlbManList.hh"
#include "XrdOlb/XrdOlbTypes.hh"
#include "XrdSys/XrdSysPthread.hh"
Include dependency graph for XrdOlbManager.hh:
This graph shows which files directly or indirectly include this file:

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 Documentation

#define OLB_LS_ALL   0x0002
#define OLB_LS_BEST   0x0001
#define OLB_LS_IPO   0x0004
#define OLB_SERVER_DISABLE   0x0001
#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().


Variable Documentation

const int OLB_isMan = 8
const int OLB_isPeer = 32
const int OLB_isProxy = 64
const int OLB_Lost = 16
const int OLB_needrw = 1
const int OLB_newfile = 3
const int OLB_noStage = 1
const int OLB_peersok = 4
const int OLB_Special = 4
const int OLB_Suspend = 2