TSlave


class description - source file - inheritance tree

class TSlave : public TObject

    private:
TSlave TSlave() TSlave TSlave(const TSlave&) TSlave TSlave(const char* host, Int_t ord, Int_t perf, TProof* proof) void operator=(const TSlave&) public:
virtual void ~TSlave() static TClass* Class() void Close(Option_t* opt) virtual Int_t Compare(TObject* obj) Double_t GetBytesRead() const Float_t GetCpuTime() const virtual const char* GetName() const Int_t GetOrdinal() const Int_t GetPerfIdx() const TProof* GetProof() const Float_t GetRealTime() const TSocket* GetSocket() const virtual TClass* IsA() const virtual Bool_t IsSortable() const Bool_t IsValid() const virtual void Print(Option_t* option) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b)

Data Members

private:
TString fName slave's hostname Int_t fOrdinal slave's ordinal number Int_t fPerfIdx performance index, on a scale of 1-200, PPro200=40 TSocket* fSocket socket to slave TProof* fProof proof cluster to which slave belongs Double_t fBytesRead bytes read by slave (info is obtained from slave) Float_t fRealTime real time spent executing commands (info obtained from slave) Float_t fCpuTime CPU time spent executing commands (info obtained from slave)

Class Description

                                                                      
 TSlave                                                               
                                                                      
 This class describes a PROOF slave server.                           
 It contains information like the slaves host name, ordinal number,   
 performance index, socket, etc. Objects of this class can only be    
 created via TProof member functions.                                 
                                                                      


TSlave(const char *host, Int_t ord, Int_t perf, TProof *proof)
 Create a PROOF slave object. Called via the TProof ctor.

~TSlave()
 Destroy slave.

void Close(Option_t *)
 Close slave socket.

Int_t Compare(TObject *obj)
 Used to sort slaves by performance index.

void Print(Option_t *)
 Printf info about slave.



Inline Functions


             TSlave TSlave(const TSlave&)
               void operator=(const TSlave&)
             TSlave TSlave(const char* host, Int_t ord, Int_t perf, TProof* proof)
             Bool_t IsSortable() const
        const char* GetName() const
              Int_t GetOrdinal() const
              Int_t GetPerfIdx() const
           TSocket* GetSocket() const
            TProof* GetProof() const
           Double_t GetBytesRead() const
            Float_t GetRealTime() const
            Float_t GetCpuTime() const
             Bool_t IsValid() const
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)


Author: Fons Rademakers 14/02/97
Last update: root/proof:$Name: $:$Id: TSlave.cxx,v 1.2 2000/06/11 12:25:48 rdm Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


ROOT page - Class index - 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.