Package flumotion :: Package component :: Package common :: Package streamer :: Module multifdsinkstreamer :: Class Stats
[hide private]

type Stats

source code

    object --+    
             |    
streamer.Stats --+
                 |
                Stats
Known Subclasses:

Instance Methods [hide private]
 
__init__(self, sinks) source code
 
getBytesSent(self) source code
 
getBytesReceived(self) source code
 
__provides__(...)
Special descriptor for class __provides__

Inherited from streamer.Stats: __providedBy__, clientAdded, clientRemoved, getAverageClients, getClients, getCurrentBitrate, getLoadDeltas, getPeakClients, getPeakEpoch, getUptime, getUrl, updateState

Inherited from streamer.Stats (private): _updateAverage, _updateStats

Class Variables [hide private]
  __implemented__ = <implementedBy flumotion.component.common.st...
Method Details [hide private]

__init__(self, sinks)
(Constructor)

source code 
Overrides: streamer.Stats.__init__

getBytesSent(self)

source code 
Overrides: streamer.Stats.getBytesSent

getBytesReceived(self)

source code 
Overrides: streamer.Stats.getBytesReceived

__provides__(...)

 
Special descriptor for class __provides__

The descriptor caches the implementedBy info, so that
we can get declarations for objects without instance-specific
interfaces a bit quicker.

Overrides: streamer.Stats.__provides__

Class Variable Details [hide private]

__implemented__

Value:
<implementedBy flumotion.component.common.streamer.multifdsinkstreamer\
.Stats>