class documentation

class FeedbackAccumulator(object):

Known subclasses: ganeti.tools.burnin.JobHandler

View In Hierarchy

Feedback accumulator class.

Method ClearFeedbackBuf Clear the feedback buffer.
Method Feedback Acumulate feedback in our buffer.
Method GetFeedbackBuf Return the contents of the buffer.
Class Variable opts Undocumented
Class Variable _feed_buf Undocumented
def ClearFeedbackBuf(self):

Clear the feedback buffer.

def Feedback(self, msg):

Acumulate feedback in our buffer.

def GetFeedbackBuf(self):

Return the contents of the buffer.

opts =

Undocumented

_feed_buf =

Undocumented