library: libProof #include "TProof.h" |
TSlaveInfo
class description - header file - source file - inheritance tree (.pdf)
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)
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
TProof
This class controls a Parallel ROOT Facility, PROOF, cluster.
It fires the slave servers, it keeps track of how many slaves are
running, it keeps track of the slaves running status, it broadcasts
messages to all slaves, it collects results, etc.
void Print(Option_t *opt)
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.
TSlaveInfo(const char *ordinal = "", const char *host = "", Int_t perfidx = 0)
Author: Fons Rademakers 13/02/97
Last update: root/proof:$Name: $:$Id: TProof.cxx,v 1.151 2006/07/04 06:31:22 brun 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.