|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OperationRun in net.sf.sparql.benchmarking.monitoring |
---|
Methods in net.sf.sparql.benchmarking.monitoring with parameters of type OperationRun | ||
---|---|---|
|
XmlProgressListener.afterOperation(Runner<T> runner,
T options,
Operation operation,
OperationRun run)
|
|
|
StreamProgressListener.afterOperation(Runner<T> runner,
T options,
Operation operation,
OperationRun run)
|
|
|
ProgressListener.afterOperation(Runner<T> runner,
T options,
Operation operation,
OperationRun run)
Invoked after each run of an operation |
|
|
CsvProgressListener.afterOperation(Runner<T> runner,
T options,
Operation operation,
OperationRun run)
Does nothing as this listener discards individual operation run statistics |
Uses of OperationRun in net.sf.sparql.benchmarking.operations |
---|
Methods in net.sf.sparql.benchmarking.operations that return OperationRun | |
---|---|
OperationRun |
Operation.createErrorInformation(String message,
int category,
long runtime)
Creates run information for an error |
Uses of OperationRun in net.sf.sparql.benchmarking.operations.gsp |
---|
Methods in net.sf.sparql.benchmarking.operations.gsp that return OperationRun | |
---|---|
OperationRun |
AbstractGSPCallable.call()
|
OperationRun |
AbstractGSPOperation.createErrorInformation(String message,
int category,
long runtime)
|
Uses of OperationRun in net.sf.sparql.benchmarking.operations.update |
---|
Methods in net.sf.sparql.benchmarking.operations.update that return OperationRun | |
---|---|
OperationRun |
InMemoryFixedUpdateOperation.createErrorInformation(String message,
int category,
long runtime)
|
OperationRun |
FixedUpdateOperation.createErrorInformation(String message,
int category,
long runtime)
|
Uses of OperationRun in net.sf.sparql.benchmarking.operations.util |
---|
Methods in net.sf.sparql.benchmarking.operations.util that return OperationRun | |
---|---|
OperationRun |
SleepCallable.call()
|
OperationRun |
NoOpCallable.call()
|
OperationRun |
MixOperationCallable.call()
|
OperationRun |
SleepOperation.createErrorInformation(String message,
int category,
long runtime)
|
OperationRun |
MixOperation.createErrorInformation(String message,
int category,
long runtime)
|
Constructors in net.sf.sparql.benchmarking.operations.util with parameters of type OperationRun | |
---|---|
NoOpCallable(Runner<T> runner,
T options,
OperationRun runInfo)
Creates a new callable |
Uses of OperationRun in net.sf.sparql.benchmarking.runners |
---|
Methods in net.sf.sparql.benchmarking.runners that return OperationRun | |
---|---|
protected OperationRun |
AbstractRunner.runOp(T options,
Operation op)
Runs an operation using the configured operation runner, if there is no configured runner then it uses the DefaultOperationRunner to run
the operation. |
Methods in net.sf.sparql.benchmarking.runners with parameters of type OperationRun | |
---|---|
void |
Runner.reportAfterOperation(T options,
Operation operation,
OperationRun run)
Reports progress after we have run an operation |
void |
AbstractRunner.reportAfterOperation(T options,
Operation operation,
OperationRun run)
|
Method parameters in net.sf.sparql.benchmarking.runners with type arguments of type OperationRun | |
---|---|
protected void |
AbstractRunner.reportCategorizedErrors(T options,
Map<Integer,List<OperationRun>> categorizedErrors)
Reports categorized errors |
Uses of OperationRun in net.sf.sparql.benchmarking.runners.mix |
---|
Methods in net.sf.sparql.benchmarking.runners.mix that return OperationRun | ||
---|---|---|
protected
|
AbstractOperationMixRunner.runOp(Runner<T> runner,
T options,
Operation op)
Runs an operation based on the configured OperationRunner using
the DefaultOperationRunner if none is configured |
Uses of OperationRun in net.sf.sparql.benchmarking.runners.operations |
---|
Methods in net.sf.sparql.benchmarking.runners.operations that return OperationRun | ||
---|---|---|
|
RetryingOperationRunner.run(Runner<T> runner,
T options,
Operation op)
|
|
|
OperationRunner.run(Runner<T> runner,
T options,
Operation op)
Runs the operation returning the statistics as an OperationRun |
|
|
DefaultOperationRunner.run(Runner<T> runner,
T options,
Operation op)
|
Uses of OperationRun in net.sf.sparql.benchmarking.stats |
---|
Methods in net.sf.sparql.benchmarking.stats that return types with arguments of type OperationRun | |
---|---|
Map<Integer,List<OperationRun>> |
OperationStats.getCategorizedErrors()
Gets the information for all errors grouped by category |
Map<Integer,List<OperationRun>> |
OperationMixStats.getCategorizedErrors()
Gets the information for all errors grouped by category |
Iterator<OperationRun> |
OperationStats.getRuns()
Gets an iterator over the operation runs |
Iterator<OperationRun> |
OperationMixRun.getRuns()
Gets an iterator over the runs that make up this operation mix |
List<OperationRun> |
OperationMixRun.getRuns(int id)
Gets the list of run information for the given operation ID, if there are no runs for that given operation within this mix run then an empty list is returned. |
Methods in net.sf.sparql.benchmarking.stats with parameters of type OperationRun | |
---|---|
void |
OperationStats.add(OperationRun run)
Adds information for the given run to the statistics |
Uses of OperationRun in net.sf.sparql.benchmarking.stats.impl |
---|
Classes in net.sf.sparql.benchmarking.stats.impl that implement OperationRun | |
---|---|
class |
AbstractOperationRun
Abstract implementation of an operation run |
class |
OperationRunImpl
A general purpose operation run implementation |
class |
QueryRun
Represents a run of a single query |
class |
UpdateRun
Statistics for an update run |
Fields in net.sf.sparql.benchmarking.stats.impl with type parameters of type OperationRun | |
---|---|
protected List<OperationRun> |
OperationMixRunImpl.runs
|
Methods in net.sf.sparql.benchmarking.stats.impl that return types with arguments of type OperationRun | |
---|---|
Map<Integer,List<OperationRun>> |
OperationStatsImpl.getCategorizedErrors()
|
Map<Integer,List<OperationRun>> |
OperationMixStatsImpl.getCategorizedErrors()
|
Iterator<OperationRun> |
OperationStatsImpl.getRuns()
|
Iterator<OperationRun> |
OperationMixRunImpl.getRuns()
|
List<OperationRun> |
OperationMixRunImpl.getRuns(int id)
|
Methods in net.sf.sparql.benchmarking.stats.impl with parameters of type OperationRun | |
---|---|
void |
OperationStatsImpl.add(OperationRun run)
|
int |
AbstractOperationRun.compareTo(OperationRun other)
Compares a run to another |
Constructor parameters in net.sf.sparql.benchmarking.stats.impl with type arguments of type OperationRun | |
---|---|
OperationMixRunImpl(Collection<OperationRun> runs,
long runOrder)
Creates a new operation mix run which represents the results of running a mix of operations |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |