Jagger
 All Classes Namespaces Files Functions Variables Groups Pages
Public Member Functions | List of all members
com.griddynamics.jagger.engine.e1.collector.ResponseValidator< Q, E, R > Class Referenceabstract

Validates the result of invocation. More...

Inheritance diagram for com.griddynamics.jagger.engine.e1.collector.ResponseValidator< Q, E, R >:
Inheritance graph
[legend]

Public Member Functions

abstract String getName ()
 Returns the name of validator. More...
 
 ResponseValidator (String taskId, String sessionId, NodeContext kernelContext)
 Default constructor for validators. More...
 
abstract boolean validate (Q query, E endpoint, R result, long duration)
 Validates the result of invocation. More...
 

Detailed Description

Validates the result of invocation.

Author
Grid Dynamics
Details:

Simplified type of collector.
Validates the result of invocation of specified query and endpoint. Save validation result to database.
Validators execute one by one. If one fails, no other will be executed.

To view default implementations of collectors click here Implementations of collectors

Parameters
<Q>- Query type
<R>- Result type
<E>- Endpoint type

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