#include <XrdCmsKey.hh>

Public Member Functions | |
| void | Recycle () |
| void | Reload () |
| XrdCmsKeyItem () | |
| ~XrdCmsKeyItem () | |
Static Public Member Functions | |
| static XrdCmsKeyItem * | Alloc (unsigned int theTock) |
| static int | Replenish () |
| static void | Stats (int &isAlloc, int &isFree, int &wasEmpty) |
| static XrdCmsKeyItem * | Unload (unsigned int theTock) |
| static XrdCmsKeyItem * | Unload (XrdCmsKeyItem *theItem) |
Public Attributes | |
| XrdCmsKeyLoc | Loc |
| XrdCmsKey | Key |
| XrdCmsKeyItem * | Next |
Static Public Attributes | |
| static const unsigned int | TickRate = 64 |
| static const unsigned int | TickMask = 63 |
| static const int | minAlloc = 4096 |
| static const int | minFree = 1024 |
Static Private Attributes | |
| static XrdCmsKeyItem * | TockTable [TickRate] |
| static XrdCmsKeyItem * | Free |
| static int | numFree |
| static int | numHave |
| static int | numNull |
| XrdCmsKeyItem::XrdCmsKeyItem | ( | ) | [inline] |
| XrdCmsKeyItem::~XrdCmsKeyItem | ( | ) | [inline] |
| static XrdCmsKeyItem* XrdCmsKeyItem::Alloc | ( | unsigned int | theTock | ) | [static] |
| void XrdCmsKeyItem::Recycle | ( | ) |
| void XrdCmsKeyItem::Reload | ( | ) |
| static int XrdCmsKeyItem::Replenish | ( | ) | [static] |
| static void XrdCmsKeyItem::Stats | ( | int & | isAlloc, | |
| int & | isFree, | |||
| int & | wasEmpty | |||
| ) | [static] |
| static XrdCmsKeyItem* XrdCmsKeyItem::Unload | ( | XrdCmsKeyItem * | theItem | ) | [static] |
| static XrdCmsKeyItem* XrdCmsKeyItem::Unload | ( | unsigned int | theTock | ) | [static] |
XrdCmsKeyItem* XrdCmsKeyItem::Free [static, private] |
const int XrdCmsKeyItem::minAlloc = 4096 [static] |
const int XrdCmsKeyItem::minFree = 1024 [static] |
int XrdCmsKeyItem::numFree [static, private] |
int XrdCmsKeyItem::numHave [static, private] |
int XrdCmsKeyItem::numNull [static, private] |
const unsigned int XrdCmsKeyItem::TickMask = 63 [static] |
const unsigned int XrdCmsKeyItem::TickRate = 64 [static] |
XrdCmsKeyItem* XrdCmsKeyItem::TockTable[TickRate] [static, private] |
1.6.1