Jagger
 All Classes Namespaces Files Functions Variables Groups Pages
Public Member Functions | List of all members
com.griddynamics.jagger.engine.e1.collector.MetricCalculator< R > Interface Reference

Calculates information based on invocation response. More...

Inheritance diagram for com.griddynamics.jagger.engine.e1.collector.MetricCalculator< R >:
Inheritance graph
[legend]

Public Member Functions

Number calculate (R response)
 Returns a number, which was calculated from response. More...
 

Detailed Description

Calculates information based on invocation response.

Author
Grid Dynamics
Details:

Simplified type of collector.
Such kind of collector is helpful, when you would like to calculate some info from response. The result of calculation will be stored in database.

To view default implementations of collectors click here Implementations of collectors

Parameters
<R>- type of response

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