12 #ifndef ROOT_TPacketizer 13 #define ROOT_TPacketizer
Int_t GetActiveWorkers()
Return the number of workers still processing.
void operator=(const TPacketizer &)
This class implements a data set to be used for PROOF processing.
Float_t GetCurrentRate(Bool_t &all)
Get Estimation of the current rate; just summing the current rates of the active workers.
void RemoveActiveNode(TFileNode *)
Remove node from the list of actives.
virtual ~TPacketizer()
Destructor.
This class generates packets to be processed on PROOF worker servers.
Manages an element of a TDSet.
TDSetElement * GetNextPacket(TSlave *sl, TMessage *r)
Get next packet.
#define ClassDef(name, id)
void Reset()
Reset the internal datastructure for packet distribution.
void RemoveUnAllocNode(TFileNode *)
Remove unallocated node.
void RemoveActive(TFileStat *file)
Remove file from the list of actives.
TFileNode * NextUnAllocNode()
Get next unallocated node.
TFileStat * GetNextUnAlloc(TFileNode *node=0)
Get next unallocated file.
Handles synchronous and a-synchronous timer events.
The packetizer is a load balancing object created for each query.
Int_t AddWorkers(TList *workers)
Adds new workers. Returns the number of workers added, or -1 on failure.
Long64_t GetEntriesProcessed() const
TMap implements an associative array of (key,value) pairs using a THashTable for efficient retrieval ...
void ValidateFiles(TDSet *dset, TList *slaves, Long64_t maxent=-1, Bool_t byfile=kFALSE)
Check existence of file/dir/tree an get number of entries.
A TTree object has a header with a name and a title.
Class describing a PROOF worker server.
TFileStat * GetNextActive()
Get next active file.
Container class for processing statistics.
TFileNode * NextActiveNode()
Get next active node.