 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 |
 com.griddynamics.jagger.engine.e1.services.JaggerService | Internal Jagger service that can be used in custom components |
  com.griddynamics.jagger.engine.e1.services.MetricService | Service gives an ability to create and describe metrics, save metric values |
  com.griddynamics.jagger.engine.e1.services.SessionInfoService | Service gives ability to create and modify session metadata(such as session comment) |
 KernelSideObjectProvider< ScenarioCollector< Q, R, E > > | |
 List< com.griddynamics.jagger.engine.e1.collector.MetricAggregatorProvider > | |
 List< com.griddynamics.jagger.engine.e1.collector.testgroup.TestGroupListener > | |
 Map< NodeId, GeneralNodeInfo > | |
 MetricAggregator | |
 MetricCalculator | |
  com.griddynamics.jagger.engine.e1.collector.SimpleMetricCalculator | Calculates not null responses |
 ObjectCreator< String > | |
 ObjectCreator< T > | |
 Provider< MetricAggregator > | |
 com.griddynamics.jagger.engine.e1.Provider< T > | An object that provides new elements(test listeners, test-group listeners, etc) for jagger purposes |
 Provider< TestListener > | |
 ScenarioCollector< Q, R, E > | |
 ServicesInitializable | |
  com.griddynamics.jagger.engine.e1.services.ServicesAware | An abstract class, that gives user an access to Jagger services |
   com.griddynamics.jagger.engine.e1.collector.CollectThreadsTestListener | Listener, executed periodically during test to collect number of workload threads |
 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 |
 com.griddynamics.jagger.engine.e1.collector.testgroup.TestGroupInfo | Class, which contains some information about test-group execution |
 com.griddynamics.jagger.engine.e1.collector.testgroup.TestGroupListener | Listener, executed before and after test-group execution |
 com.griddynamics.jagger.engine.e1.collector.test.TestInfo | Class, which contains some information about test execution |
 com.griddynamics.jagger.engine.e1.collector.test.TestListener | Listener, executed before, after test and periodically during test |
 com.griddynamics.jagger.engine.e1.collector.testsuite.TestSuiteInfo | Class, which contains some information about test suite execution |
 com.griddynamics.jagger.engine.e1.collector.testsuite.TestSuiteListener | Listener, executed before and after test suite |
 AbstractHttpClient | |
 AbstractIterator | |
 AtomicBoolean | |
 BasicHttpParams | |
 BasicNameValuePair | |
 boolean | |
 BufferedReader | |
 ByteArrayOutputStream | |
 CalibrationInfo | |
 Collection | |
 CompositeTask | |
 ConcurrentHashMap | |
 CSVParser | |
 CSVStrategy | |
 EntityUtils | |
 Equivalence | |
 File | |
 final E | |
 final int | |
 final Object | |
 final Q | |
 final R | |
 GeneralNodeInfo | |
 HashMap | |
 HessianProxyFactory | |
 HttpEntity | |
 HttpParams | |
 HttpRequestBase | |
 HttpURLConnection | |
 ImmutableList | |
 InputStream | |
 InputStreamReader | |
 int | |
 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< com.griddynamics.jagger.engine.e1.collector.test.TestListener > | |
 Iterable< com.griddynamics.jagger.engine.e1.collector.testsuite.TestSuiteListener > | |
 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 | |
 NodeId | |
 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 | |
 Provider | |
  com.griddynamics.jagger.engine.e1.collector.CollectThreadsTestListener | Listener, executed periodically during test to collect number of workload threads |
  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> |
 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.engine.e1.collector.MetricDescription | Class to describe metric |
  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 | |
 WorkloadTask | |