|
|
|
reset(self)
Reset instance variables to intial values |
source code
|
|
|
start(self,
devicesToQuery,
prevQueriesAndAges)
Record our start time, and return a deferred for our devices |
source code
|
|
|
|
|
_checkFinished(self)
Determine the stopping point and log our current stats |
source code
|
|
|
finished(self)
Determine if we have finished, disregarding devices that were
queried in a previous cycle and still haven't reported back. |
source code
|
|
|
|
|
inProcess(self)
Return the name of the devices that have been queried this cycle
but from whom no response has been received. |
source code
|
|
|
prevInProcess(self)
Return the names of the devices that were queried prior to this
cycle and have not yet reported. |
source code
|
|
|
inQueue(self)
Return the names of the devices that have yet to be queried. |
source code
|
|
|
popDevice(self)
Pop a device to be queried from the queue |
source code
|
|
|
getQueryAges(self)
Return a dictionary with the device and age of each query from
this or previous cycles that has not yet responeded. |
source code
|
|