| Modifier and Type | Method | Description |
|---|---|---|
IOPerformanceCounter |
IOPerformanceCounter.clone() |
Create a deep clone (copy) if this object.
|
| 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
IOPerformanceCounter |
IApplication.getIoPerformanceCounter() |
Get the performance counter for application
|
IOPerformanceCounter |
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 applicationInstance
|
IOPerformanceCounter |
IApplicationInstance.getIOPerformanceCounter(int counterIndex) |
Get the performance counter for applicationInstance for a specific technology (see IVHost.COUNTER_*)
|
| 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
IOPerformanceCounter |
IHTTPStreamerSession.getIOPerformanceCounter() |
Get IO performance counter
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
IHTTPStreamerSession.addIOPerformance(IOPerformanceCounter totalIOPerformanceResult) |
Internal user, keep track of IO performance
|
void |
IHTTPStreamerSession.addIOPerformance2(IOPerformanceCounter totalIOPerformanceResult) |
Internal user, keep track of IO performance
|
| Modifier and Type | Method | Description |
|---|---|---|
IOPerformanceCounter |
INetConnection.getMediaIOPerformanceCounter() |
|
IOPerformanceCounter |
INetConnection.getTotalIOPerformanceCounter() |
| Modifier and Type | Field | Description |
|---|---|---|
protected IOPerformanceCounter |
PushPublishBase.sendingPerformance |
|
protected IOPerformanceCounter |
PushPublishBase.totalIOPerformance2Last |
|
protected IOPerformanceCounter |
PushPublishBase.totalIOPerformanceLast |
| Modifier and Type | Method | Description |
|---|---|---|
void |
PushPublishBase.add(IOPerformanceCounter totalValue) |
|
void |
PushPublishBase.addIOPerformance2(IOPerformanceCounter totalIOPerformanceResult) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
PushPublishRTP.add(IOPerformanceCounter totalValue) |
|
void |
PushPublishRTP.addIOPerformance2(IOPerformanceCounter totalIOPerformanceResult) |
| Modifier and Type | Field | Description |
|---|---|---|
protected IOPerformanceCounter |
RTPSession.ioPerformanceCounter |
|
protected IOPerformanceCounter |
RTPSession.totalIOPerformance2Last |
|
protected IOPerformanceCounter |
RTPSession.totalIOPerformanceLast |
| Modifier and Type | Method | Description |
|---|---|---|
IOPerformanceCounter |
RTPSession.getIOPerformanceCounter() |
Get IO performance counter
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
RTPSession.addIOPerformance(IOPerformanceCounter totalIOPerformanceResult) |
Internal use
|
void |
RTPSession.addIOPerformance2(IOPerformanceCounter totalIOPerformanceResult) |
Internal use
|
void |
RTPSession.setIOPerformanceCounter(IOPerformanceCounter ioPerformanceCounter) |
Set IO performance counter
|
| 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_*)
|
| Modifier and Type | Method | Description |
|---|---|---|
IOPerformanceCounter |
IMediaStream.getMediaIOPerformance() |
Get IO performance counter
|
| 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_*)
|
| Modifier and Type | Method | Description |
|---|---|---|
IOPerformanceCounter |
IWebSocketSession.getIOPerformanceCounter() |
Get IO performance counter that tracks incoming and outgoing TCP traffic
|