static PerformanceMeasurement.Builder |
PerformanceMeasurement.builder() |
|
PerformanceMeasurement.Builder |
PerformanceMeasurement.Builder.experienceScore(Double experienceScore) |
Experience scores, or health scores, are calculated for different geographic and network provider
combinations (that is, different granularities) and also totaled into global scores.
|
PerformanceMeasurement.Builder |
PerformanceMeasurement.Builder.percentOfClientLocationImpacted(Double percentOfClientLocationImpacted) |
How much performance impact was caused by a health event at a client location.
|
PerformanceMeasurement.Builder |
PerformanceMeasurement.Builder.percentOfTotalTrafficImpacted(Double percentOfTotalTrafficImpacted) |
The impact on total traffic that a health event has, in increased latency or reduced availability.
|
default PerformanceMeasurement.Builder |
PerformanceMeasurement.Builder.roundTripTime(Consumer<RoundTripTime.Builder> roundTripTime) |
This is the percentage of how much round-trip time increased during the event compared to typical round-trip
time for your application for traffic.
|
PerformanceMeasurement.Builder |
PerformanceMeasurement.Builder.roundTripTime(RoundTripTime roundTripTime) |
This is the percentage of how much round-trip time increased during the event compared to typical round-trip
time for your application for traffic.
|
PerformanceMeasurement.Builder |
PerformanceMeasurement.toBuilder() |
|