public class BridgeStatusInfo
extends java.lang.Object
| Constructor and Description |
|---|
BridgeStatusInfo(BridgeStatusInfoBuilder builder)
Instantiates a new bridge status info.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAudioFabricCount()
Gets the audio channels count.
|
float |
getAvgIntervalJitter()
Gets the avg interval jitter.
|
float |
getAvgIntervalRtt()
Gets the avg interval rtt.
|
int |
getConferenceCount()
Gets the conference count.
|
float |
getCpuUsage()
Gets the cpu usage.
|
int |
getIntervalDownloadBitRate()
Gets the download bit rate.
|
long |
getIntervalReceivedBytes()
Gets the received bytes.
|
float |
getIntervalRtpFractionLoss()
Gets the interval loss.
|
long |
getIntervalSentBytes()
Gets the sent bytes.
|
int |
getIntervalUploadBitRate()
Gets the upload bit rate.
|
int |
getMeasurementInterval()
Gets the measurement interval.
|
float |
getMemoryUsage()
Gets the memory usage.
|
int |
getParticipantsCount()
Gets the participants count.
|
int |
getThreadCount()
Gets the thread count.
|
float |
getTotalLoss()
Gets the total loss.
|
float |
getTotalMemory()
Gets the total memory.
|
int |
getVideoFabricCount()
Gets the video channels count.
|
void |
setAudioFabricCount(int audioFabricCount)
Sets the audio channels count.
|
void |
setAvgIntervalJitter(float avgIntervalJitter)
Sets the avg interval jitter.
|
void |
setAvgIntervalRtt(float avgIntervalRtt)
Sets the avg interval rtt.
|
void |
setConferenceCount(int conferenceCount)
Sets the conference count.
|
void |
setCpuUsage(float cpuUsage)
Sets the cpu usage.
|
void |
setIntervalDownloadBitRate(int intervalDownloadBitRate)
Sets the download bit rate.
|
void |
setIntervalRtpFractionLoss(float intervalRtpFractionLoss)
Sets the interval loss.
|
void |
setIntervalSentBytes(long intervalSentBytes)
Sets the sent bytes.
|
void |
setIntervalUploadBitRate(int intervalUploadBitRate)
Sets the upload bit rate.
|
void |
setMeasurementInterval(int measurementInterval)
Sets the measurement interval.
|
void |
setMemoryUsage(float memoryUsage)
Sets the memory usage.
|
void |
setParticipantsCount(int participantsCount)
Sets the participants count.
|
void |
setReceivedBytes(long intervalReceivedBytes)
Sets the received bytes.
|
void |
setThreadCount(int threadCount)
Sets the thread count.
|
void |
setTotalLoss(float totalLoss)
Sets the total loss.
|
void |
setTotalMemory(float totalMemory)
Sets the total memory.
|
void |
setVideoFabricCount(int videoFabricCount)
Sets the video channels count.
|
public BridgeStatusInfo(BridgeStatusInfoBuilder builder)
builder - the builderpublic int getMeasurementInterval()
public void setMeasurementInterval(int measurementInterval)
measurementInterval - the new measurement intervalpublic float getMemoryUsage()
public void setMemoryUsage(float memoryUsage)
memoryUsage - the new memory usagepublic float getCpuUsage()
public void setCpuUsage(float cpuUsage)
cpuUsage - the new cpu usagepublic long getIntervalSentBytes()
public void setIntervalSentBytes(long intervalSentBytes)
intervalSentBytes - the new interval sent bytespublic long getIntervalReceivedBytes()
public void setReceivedBytes(long intervalReceivedBytes)
intervalReceivedBytes - the new received bytespublic float getIntervalRtpFractionLoss()
public void setIntervalRtpFractionLoss(float intervalRtpFractionLoss)
intervalRtpFractionLoss - the new interval rtp fraction losspublic float getTotalLoss()
public void setTotalLoss(float totalLoss)
totalLoss - the new total losspublic float getAvgIntervalRtt()
public void setAvgIntervalRtt(float avgIntervalRtt)
avgIntervalRtt - the new avg interval rttpublic float getAvgIntervalJitter()
public void setAvgIntervalJitter(float avgIntervalJitter)
avgIntervalJitter - the new avg interval jitterpublic float getTotalMemory()
public void setTotalMemory(float totalMemory)
totalMemory - the new total memorypublic int getThreadCount()
public void setThreadCount(int threadCount)
threadCount - the new thread countpublic int getIntervalDownloadBitRate()
public void setIntervalDownloadBitRate(int intervalDownloadBitRate)
intervalDownloadBitRate - the new interval download bit ratepublic int getIntervalUploadBitRate()
public void setIntervalUploadBitRate(int intervalUploadBitRate)
intervalUploadBitRate - the new interval upload bit ratepublic int getAudioFabricCount()
public void setAudioFabricCount(int audioFabricCount)
audioFabricCount - the new audio fabric countpublic int getVideoFabricCount()
public void setVideoFabricCount(int videoFabricCount)
videoFabricCount - the new video fabric countpublic int getConferenceCount()
public void setConferenceCount(int conferenceCount)
conferenceCount - the new conference countpublic int getParticipantsCount()
public void setParticipantsCount(int participantsCount)
participantsCount - the new participants count