Drools Benchmark 6.0.0.CR4

org.drools.benchmark
Interface Benchmark

All Superinterfaces:
Cloneable
All Known Implementing Classes:
AbstractBenchmark, AgendaBenchmark, AgendaInsertFireRetractBenchmark, AgendaInsertRetractBenchmark, AgendaInsertUpdateBenchmark, CepBenchmark, CompareIndexCrossProductNoMatch, CompareIndexLeftModifyNoMatchManyRight, CompareIndexLeftModifyNoMatchOneRight, CompareIndexRightModifyNoMatchManyLeft, CompareIndexRightModifyNoMatchOneLeft, CompareIndexWorstCase, FibonacciBenchmark, FireAlarmBenchmark, InsertAllAndRetract, InsertAndRetractInTurn, MannersBenchmark, PlainDRLBenchmark, RandomBeansBenchmark, RangeIndexCrossProductNoMatch, RangeIndexLeftModifyNoMatch, RuleCompile, SingleStatelessRule, StatefulSessionCreation, StatelessSessionCreation, TmsBenchmark, WaltzBenchmark

public interface Benchmark
extends Cloneable


Method Summary
 Benchmark clone()
           
 void execute(int repNr)
           
 void init(BenchmarkDefinition definition)
           
 void init(BenchmarkDefinition definition, boolean isFirst)
           
 void terminate()
           
 void terminate(boolean isLast)
           
 

Method Detail

init

void init(BenchmarkDefinition definition)

init

void init(BenchmarkDefinition definition,
          boolean isFirst)

execute

void execute(int repNr)

terminate

void terminate()

terminate

void terminate(boolean isLast)

clone

Benchmark clone()

Drools Benchmark 6.0.0.CR4

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.