Uses of Class
com.wowza.util.IOPerformanceCounter
Packages that use IOPerformanceCounter
Package
Description
-
Uses of IOPerformanceCounter in com.wowza.util
Methods in com.wowza.util that return IOPerformanceCounterModifier and TypeMethodDescriptionIOPerformanceCounter.clone()
Create a deep clone (copy) if this object.Methods in com.wowza.util with parameters of type IOPerformanceCounterModifier and TypeMethodDescriptionvoid
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 IOPerformanceCounterModifier and TypeMethodDescriptionIApplication.addIOPerformance
(int counterIndex, IOPerformanceCounter totalIOPerformanceResult) IApplication.addIOPerformance
(IOPerformanceCounter totalIOPerformanceResult) IApplicationInstance.addIOPerformance
(int counterIndex, IOPerformanceCounter totalIOPerformanceResult) IApplicationInstance.addIOPerformance
(IOPerformanceCounter ioPerformanceCounter) IApplication.getIoPerformanceCounter()
Get the performance counter for applicationIApplication.getIoPerformanceCounter
(int counterIndex) Get the performance counter for application for a specific technology (see IVHost.COUNTER_*)IApplicationInstance.getIOPerformanceCounter()
Get the performance counter for applicationInstanceIApplicationInstance.getIOPerformanceCounter
(int counterIndex) Get the performance counter for applicationInstance for a specific technology (see IVHost.COUNTER_*)IApplication.updateIOPerformance()
Methods in com.wowza.wms.application with parameters of type IOPerformanceCounterModifier and TypeMethodDescriptionIApplication.addIOPerformance
(int counterIndex, IOPerformanceCounter totalIOPerformanceResult) IApplication.addIOPerformance
(IOPerformanceCounter totalIOPerformanceResult) IApplicationInstance.addIOPerformance
(int counterIndex, IOPerformanceCounter totalIOPerformanceResult) IApplicationInstance.addIOPerformance
(IOPerformanceCounter ioPerformanceCounter) -
Uses of IOPerformanceCounter in com.wowza.wms.client
Methods in com.wowza.wms.client that return IOPerformanceCounterModifier and TypeMethodDescriptionIClient.getMediaIOPerformanceCounter()
Get performance counter for media bytes transferred to this client.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 IOPerformanceCounterModifier and TypeMethodDescriptionIHTTPStreamerSession.getIOPerformanceCounter()
Get IO performance counterMethods in com.wowza.wms.httpstreamer.model with parameters of type IOPerformanceCounterModifier and TypeMethodDescriptionvoid
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 IOPerformanceCounterModifier and TypeMethodDescriptionINetConnection.getMediaIOPerformanceCounter()
INetConnection.getTotalIOPerformanceCounter()
-
Uses of IOPerformanceCounter in com.wowza.wms.pushpublish.model
Fields in com.wowza.wms.pushpublish.model declared as IOPerformanceCounterModifier and TypeFieldDescriptionprotected IOPerformanceCounter
PushPublishBase.sendingPerformance
protected IOPerformanceCounter
PushPublishBase.totalIOPerformance2Last
protected IOPerformanceCounter
PushPublishBase.totalIOPerformanceLast
Methods in com.wowza.wms.pushpublish.model with parameters of type IOPerformanceCounterModifier and TypeMethodDescriptionvoid
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 IOPerformanceCounterModifier and TypeMethodDescriptionvoid
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 IOPerformanceCounterModifier and TypeFieldDescriptionprotected IOPerformanceCounter
RTPSession.ioPerformanceCounter
protected IOPerformanceCounter
RTPSession.totalIOPerformance2Last
protected IOPerformanceCounter
RTPSession.totalIOPerformanceLast
Methods in com.wowza.wms.rtp.model that return IOPerformanceCounterModifier and TypeMethodDescriptionRTPSession.getIOPerformanceCounter()
Get IO performance counterMethods in com.wowza.wms.rtp.model with parameters of type IOPerformanceCounterModifier and TypeMethodDescriptionvoid
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 IOPerformanceCounterModifier and TypeMethodDescriptionIServer.getIoPerformanceCounter()
Get the server performance counter.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 IOPerformanceCounterModifier and TypeMethodDescriptionIMediaStream.getMediaIOPerformance()
Get IO performance counter -
Uses of IOPerformanceCounter in com.wowza.wms.vhost
Methods in com.wowza.wms.vhost that return IOPerformanceCounterModifier and TypeMethodDescriptionIVHost.getIoPerformanceCounter()
Get vHost IO performance counter.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 IOPerformanceCounterModifier and TypeMethodDescriptionIWebSocketSession.getIOPerformanceCounter()
Get IO performance counter that tracks incoming and outgoing TCP traffic