Class EndpointStats
java.lang.Object
org.kurento.client.Stats
org.kurento.client.ElementStats
org.kurento.client.EndpointStats
A dictionary that represents the stats gathered in the endpoint element.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault private constructor of EndpointStats for serialization with JacksonEndpointStats(String id, StatsType type, long timestampMillis, List<MediaLatencyStat> inputLatency, List<MediaLatencyStat> E2ELatency) Create a EndpointStats -
Method Summary
Modifier and TypeMethodDescriptionget The average end to end latency for each media stream measured in nano secondsvoidsetE2ELatency(List<MediaLatencyStat> E2ELatency) set The average end to end latency for each media stream measured in nano secondsMethods inherited from class ElementStats
getInputLatency, setInputLatencyMethods inherited from class Stats
getId, getTimestampMillis, getType, setId, setTimestampMillis, setType
-
Constructor Details
-
EndpointStats
protected EndpointStats()Default private constructor of EndpointStats for serialization with Jackson -
EndpointStats
public EndpointStats(String id, StatsType type, long timestampMillis, List<MediaLatencyStat> inputLatency, List<MediaLatencyStat> E2ELatency) Create a EndpointStats
-
-
Method Details
-
getE2ELatency
get The average end to end latency for each media stream measured in nano seconds -
setE2ELatency
set The average end to end latency for each media stream measured in nano seconds
-