library: libProof
#include "TProof.h"

TSlaveInfo


class description - source file - inheritance tree (.pdf)

class TSlaveInfo : public TObject

Inheritance Chart:
TObject
<-
TSlaveInfo

    public:
TSlaveInfo(const char* ordinal, const char* host, Int_t perfidx = 0) TSlaveInfo(const TSlaveInfo&) ~TSlaveInfo() static TClass* Class() virtual Int_t Compare(const TObject* obj) const virtual const char* GetName() const const char* GetOrdinal() const virtual TClass* IsA() const virtual Bool_t IsSortable() const TSlaveInfo& operator=(const TSlaveInfo&) virtual void Print(Option_t* option) const void SetStatus(TSlaveInfo::ESlaveStatus stat) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    public:
static const TSlaveInfo::ESlaveStatus kActive static const TSlaveInfo::ESlaveStatus kNotActive static const TSlaveInfo::ESlaveStatus kBad TString fOrdinal slave ordinal TString fHostName hostname this slave is running on TString fMsd mass storage domain slave is in Int_t fPerfIndex relative performance of this slave TSlaveInfo::ESlaveStatus fStatus slave status

Class Description


Int_t Compare(const TObject *obj) const
 Used to sort slaveinfos by ordinal.

void Print(Option_t *opt) const
 Print slave info. If opt = "active" print only the active
 slaves, if opt="notactive" print only the not active slaves,
 if opt = "bad" print only the bad slaves, else
 print all slaves.



Inline Functions


               void ~TSlaveInfo()
         TSlaveInfo TSlaveInfo(const char* ordinal, const char* host, Int_t perfidx = 0)
        const char* GetName() const
        const char* GetOrdinal() const
               void SetStatus(TSlaveInfo::ESlaveStatus stat)
             Bool_t IsSortable() const
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
         TSlaveInfo TSlaveInfo(const TSlaveInfo&)
        TSlaveInfo& operator=(const TSlaveInfo&)


Author: Fons Rademakers 13/02/97
Last update: root/proof:$Name: $:$Id: TProof.cxx,v 1.84 2005/04/01 16:19:17 rdm Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.