![]() |
XRootD
|
#include <XrdCmsKey.hh>
Public Member Functions | |
XrdCmsKey (char *key=0, int klen=0) | |
~XrdCmsKey () | |
int | Equiv (XrdCmsKey &oth) |
int | operator!= (const XrdCmsKey &oth) |
XrdCmsKey & | operator= (const XrdCmsKey &rhs) |
int | operator== (const XrdCmsKey &oth) |
void | setHash () |
Public Attributes | |
unsigned int | Hash |
short | Len |
unsigned char | Ref |
unsigned char | TOD |
XrdCmsKeyItem * | TODRef |
char * | Val |
Definition at line 47 of file XrdCmsKey.hh.
|
inline |
Definition at line 75 of file XrdCmsKey.hh.
|
inline |
Definition at line 77 of file XrdCmsKey.hh.
|
inline |
Definition at line 60 of file XrdCmsKey.hh.
Referenced by XrdCmsCache::AddFile(), XrdCmsCache::UnkFile(), and XrdCmsCache::WT4File().
|
inline |
|
inline |
void XrdCmsKey::setHash | ( | ) |
Definition at line 48 of file XrdCmsKey.cc.
References XrdOucCRC::CRC32(), and Hash.
Referenced by XrdCmsNash::Add(), and XrdCmsNash::Find().
unsigned int XrdCmsKey::Hash |
Definition at line 53 of file XrdCmsKey.hh.
Referenced by XrdCmsNash::Add(), XrdCmsNode::do_Have(), Equiv(), XrdCmsNash::Find(), XrdCmsCluster::Locate(), operator!=(), operator=(), operator==(), XrdCmsCluster::Select(), and XrdCmsKeyItem::Unload().
short XrdCmsKey::Len |
Definition at line 54 of file XrdCmsKey.hh.
Referenced by XrdCmsNode::do_Select(), XrdCmsCluster::Locate(), operator=(), and XrdCmsCluster::Select().
unsigned char XrdCmsKey::Ref |
Definition at line 56 of file XrdCmsKey.hh.
Referenced by XrdCmsCache::AddFile(), XrdCmsKeyItem::Alloc(), Equiv(), and XrdCmsCache::GetFile().
unsigned char XrdCmsKey::TOD |
Definition at line 55 of file XrdCmsKey.hh.
Referenced by XrdCmsNash::Add(), XrdCmsCache::AddFile(), XrdCmsKeyItem::Alloc(), XrdCmsCache::GetFile(), and XrdCmsKeyItem::Unload().
XrdCmsKeyItem* XrdCmsKey::TODRef |
Definition at line 51 of file XrdCmsKey.hh.
Referenced by XrdCmsCache::AddFile(), XrdCmsKeyItem::Alloc(), XrdCmsCache::GetFile(), XrdCmsCache::UnkFile(), XrdCmsKeyItem::Unload(), and XrdCmsCache::WT4File().
char* XrdCmsKey::Val |
Definition at line 52 of file XrdCmsKey.hh.
Referenced by XrdCmsCache::DelFile(), XrdCmsCluster::Locate(), operator!=(), operator=(), operator==(), XrdCmsCluster::Select(), XrdCmsCache::UnkFile(), and XrdCmsCache::WT4File().