TSlaveInfo
class description - source file - inheritance tree (.ps)
public:
TSlaveInfo(Int_t ordinal = 0, const char* host, Int_t perfidx = 0)
TSlaveInfo(const TSlaveInfo&)
~TSlaveInfo()
static TClass* Class()
virtual TClass* IsA() const
TSlaveInfo& operator=(const TSlaveInfo&)
virtual void Print(Option_t* option) const
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
public:
Int_t fOrdinal slave ordinal
TString fHostName hostname this slave is running on
Int_t fPerfIndex relative performance of this slave
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 * /*option*/ ) const
Inline Functions
void ~TSlaveInfo()
TSlaveInfo TSlaveInfo(Int_t ordinal = 0, const char* host, Int_t perfidx = 0)
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.69 2004/06/25 17:27:09 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.