Class NumberOfOperations
java.lang.Object
edu.university.ecs.lab.detection.metrics.services.AbstractMetric
edu.university.ecs.lab.detection.metrics.services.NumberOfOperations
- All Implemented Interfaces:
IMetric
Metric Service Class to determine the Number of Operations in a microservice
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
evaluate()
Find the nimber of operations in a given serviceMethods inherited from class edu.university.ecs.lab.detection.metrics.services.AbstractMetric
getMetricName, getResult, getServiceDescriptor, setMetricName, setResult, setServiceDescriptor
-
Constructor Details
-
NumberOfOperations
public NumberOfOperations()
-
-
Method Details
-
evaluate
public void evaluate()Find the nimber of operations in a given service
-