Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
com.griddynamics.jagger.engine.e1.services.data.service.MetricEntity Class Reference

Class is a model of some metric. More...

Public Member Functions

boolean equals (Object o)
 
String getDisplayName ()
 Get metric display name - label displayed in reports. More...
 
String getMetricId ()
 Get metric id. More...
 
MetricNameDto getMetricNameDto ()
 Get internal metric model. More...
 
int hashCode ()
 
boolean isPlotAvailable ()
 Get flag: is detailed results for plot (values vs time) available for this metric. More...
 
boolean isSummaryAvailable ()
 Get flag: is summary value available for this metric. More...
 
void setMetricNameDto (MetricNameDto metricNameDto)
 
void setPlotAvailable (boolean plotAvailable)
 
void setSummaryAvailable (boolean summaryAvailable)
 
String toString ()
 

Detailed Description

Class is a model of some metric.

Authors
Gribov Kirill, Latnikov Dmitry

MetricEntity is a model of metric. It can present some standard metrics (latency, throughput),
monitoring metrics (CPU utilization, Heap memory usage) or custom metrics.
This model is used to get test results from database with use of DataService
Model contains following information about metric:

  • metric id
  • metric display name
  • is summary and detailed info available in DB for this metric

Definition at line 20 of file MetricEntity.java.


The documentation for this class was generated from the following file: