13#ifndef ROOT_TPacketizerUnit
14#define ROOT_TPacketizerUnit
#define ClassDef(name, id)
virtual Int_t GetSize() const
Return the capacity of the collection, i.e.
Manages an element of a TDSet.
This class implements a data set to be used for PROOF processing.
TMap implements an associative array of (key,value) pairs using a THashTable for efficient retrieval ...
This packetizer generates packets of generic units, representing the number of times an operation cyc...
Int_t AddWorkers(TList *workers)
Adds new workers. Returns the number of workers added, or -1 on failure.
virtual ~TPacketizerUnit()
Destructor.
Double_t GetCurrentTime()
Get current time.
void operator=(const TPacketizerUnit &)
Float_t GetCurrentRate(Bool_t &all)
Get Estimation of the current rate; just summing the current rates of the active workers.
TDSetElement * GetNextPacket(TSlave *sl, TMessage *r)
Get next packet.
TPacketizerUnit(const TPacketizerUnit &)
Int_t AssignWork(TDSet *, Long64_t, Long64_t num)
Assign work to be done to this packetizer.
Container class for processing statistics.
Class describing a PROOF worker server.
Handles synchronous and a-synchronous timer events.
A TTree represents a columnar dataset.
The packetizer is a load balancing object created for each query.