Uses of Interface
com.carrotsearch.junitbenchmarks.IResultsConsumer

Packages that use IResultsConsumer
com.carrotsearch.junitbenchmarks JUnitBenchmarks core infrastructure and annotations. 
com.carrotsearch.junitbenchmarks.db   
com.carrotsearch.junitbenchmarks.h2 H2 database benchmark results consumer. 
com.carrotsearch.junitbenchmarks.mysql   
 

Uses of IResultsConsumer in com.carrotsearch.junitbenchmarks
 

Classes in com.carrotsearch.junitbenchmarks that implement IResultsConsumer
 class AutocloseConsumer
          Consumers that should be closed at shutdown (if not earlier).
 class WriterConsumer
          IResultsConsumer printing benchmark results to a given writer.
 class XMLConsumer
          IResultsConsumer that writes XML files for each benchmark.
 

Fields in com.carrotsearch.junitbenchmarks with type parameters of type IResultsConsumer
 Class<? extends IResultsConsumer> ConsumerName.clazz
          Consumer class.
 

Methods in com.carrotsearch.junitbenchmarks that return IResultsConsumer
static IResultsConsumer[] BenchmarkOptionsSystemProperties.getDefaultConsumers()
           
 

Constructors in com.carrotsearch.junitbenchmarks with parameters of type IResultsConsumer
BenchmarkRule(IResultsConsumer... consumers)
          Creates a benchmark rule with a given sink for benchmark results.
 

Uses of IResultsConsumer in com.carrotsearch.junitbenchmarks.db
 

Classes in com.carrotsearch.junitbenchmarks.db that implement IResultsConsumer
 class DbConsumer
          Parent class for database consumer implementations.
 

Uses of IResultsConsumer in com.carrotsearch.junitbenchmarks.h2
 

Classes in com.carrotsearch.junitbenchmarks.h2 that implement IResultsConsumer
 class H2Consumer
          DbConsumer implementation for H2.
 

Uses of IResultsConsumer in com.carrotsearch.junitbenchmarks.mysql
 

Classes in com.carrotsearch.junitbenchmarks.mysql that implement IResultsConsumer
 class MySQLConsumer
          DbConsumer implementation for MySQL.
 



Copyright © 2013 Carrot Search s.c.. All Rights Reserved.