115 virtual void SetAlias(
const char *alias);
void SetSessionTag(const char *st)
virtual Int_t SendGroupPriority(const char *, Int_t)
const char * GetOrdinal() const
TSocket * GetSocket() const
virtual void FlushSocket()
const char Int_t const char TProof Int_t const char const char * msd
Float_t GetCpuTime() const
Collectable string class.
const char * GetSessionTag() const
const char * GetUser() const
virtual TObjString * SendCoordinator(Int_t kind, const char *msg=0, Int_t int2=0)
Send message to intermediate coordinator.
void SetROOTVersion(const char *rv)
void SetArchCompiler(const char *ac)
void SetSocket(TSocket *s)
virtual void StopProcess(Bool_t abort, Int_t timeout)
Sent stop/abort request to PROOF server.
const char * GetGroup() const
virtual void SetInterruptHandler(Bool_t)
static TSlave_t fgTXSlaveHook
TFileHandler * GetInputHandler() const
virtual ~TSlave()
Destroy slave.
const char * GetROOTVersion() const
#define ClassDef(name, id)
Int_t(* OldSlaveAuthSetup_t)(TSocket *, Bool_t, TString, TString)
const char Int_t const char TProof Int_t stype
static void SetTXSlaveHook(TSlave_t xslavehook)
Set hook to TXSlave ctor.
virtual void Interrupt(Int_t type)
Send interrupt OOB byte to master or slave servers.
const char * GetWorkDir() const
virtual void Close(Option_t *opt="")
Close slave socket.
virtual void SetStatus(Int_t st)
const char * GetProofWorkDir() const
Int_t GetSlaveType() const
const char Int_t const char TProof Int_t const char * workdir
const char * GetName() const
Returns name of object.
TSlave()
Default constructor used by derived classes.
virtual Int_t Ping()
Ping the remote master or slave servers.
virtual void Print(Option_t *option="") const
Printf info about slave.
const char * GetImage() const
static TSlave * Create(const char *url, const char *ord, Int_t perf, const char *image, TProof *proof, Int_t stype, const char *workdir, const char *msd, Int_t nwk=1)
Static method returning the appropriate TSlave object for the remote server.
virtual void SetAlias(const char *alias)
Set an alias for this session.
Int_t Compare(const TObject *obj) const
Used to sort slaves by performance index.
Int_t GetParallel() const
void Init(const char *host, Int_t port, Int_t stype)
Init a PROOF slave object.
Int_t GetProtocol() const
Mother of all ROOT objects.
const char Int_t const char TProof * proof
TSlave *(* TSlave_t)(const char *url, const char *ord, Int_t perf, const char *image, TProof *proof, Int_t stype, const char *workdir, const char *msd, Int_t nwk)
const char * GetMsd() const
void operator=(const TSlave &)
Bool_t IsSortable() const
const char * GetArchCompiler() const
Int_t OldAuthSetup(Bool_t master, TString wconf)
Setup authentication related stuff for old versions.
TProof * GetProof() const
virtual Bool_t IsValid() const
virtual Int_t SetupServ(Int_t stype, const char *conffile)
Init a PROOF slave object.
Float_t GetRealTime() const
Long64_t GetBytesRead() const
const char Int_t const char * image
void SetInputHandler(TFileHandler *ih)
Adopt and register input handler for this slave.