de.zib.scalaris
Class Monitor.GetServicePerformanceResult

java.lang.Object
  extended by de.zib.scalaris.Monitor.GetServicePerformanceResult
Enclosing class:
Monitor

public static class Monitor.GetServicePerformanceResult
extends Object

Plain old data object for results of Monitor.getServicePerformance().

Since:
3.11
Version:
3.11
Author:
Nico Kruber, kruber@zib.de

Field Summary
 Map<Long,Double> latencyAvg
          Average latency of transactional operations at different points in time.
 Map<Long,Double> latencyStddev
          Standard deviation of the latency of transactional operations at different points in time.
 
Constructor Summary
Monitor.GetServicePerformanceResult(Map<Long,Double> latencyAvg, Map<Long,Double> latencyStddev)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

latencyAvg

public final Map<Long,Double> latencyAvg
Average latency of transactional operations at different points in time.


latencyStddev

public final Map<Long,Double> latencyStddev
Standard deviation of the latency of transactional operations at different points in time.

Constructor Detail

Monitor.GetServicePerformanceResult

public Monitor.GetServicePerformanceResult(Map<Long,Double> latencyAvg,
                                           Map<Long,Double> latencyStddev)
Parameters:
latencyAvg - average latency of transactional operations
latencyStddev - standard deviation of the latency of transactional operations