#include <XrdOfsHandle.hh>
Public Member Functions | |
void | Add (XrdOfsHandle *hP) |
XrdOfsHandle * | Find (XrdOfsHanKey &Key) |
int | Remove (XrdOfsHandle *rip) |
XrdOfsHanTab (int psize=987, int size=1597) | |
~XrdOfsHanTab () | |
Private Member Functions | |
void | Expand () |
Private Attributes | |
XrdOfsHandle ** | nashtable |
int | prevtablesize |
int | nashtablesize |
int | nashnum |
int | Threshold |
Static Private Attributes | |
static const int | LoadMax = 80 |
XrdOfsHanTab::XrdOfsHanTab | ( | int | psize = 987 , |
|
int | size = 1597 | |||
) |
XrdOfsHanTab::~XrdOfsHanTab | ( | ) | [inline] |
void XrdOfsHanTab::Add | ( | XrdOfsHandle * | hP | ) |
void XrdOfsHanTab::Expand | ( | ) | [private] |
XrdOfsHandle* XrdOfsHanTab::Find | ( | XrdOfsHanKey & | Key | ) |
int XrdOfsHanTab::Remove | ( | XrdOfsHandle * | rip | ) |
const int XrdOfsHanTab::LoadMax = 80 [static, private] |
int XrdOfsHanTab::nashnum [private] |
XrdOfsHandle** XrdOfsHanTab::nashtable [private] |
int XrdOfsHanTab::nashtablesize [private] |
int XrdOfsHanTab::prevtablesize [private] |
int XrdOfsHanTab::Threshold [private] |