AbstractMetricCalculator | |
com.griddynamics.jagger.engine.e1.collector.MetricCalculator< R > | Calculates information based on invocation response |
ApacheAbstractHttpInvoker | |
com.griddynamics.jagger.invoker.http.ApacheHttpInvoker | Invoker that invokes services of SuT via http protocol |
com.griddynamics.jagger.invoker.http.HttpInvoker | Invoker that invokes services of SuT via http protocol |
CalculatorContextAware | |
com.griddynamics.jagger.engine.e1.collector.MetricCollectorProvider< Q, R, E > | |
Collection< CalibrationInfo< Q, E, R > > | |
ConcurrentHashMap< String, S > | |
com.griddynamics.jagger.engine.e1.sessioncomparation.DecisionMaker | Make a decision(OK, WARNING, FATAL, ERROR) by current test |
com.griddynamics.jagger.engine.e1.sessioncomparation.WorstCaseDecisionMaker | Returns the worst decision of comparisons |
Equivalence< E > | |
Equivalence< Q > | |
Equivalence< R > | |
Invoker< Nothing, String, String > | |
Invoker< Q, HttpResponse, String > | |
Invoker< Q, R, E > | |
Invoker< Q, R, String > | |
Invoker< SOAPQuery, String, String > | |
Iterable | |
com.griddynamics.jagger.invoker.LoadBalancer< Q, E > | An object which provides pairs of queries and endpoints for Invoker |
com.griddynamics.jagger.invoker.QueryPoolLoadBalancer< Q, E > | LoadBalancer which uses query and endpoint provider |
com.griddynamics.jagger.invoker.OneByOneLoadBalancer< Q, E > | Schedules queries across endpoints one by one |
com.griddynamics.jagger.invoker.PairSupplierFactoryLoadBalancer< Q, E > | |
com.griddynamics.jagger.invoker.SimpleCircularLoadBalancer< Q, E > | |
com.griddynamics.jagger.invoker.RoundRobinLoadBalancer< Q, E > | Encapsulates Round-Robin algorithm |
com.griddynamics.jagger.invoker.SimpleLoadBalancer< Q, E > | Contains only one query and endpoint |
com.griddynamics.jagger.providers.CsvProvider< T > | Reads information from CSV files |
com.griddynamics.jagger.providers.FileProvider< T > | Reads data from files |
KernelSideObjectProvider< ScenarioCollector< Q, R, E > > | |
List< ResponseValidator > | |
MetricAggregator | |
com.griddynamics.jagger.engine.e1.collector.MetricAggregatorProvider | |
com.griddynamics.jagger.engine.e1.collector.SuccessRateAggregatorProvider | Calculates accumulative success rate from data collected by SuccessRateCollector<Q,R,E> |
com.griddynamics.jagger.engine.e1.collector.SuccessRateFailsAggregatorProvider | Calculates accumulative number of failed invokes from data collected by SuccessRateCollector<Q,R,E> |
MetricCalculator | |
com.griddynamics.jagger.engine.e1.collector.SimpleMetricCalculator | Calculates not null responses |
ObjectCreator< String > | |
ObjectCreator< T > | |
ResponseValidator | |
com.griddynamics.jagger.engine.e1.collector.CompositeValidator | |
ScenarioCollector< Q, R, E > | |
com.griddynamics.jagger.engine.e1.scenario.TerminationStrategy | This class say when Jagger has to terminate workload |
com.griddynamics.jagger.engine.e1.scenario.UserTerminationStrategy | Terminate workload by time or when exact number of samples is reached |
AbstractHttpClient | |
AbstractIterator | |
AtomicBoolean | |
BasicHttpParams | |
BasicNameValuePair | |
boolean | |
BufferedReader | |
ByteArrayOutputStream | |
CalibrationInfo | |
Collection | |
ConcurrentHashMap | |
CSVParser | |
CSVStrategy | |
EntityUtils | |
Equivalence | |
File | |
final E | |
final int | |
final Object | |
final Q | |
final R | |
HessianProxyFactory | |
HttpEntity | |
HttpParams | |
HttpRequestBase | |
HttpURLConnection | |
ImmutableList | |
InputStream | |
InputStreamReader | |
InvocationException | |
Invoker | |
com.griddynamics.jagger.invoker.hessian.HessianInvoker< S, Q, R > | Abstract class for invokers which create request to Hessian services |
com.griddynamics.jagger.invoker.http.ApacheAbstractHttpInvoker< Q > | This class creates http request to the services of SuT |
com.griddynamics.jagger.invoker.http.HttpVisitorInvoker | Creates http request via java.net.URL |
com.griddynamics.jagger.invoker.http.TcpTrafficInvoker | Creates TCP connections |
com.griddynamics.jagger.invoker.soap.SOAPInvoker | Create a SOAP request to SuT |
com.griddynamics.jagger.invoker.stubs.WaitingInvoker< Q, R, E > | Sleeps for specified time |
IOException | |
Iterable< E > | |
Iterable< Q > | |
Iterator | |
KernelSideObject | |
com.griddynamics.jagger.engine.e1.collector.ResponseValidator< Q, E, R > | Validates the result of invocation |
com.griddynamics.jagger.engine.e1.collector.ConsistencyValidator< Q, E, R > | Compare invocation result with calibration result |
com.griddynamics.jagger.engine.e1.collector.NotNullResponseValidator< Q, E, R > | Validates that invocation result is not null |
KernelSideObjectProvider | |
com.griddynamics.jagger.engine.e1.collector.MetricCollectorProvider< Q, R, E > | |
List | |
Lists | |
Logger | |
LoggerFactory | |
LogReader | |
LogWriter | |
long | |
MalformedURLException | |
Map | |
MetricLogEntry | |
Multimap | |
NameValuePair | |
NodeContext | |
NoSuchElementException | |
Nothing | |
ObjectCreator | |
com.griddynamics.jagger.providers.creators.StringCreator | Takes row data and returns concatenation of it |
Pair | |
PairSupplier< Q, E > | |
PairSupplierFactory< Q, E > | |
Parser | |
Preconditions | |
ProcessingConfig | |
Required | |
Scanner | |
ScenarioCollector | |
com.griddynamics.jagger.engine.e1.collector.MetricCollector< Q, R, E > | Created with IntelliJ IDEA |
com.griddynamics.jagger.engine.e1.collector.SuccessRateCollector< Q, R, E > | Collects number of pass and fail invokes |
Serializable | |
com.griddynamics.jagger.engine.e1.collector.MetricCalculator< R > | Calculates information based on invocation response |
com.griddynamics.jagger.invoker.Invoker< Q, R, E > | Responsible for action invocation on specified endpoint and query |
com.griddynamics.jagger.invoker.LoadBalancer< Q, E > | An object which provides pairs of queries and endpoints for Invoker |
com.griddynamics.jagger.providers.creators.ObjectCreator< T > | Creates objects from row data |
com.griddynamics.jagger.providers.CsvProvider< T > | Reads information from CSV files |
com.griddynamics.jagger.providers.FileProvider< T > | Reads data from files |
static final long | |
String | |
TechnicalException | |
Throwables | |
UnsupportedEncodingException | |
URI | |
URIBuilder | |
URL | |
UrlEncodedFormEntity | |