Uses of Class
com.wowza.util.IOPerformanceCounter
- 
- 
Uses of IOPerformanceCounter in com.wowza.utilMethods in com.wowza.util that return IOPerformanceCounter Modifier and Type Method Description IOPerformanceCounterIOPerformanceCounter. clone()Create a deep clone (copy) if this object.Methods in com.wowza.util with parameters of type IOPerformanceCounter Modifier and Type Method Description voidIOPerformanceCounter. add(IOPerformanceCounter value)Add (value) to this counter.voidIOPerformanceCounter. addDifference(IOPerformanceCounter current, IOPerformanceCounter last)Add the result of (current-last) to this counter.voidIOPerformanceCounter. doSet(IOPerformanceCounter value)Set this object to value.
- 
Uses of IOPerformanceCounter in com.wowza.wms.applicationMethods in com.wowza.wms.application that return IOPerformanceCounter Modifier and Type Method Description IOPerformanceCounterIApplication. addIOPerformance(int counterIndex, IOPerformanceCounter totalIOPerformanceResult)IOPerformanceCounterIApplication. addIOPerformance(IOPerformanceCounter totalIOPerformanceResult)IOPerformanceCounterIApplicationInstance. addIOPerformance(int counterIndex, IOPerformanceCounter totalIOPerformanceResult)IOPerformanceCounterIApplicationInstance. addIOPerformance(IOPerformanceCounter ioPerformanceCounter)IOPerformanceCounterIApplication. getIoPerformanceCounter()Get the performance counter for applicationIOPerformanceCounterIApplication. getIoPerformanceCounter(int counterIndex)Get the performance counter for application for a specific technology (see IVHost.COUNTER_*)IOPerformanceCounterIApplicationInstance. getIOPerformanceCounter()Get the performance counter for applicationInstanceIOPerformanceCounterIApplicationInstance. getIOPerformanceCounter(int counterIndex)Get the performance counter for applicationInstance for a specific technology (see IVHost.COUNTER_*)IOPerformanceCounterIApplication. updateIOPerformance()Methods in com.wowza.wms.application with parameters of type IOPerformanceCounter Modifier and Type Method Description IOPerformanceCounterIApplication. addIOPerformance(int counterIndex, IOPerformanceCounter totalIOPerformanceResult)IOPerformanceCounterIApplication. addIOPerformance(IOPerformanceCounter totalIOPerformanceResult)IOPerformanceCounterIApplicationInstance. addIOPerformance(int counterIndex, IOPerformanceCounter totalIOPerformanceResult)IOPerformanceCounterIApplicationInstance. addIOPerformance(IOPerformanceCounter ioPerformanceCounter)
- 
Uses of IOPerformanceCounter in com.wowza.wms.clientMethods in com.wowza.wms.client that return IOPerformanceCounter Modifier and Type Method Description IOPerformanceCounterIClient. getMediaIOPerformanceCounter()Get performance counter for media bytes transferred to this client.IOPerformanceCounterIClient. getTotalIOPerformanceCounter()Get performance counter for all bytes transferred to this client.
- 
Uses of IOPerformanceCounter in com.wowza.wms.httpstreamer.modelMethods in com.wowza.wms.httpstreamer.model that return IOPerformanceCounter Modifier and Type Method Description IOPerformanceCounterIHTTPStreamerSession. getIOPerformanceCounter()Get IO performance counterMethods in com.wowza.wms.httpstreamer.model with parameters of type IOPerformanceCounter Modifier and Type Method Description voidIHTTPStreamerSession. addIOPerformance(IOPerformanceCounter totalIOPerformanceResult)Internal user, keep track of IO performancevoidIHTTPStreamerSession. addIOPerformance2(IOPerformanceCounter totalIOPerformanceResult)Internal user, keep track of IO performance
- 
Uses of IOPerformanceCounter in com.wowza.wms.netconnectionMethods in com.wowza.wms.netconnection that return IOPerformanceCounter Modifier and Type Method Description IOPerformanceCounterINetConnection. getMediaIOPerformanceCounter()IOPerformanceCounterINetConnection. getTotalIOPerformanceCounter()
- 
Uses of IOPerformanceCounter in com.wowza.wms.pushpublish.modelFields in com.wowza.wms.pushpublish.model declared as IOPerformanceCounter Modifier and Type Field Description protected IOPerformanceCounterPushPublishBase. sendingPerformanceprotected IOPerformanceCounterPushPublishBase. totalIOPerformance2Lastprotected IOPerformanceCounterPushPublishBase. totalIOPerformanceLastMethods in com.wowza.wms.pushpublish.model with parameters of type IOPerformanceCounter Modifier and Type Method Description voidPushPublishBase. add(IOPerformanceCounter totalValue)voidPushPublishBase. addIOPerformance2(IOPerformanceCounter totalIOPerformanceResult)
- 
Uses of IOPerformanceCounter in com.wowza.wms.pushpublish.protocol.rtpMethods in com.wowza.wms.pushpublish.protocol.rtp with parameters of type IOPerformanceCounter Modifier and Type Method Description voidPushPublishRTP. add(IOPerformanceCounter totalValue)voidPushPublishRTP. addIOPerformance2(IOPerformanceCounter totalIOPerformanceResult)
- 
Uses of IOPerformanceCounter in com.wowza.wms.rtp.modelFields in com.wowza.wms.rtp.model declared as IOPerformanceCounter Modifier and Type Field Description protected IOPerformanceCounterRTPSession. ioPerformanceCounterprotected IOPerformanceCounterRTPSession. totalIOPerformance2Lastprotected IOPerformanceCounterRTPSession. totalIOPerformanceLastMethods in com.wowza.wms.rtp.model that return IOPerformanceCounter Modifier and Type Method Description IOPerformanceCounterRTPSession. getIOPerformanceCounter()Get IO performance counterMethods in com.wowza.wms.rtp.model with parameters of type IOPerformanceCounter Modifier and Type Method Description voidRTPSession. addIOPerformance(IOPerformanceCounter totalIOPerformanceResult)Internal usevoidRTPSession. addIOPerformance2(IOPerformanceCounter totalIOPerformanceResult)Internal usevoidRTPSession. setIOPerformanceCounter(IOPerformanceCounter ioPerformanceCounter)Set IO performance counter
- 
Uses of IOPerformanceCounter in com.wowza.wms.serverMethods in com.wowza.wms.server that return IOPerformanceCounter Modifier and Type Method Description IOPerformanceCounterIServer. getIoPerformanceCounter()Get the server performance counter.IOPerformanceCounterIServer. getIoPerformanceCounter(int counterIndex)Get the server performance counter for a specific technology (see IVHost.COUNTER_*)
- 
Uses of IOPerformanceCounter in com.wowza.wms.streamMethods in com.wowza.wms.stream that return IOPerformanceCounter Modifier and Type Method Description IOPerformanceCounterIMediaStream. getMediaIOPerformance()Get IO performance counter
- 
Uses of IOPerformanceCounter in com.wowza.wms.vhostMethods in com.wowza.wms.vhost that return IOPerformanceCounter Modifier and Type Method Description IOPerformanceCounterIVHost. getIoPerformanceCounter()Get vHost IO performance counter.IOPerformanceCounterIVHost. getIoPerformanceCounter(int counterIndex)Get vHost IO performance counter for a specific technology (see IVHost.COUNTER_*)
- 
Uses of IOPerformanceCounter in com.wowza.wms.websocket.modelMethods in com.wowza.wms.websocket.model that return IOPerformanceCounter Modifier and Type Method Description IOPerformanceCounterIWebSocketSession. getIOPerformanceCounter()Get IO performance counter that tracks incoming and outgoing TCP traffic
 
-