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

Class Stats

source code

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

Instance Methods [hide private]
 
__init__(self, resource)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
getBytesSent(self) source code
 
getBytesReceived(self) source code

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

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

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from streamer.Stats: __implemented__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, resource)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

getBytesSent(self)

source code 
Overrides: streamer.Stats.getBytesSent

getBytesReceived(self)

source code 
Overrides: streamer.Stats.getBytesReceived