Uses of Class
com.wowza.util.IOPerformanceCounter

Packages that use IOPerformanceCounter
com.wowza.util   
com.wowza.wms.application   
com.wowza.wms.client   
com.wowza.wms.httpstreamer.model   
com.wowza.wms.rtp.model   
com.wowza.wms.server   
com.wowza.wms.stream   
com.wowza.wms.vhost   
 

Uses of IOPerformanceCounter in com.wowza.util
 

Methods in com.wowza.util that return IOPerformanceCounter
 IOPerformanceCounter IOPerformanceCounter.clone()
          Create a deep clone (copy) if this object.
 

Methods in com.wowza.util with parameters of type IOPerformanceCounter
 void IOPerformanceCounter.add(IOPerformanceCounter value)
          Add (value) to this counter.
 void IOPerformanceCounter.addDifference(IOPerformanceCounter current, IOPerformanceCounter last)
          Add the result of (current-last) to this counter.
 void IOPerformanceCounter.doSet(IOPerformanceCounter value)
          Set this object to value.
 

Uses of IOPerformanceCounter in com.wowza.wms.application
 

Methods in com.wowza.wms.application that return IOPerformanceCounter
 IOPerformanceCounter IApplication.getIoPerformanceCounter()
          Get the performance counter for application
 IOPerformanceCounter IApplicationInstance.getIOPerformanceCounter()
          Get the performance counter for applicationInstance
 IOPerformanceCounter IApplication.getIoPerformanceCounter(int counterIndex)
          Get the performance counter for application for a specific technology (see IVHost.COUNTER_*)
 IOPerformanceCounter IApplicationInstance.getIOPerformanceCounter(int counterIndex)
          Get the performance counter for applicationInstance for a specific technology (see IVHost.COUNTER_*)
 

Uses of IOPerformanceCounter in com.wowza.wms.client
 

Methods in com.wowza.wms.client that return IOPerformanceCounter
 IOPerformanceCounter IClient.getMediaIOPerformanceCounter()
          Get performance counter for media bytes transferred to this client.
 IOPerformanceCounter IClient.getTotalIOPerformanceCounter()
          Get performance counter for all bytes transferred to this client.
 

Uses of IOPerformanceCounter in com.wowza.wms.httpstreamer.model
 

Methods in com.wowza.wms.httpstreamer.model that return IOPerformanceCounter
 IOPerformanceCounter IHTTPStreamerSession.getIOPerformanceCounter()
          Get IO performance counter
 

Methods in com.wowza.wms.httpstreamer.model with parameters of type IOPerformanceCounter
 void IHTTPStreamerSession.addIOPerformance(IOPerformanceCounter totalIOPerformanceResult)
          Internal user, keep track of IO performance
 void IHTTPStreamerSession.addIOPerformance2(IOPerformanceCounter totalIOPerformanceResult)
          Internal user, keep track of IO performance
 

Uses of IOPerformanceCounter in com.wowza.wms.rtp.model
 

Fields in com.wowza.wms.rtp.model declared as IOPerformanceCounter
protected  IOPerformanceCounter RTPSession.ioPerformanceCounter
           
protected  IOPerformanceCounter RTPSession.totalIOPerformance2Last
           
protected  IOPerformanceCounter RTPSession.totalIOPerformanceLast
           
 

Methods in com.wowza.wms.rtp.model that return IOPerformanceCounter
 IOPerformanceCounter RTPSession.getIOPerformanceCounter()
          Get IO performance counter
 

Methods in com.wowza.wms.rtp.model with parameters of type IOPerformanceCounter
 void RTPSession.addIOPerformance(IOPerformanceCounter totalIOPerformanceResult)
          Internal use
 void RTPSession.addIOPerformance2(IOPerformanceCounter totalIOPerformanceResult)
          Internal use
 void RTPSession.setIOPerformanceCounter(IOPerformanceCounter ioPerformanceCounter)
          Set IO performance counter
 

Uses of IOPerformanceCounter in com.wowza.wms.server
 

Methods in com.wowza.wms.server that return IOPerformanceCounter
 IOPerformanceCounter IServer.getIoPerformanceCounter()
          Get the server performance counter.
 IOPerformanceCounter Server.getIoPerformanceCounter()
           
 IOPerformanceCounter IServer.getIoPerformanceCounter(int counterIndex)
          Get the server performance counter for a specific technology (see IVHost.COUNTER_*)
 IOPerformanceCounter Server.getIoPerformanceCounter(int counterIndex)
           
 IOPerformanceCounter Server.updateIOPerformance()
           
 

Methods in com.wowza.wms.server with parameters of type IOPerformanceCounter
 void Server.setIoPerformanceCounter(IOPerformanceCounter ioPerformanceCounter)
           
 

Uses of IOPerformanceCounter in com.wowza.wms.stream
 

Methods in com.wowza.wms.stream that return IOPerformanceCounter
 IOPerformanceCounter IMediaStream.getMediaIOPerformance()
          Get IO performance counter
 

Uses of IOPerformanceCounter in com.wowza.wms.vhost
 

Methods in com.wowza.wms.vhost that return IOPerformanceCounter
 IOPerformanceCounter IVHost.getIoPerformanceCounter()
          Get vHost IO performance counter.
 IOPerformanceCounter IVHost.getIoPerformanceCounter(int counterIndex)
          Get vHost IO performance counter for a specific technology (see IVHost.COUNTER_*)