|
| XrdProofSched (const char *name, XrdProofdManager *mgr, XrdProofGroupMgr *grpmgr, const char *cfn, XrdSysError *e=0) |
| Constructor. More...
|
|
virtual | ~XrdProofSched () |
|
int | CheckFrequency () const |
|
virtual int | Config (bool rcf=0) |
| Configure this instance using the content of file 'cfn'. More...
|
|
virtual int | DoDirective (XrdProofdDirective *d, char *val, XrdOucStream *cfg, bool rcf) |
| Update the priorities of the active sessions. More...
|
|
virtual void | DumpQueues (const char *prefix=0) |
| Dump the content of the waiting sessions queue. More...
|
|
virtual int | Enqueue (XrdProofdProofServ *xps, XrdProofQuery *query) |
| Queue a query in the session; if this is the first querym enqueue also the session. More...
|
|
virtual int | ExportInfo (XrdOucString &) |
| Fill sbuf with some info about our current status. More...
|
|
virtual XrdProofdProofServ * | FirstSession () |
| Get first valid session. More...
|
|
virtual int | GetWorkers (XrdProofdProofServ *xps, std::list< XrdProofWorker * > *, const char *) |
| Get a list of workers that can be used by session 'xps'. More...
|
|
virtual bool | IsValid () |
|
virtual int | MaxSessions () const |
|
const char * | Name () const |
|
XrdProofdPipe * | Pipe () |
|
virtual int | ProcessDirective (XrdProofdDirective *d, char *val, XrdOucStream *cfg, bool rcf) |
| Update the priorities of the active sessions. More...
|
|
virtual int | Reschedule () |
| Consider starting some query from the queue. More...
|
|
virtual int | UpdateProperties () |
|
virtual int | UpdateSession (XrdProofdProofServ *, int=0, void *=0) |
|
| XrdProofdConfig (const char *cfg=0, XrdSysError *edest=0) |
| Main constructor. More...
|
|
virtual | ~XrdProofdConfig () |
|
const char * | CfgFile () const |
|
virtual int | Config (bool rcf=0) |
|
virtual int | DoDirective (XrdProofdDirective *, char *, XrdOucStream *, bool) |
|
virtual void | RegisterDirectives () |
|
void | SetCfgEDest (const char *cfg, XrdSysError *edest) |
| Set config file and error handler. More...
|
|