Uses of Class
com.wowza.util.IOPerformanceCounter
-
-
Uses of IOPerformanceCounter in com.wowza.util
Methods in com.wowza.util that return IOPerformanceCounter Modifier and Type Method Description IOPerformanceCounter
IOPerformanceCounter. clone()
Create a deep clone (copy) if this object.Methods in com.wowza.util with parameters of type IOPerformanceCounter Modifier and Type Method Description 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 Modifier and Type Method Description IOPerformanceCounter
IApplication. addIOPerformance(int counterIndex, IOPerformanceCounter totalIOPerformanceResult)
IOPerformanceCounter
IApplication. addIOPerformance(IOPerformanceCounter totalIOPerformanceResult)
IOPerformanceCounter
IApplicationInstance. addIOPerformance(int counterIndex, IOPerformanceCounter totalIOPerformanceResult)
IOPerformanceCounter
IApplicationInstance. addIOPerformance(IOPerformanceCounter ioPerformanceCounter)
IOPerformanceCounter
IApplication. getIoPerformanceCounter()
Get the performance counter for applicationIOPerformanceCounter
IApplication. getIoPerformanceCounter(int counterIndex)
Get the performance counter for application for a specific technology (see IVHost.COUNTER_*)IOPerformanceCounter
IApplicationInstance. getIOPerformanceCounter()
Get the performance counter for applicationInstanceIOPerformanceCounter
IApplicationInstance. getIOPerformanceCounter(int counterIndex)
Get the performance counter for applicationInstance for a specific technology (see IVHost.COUNTER_*)IOPerformanceCounter
IApplication. updateIOPerformance()
Methods in com.wowza.wms.application with parameters of type IOPerformanceCounter Modifier and Type Method Description IOPerformanceCounter
IApplication. addIOPerformance(int counterIndex, IOPerformanceCounter totalIOPerformanceResult)
IOPerformanceCounter
IApplication. addIOPerformance(IOPerformanceCounter totalIOPerformanceResult)
IOPerformanceCounter
IApplicationInstance. addIOPerformance(int counterIndex, IOPerformanceCounter totalIOPerformanceResult)
IOPerformanceCounter
IApplicationInstance. addIOPerformance(IOPerformanceCounter ioPerformanceCounter)
-
Uses of IOPerformanceCounter in com.wowza.wms.client
Methods in com.wowza.wms.client that return IOPerformanceCounter Modifier and Type Method Description 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 Modifier and Type Method Description IOPerformanceCounter
IHTTPStreamerSession. getIOPerformanceCounter()
Get IO performance counterMethods in com.wowza.wms.httpstreamer.model with parameters of type IOPerformanceCounter Modifier and Type Method Description void
IHTTPStreamerSession. addIOPerformance(IOPerformanceCounter totalIOPerformanceResult)
Internal user, keep track of IO performancevoid
IHTTPStreamerSession. addIOPerformance2(IOPerformanceCounter totalIOPerformanceResult)
Internal user, keep track of IO performance -
Uses of IOPerformanceCounter in com.wowza.wms.netconnection
Methods in com.wowza.wms.netconnection that return IOPerformanceCounter Modifier and Type Method Description IOPerformanceCounter
INetConnection. getMediaIOPerformanceCounter()
IOPerformanceCounter
INetConnection. getTotalIOPerformanceCounter()
-
Uses of IOPerformanceCounter in com.wowza.wms.pushpublish.model
Fields in com.wowza.wms.pushpublish.model declared as IOPerformanceCounter Modifier and Type Field Description protected IOPerformanceCounter
PushPublishBase. sendingPerformance
protected IOPerformanceCounter
PushPublishBase. totalIOPerformance2Last
protected IOPerformanceCounter
PushPublishBase. totalIOPerformanceLast
Methods in com.wowza.wms.pushpublish.model with parameters of type IOPerformanceCounter Modifier and Type Method Description void
PushPublishBase. add(IOPerformanceCounter totalValue)
void
PushPublishBase. addIOPerformance2(IOPerformanceCounter totalIOPerformanceResult)
-
Uses of IOPerformanceCounter in com.wowza.wms.pushpublish.protocol.rtp
Methods in com.wowza.wms.pushpublish.protocol.rtp with parameters of type IOPerformanceCounter Modifier and Type Method Description void
PushPublishRTP. add(IOPerformanceCounter totalValue)
void
PushPublishRTP. addIOPerformance2(IOPerformanceCounter totalIOPerformanceResult)
-
Uses of IOPerformanceCounter in com.wowza.wms.rtp.model
Fields in com.wowza.wms.rtp.model declared as IOPerformanceCounter Modifier and Type Field Description protected IOPerformanceCounter
RTPSession. ioPerformanceCounter
protected IOPerformanceCounter
RTPSession. totalIOPerformance2Last
protected IOPerformanceCounter
RTPSession. totalIOPerformanceLast
Methods in com.wowza.wms.rtp.model that return IOPerformanceCounter Modifier and Type Method Description IOPerformanceCounter
RTPSession. getIOPerformanceCounter()
Get IO performance counterMethods in com.wowza.wms.rtp.model with parameters of type IOPerformanceCounter Modifier and Type Method Description void
RTPSession. addIOPerformance(IOPerformanceCounter totalIOPerformanceResult)
Internal usevoid
RTPSession. addIOPerformance2(IOPerformanceCounter totalIOPerformanceResult)
Internal usevoid
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 Modifier and Type Method Description IOPerformanceCounter
IServer. getIoPerformanceCounter()
Get the server performance counter.IOPerformanceCounter
IServer. getIoPerformanceCounter(int counterIndex)
Get the server performance counter for a specific technology (see IVHost.COUNTER_*) -
Uses of IOPerformanceCounter in com.wowza.wms.stream
Methods in com.wowza.wms.stream that return IOPerformanceCounter Modifier and Type Method Description IOPerformanceCounter
IMediaStream. getMediaIOPerformance()
Get IO performance counter -
Uses of IOPerformanceCounter in com.wowza.wms.vhost
Methods in com.wowza.wms.vhost that return IOPerformanceCounter Modifier and Type Method Description 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_*) -
Uses of IOPerformanceCounter in com.wowza.wms.websocket.model
Methods in com.wowza.wms.websocket.model that return IOPerformanceCounter Modifier and Type Method Description IOPerformanceCounter
IWebSocketSession. getIOPerformanceCounter()
Get IO performance counter that tracks incoming and outgoing TCP traffic
-