- AbstractGSPCallable<T extends Options> - Class in net.sf.sparql.benchmarking.operations.gsp
-
Abstract callable for GSP operations
- AbstractGSPCallable(Runner<T>, T) - Constructor for class net.sf.sparql.benchmarking.operations.gsp.AbstractGSPCallable
-
Creates a new callable
- AbstractGSPCallable(Runner<T>, T, String) - Constructor for class net.sf.sparql.benchmarking.operations.gsp.AbstractGSPCallable
-
Creates a new callable
- AbstractGSPDataOperationLoader - Class in net.sf.sparql.benchmarking.loader.gsp
-
Abstract operation loader for basic GSP operations
- AbstractGSPDataOperationLoader() - Constructor for class net.sf.sparql.benchmarking.loader.gsp.AbstractGSPDataOperationLoader
-
- AbstractGSPOperation - Class in net.sf.sparql.benchmarking.operations.gsp
-
Abstract implementation of a SPARQL Graph Store Protocol operation
- AbstractGSPOperation(String) - Constructor for class net.sf.sparql.benchmarking.operations.gsp.AbstractGSPOperation
-
Creates a new operation
- AbstractGSPOperation(String, String) - Constructor for class net.sf.sparql.benchmarking.operations.gsp.AbstractGSPOperation
-
Creates a new operation
- AbstractGSPOperationLoader - Class in net.sf.sparql.benchmarking.loader.gsp
-
Abstract operation loader for basic GSP operations
- AbstractGSPOperationLoader() - Constructor for class net.sf.sparql.benchmarking.loader.gsp.AbstractGSPOperationLoader
-
- AbstractInMemoryQueryCallable<T extends Options> - Class in net.sf.sparql.benchmarking.operations.query.callables
-
Abstract callable for operations that run queries against a local in-memory
dataset
- AbstractInMemoryQueryCallable(Runner<T>, T) - Constructor for class net.sf.sparql.benchmarking.operations.query.callables.AbstractInMemoryQueryCallable
-
Creates a new callable
- AbstractInMemoryQueryOperation - Class in net.sf.sparql.benchmarking.operations.query
-
Abstract implementation of a query operation that runs against a local
in-memory dataset
- AbstractInMemoryQueryOperation(String) - Constructor for class net.sf.sparql.benchmarking.operations.query.AbstractInMemoryQueryOperation
-
Creates a new operation
- AbstractInMemoryUpdateCallable<T extends Options> - Class in net.sf.sparql.benchmarking.operations.update.callables
-
Abstract callable for operations that run updates against a local in-memory
dataset
- AbstractInMemoryUpdateCallable(Runner<T>, T) - Constructor for class net.sf.sparql.benchmarking.operations.update.callables.AbstractInMemoryUpdateCallable
-
Creates a new callable
- AbstractLineBasedMixLoader - Class in net.sf.sparql.benchmarking.loader
-
Abstract implementation of operation mix loader that uses a line based input
format.
- AbstractLineBasedMixLoader() - Constructor for class net.sf.sparql.benchmarking.loader.AbstractLineBasedMixLoader
-
- AbstractNvpOperationLoader - Class in net.sf.sparql.benchmarking.loader
-
Abstract operation loader for operations that take an NVP file as one of
their arguments
- AbstractNvpOperationLoader() - Constructor for class net.sf.sparql.benchmarking.loader.AbstractNvpOperationLoader
-
- AbstractOperation - Class in net.sf.sparql.benchmarking.operations
-
Abstract implementation of a test operation
- AbstractOperation(String) - Constructor for class net.sf.sparql.benchmarking.operations.AbstractOperation
-
Creates a new operation
- AbstractOperationCallable<T extends Options> - Class in net.sf.sparql.benchmarking.operations
-
Abstract implementation of an operation callable
- AbstractOperationCallable(Runner<T>, T) - Constructor for class net.sf.sparql.benchmarking.operations.AbstractOperationCallable
-
Creates a new operation callable
- AbstractOperationLoader - Class in net.sf.sparql.benchmarking.loader
-
Abstract operation loader that provides useful protected methods for loader
implementations
- AbstractOperationLoader() - Constructor for class net.sf.sparql.benchmarking.loader.AbstractOperationLoader
-
- AbstractOperationMixLoader - Class in net.sf.sparql.benchmarking.loader
-
Abstract implementation of an operation mix loader that parses the mix file
as a while
- AbstractOperationMixLoader() - Constructor for class net.sf.sparql.benchmarking.loader.AbstractOperationMixLoader
-
- AbstractOperationMixRunner - Class in net.sf.sparql.benchmarking.runners.mix
-
Abstract implementation of an operation mix runner
- AbstractOperationMixRunner() - Constructor for class net.sf.sparql.benchmarking.runners.mix.AbstractOperationMixRunner
-
- AbstractOperationRun - Class in net.sf.sparql.benchmarking.stats.impl
-
Abstract implementation of an operation run
- AbstractOperationRun(String, int, long) - Constructor for class net.sf.sparql.benchmarking.stats.impl.AbstractOperationRun
-
Creates a operation run which represents that the running of an operation
resulted in an error
- AbstractOperationRun(long, long) - Constructor for class net.sf.sparql.benchmarking.stats.impl.AbstractOperationRun
-
Creates an operation run which represents the results of running an
operation
- AbstractOperationRun(long, long, long) - Constructor for class net.sf.sparql.benchmarking.stats.impl.AbstractOperationRun
-
Creates an operation run which represents the results of running an
operation
- AbstractParallelClient<T extends Options> - Class in net.sf.sparql.benchmarking.parallel
-
Abstract implementation of a parallel client
- AbstractParallelClient(ParallelClientManager<T>, int) - Constructor for class net.sf.sparql.benchmarking.parallel.AbstractParallelClient
-
Creates a new Parallel Client
- AbstractParallelClientManager<T extends Options> - Class in net.sf.sparql.benchmarking.parallel
-
Abstract implementation of a parallel client manager
- AbstractParallelClientManager(Runner<T>, T) - Constructor for class net.sf.sparql.benchmarking.parallel.AbstractParallelClientManager
-
Creates a new parallel client manager
- AbstractParameterizedQueryOperation - Class in net.sf.sparql.benchmarking.operations.parameterized
-
Abstract parameterized SPARQL query operation
- AbstractParameterizedQueryOperation(String, Collection<Binding>, String) - Constructor for class net.sf.sparql.benchmarking.operations.parameterized.AbstractParameterizedQueryOperation
-
Creates a new parameterized query operation
- AbstractParameterizedSparqlOperation - Class in net.sf.sparql.benchmarking.operations.parameterized
-
Abstract parameterized SPARQL operation
- AbstractParameterizedSparqlOperation(String, Collection<Binding>, String) - Constructor for class net.sf.sparql.benchmarking.operations.parameterized.AbstractParameterizedSparqlOperation
-
Creates a new parameterized SPARQL operation
- AbstractParameterizedUpdateOperation - Class in net.sf.sparql.benchmarking.operations.parameterized
-
Abstract parameterized SPARQL update operation
- AbstractParameterizedUpdateOperation(String, Collection<Binding>, String) - Constructor for class net.sf.sparql.benchmarking.operations.parameterized.AbstractParameterizedUpdateOperation
-
Creates a new parameterized update operation
- AbstractQueryCallable<T extends Options> - Class in net.sf.sparql.benchmarking.operations.query.callables
-
Abstract callable for queries
- AbstractQueryCallable(Runner<T>, T) - Constructor for class net.sf.sparql.benchmarking.operations.query.callables.AbstractQueryCallable
-
Creates a new callable
- AbstractQueryOperation - Class in net.sf.sparql.benchmarking.operations.query
-
Abstract implementation of a query operation
- AbstractQueryOperation(String) - Constructor for class net.sf.sparql.benchmarking.operations.query.AbstractQueryOperation
-
Creates a new operation
- AbstractRemoteQueryCallable<T extends Options> - Class in net.sf.sparql.benchmarking.operations.query.callables
-
Abstract callable for operations that run queries against a remote service
via HTTP
- AbstractRemoteQueryCallable(Runner<T>, T) - Constructor for class net.sf.sparql.benchmarking.operations.query.callables.AbstractRemoteQueryCallable
-
Creates a new callable
- AbstractRemoteQueryOperation - Class in net.sf.sparql.benchmarking.operations.query
-
Abstract implementation of a query operation that runs against a remote
service via HTTP
- AbstractRemoteQueryOperation(String) - Constructor for class net.sf.sparql.benchmarking.operations.query.AbstractRemoteQueryOperation
-
Creates a new operation
- AbstractRemoteUpdateCallable<T extends Options> - Class in net.sf.sparql.benchmarking.operations.update.callables
-
Abstract callable for operations that run updates
- AbstractRemoteUpdateCallable(Runner<T>, T) - Constructor for class net.sf.sparql.benchmarking.operations.update.callables.AbstractRemoteUpdateCallable
-
Creates a new callable
- AbstractRunner<T extends Options> - Class in net.sf.sparql.benchmarking.runners
-
Abstract implementation of a runner providing common halting and progress
reporting functionality
- AbstractRunner() - Constructor for class net.sf.sparql.benchmarking.runners.AbstractRunner
-
- AbstractScalarValueCallable<T extends Options,TCallable extends AbstractQueryCallable<T>> - Class in net.sf.sparql.benchmarking.operations.query.callables
-
A callable which counts SELECT results by retrieving the value of a specific
column of the first row and then converting that value into an integer
- AbstractScalarValueCallable(Runner<T>, T, TCallable, String) - Constructor for class net.sf.sparql.benchmarking.operations.query.callables.AbstractScalarValueCallable
-
Creates a new scalar value callable
- AbstractUpdateCallable<T extends Options> - Class in net.sf.sparql.benchmarking.operations.update.callables
-
Abstract callable for update operations
- AbstractUpdateCallable(Runner<T>, T) - Constructor for class net.sf.sparql.benchmarking.operations.update.callables.AbstractUpdateCallable
-
Creates a new callable
- add(OperationMixRun) - Method in class net.sf.sparql.benchmarking.stats.impl.OperationMixStatsImpl
-
- add(OperationRun) - Method in class net.sf.sparql.benchmarking.stats.impl.OperationStatsImpl
-
- add(OperationMixRun) - Method in interface net.sf.sparql.benchmarking.stats.OperationMixStats
-
Adds information for the given run to the statistics
- add(OperationRun) - Method in interface net.sf.sparql.benchmarking.stats.OperationStats
-
Adds information for the given run to the statistics
- addDescription(int, String) - Static method in class net.sf.sparql.benchmarking.util.ErrorCategories
-
Adds a description for a category
- addListener(ProgressListener) - Method in interface net.sf.sparql.benchmarking.options.Options
-
Adds a Progress Listener if it is not already registered
- addListener(ProgressListener) - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- addLoader(OperationLoader) - Static method in class net.sf.sparql.benchmarking.loader.OperationLoaderRegistry
-
Adds a loader using its preferred name
- addLoader(String, OperationLoader) - Static method in class net.sf.sparql.benchmarking.loader.OperationLoaderRegistry
-
Adds a loader
- addLoader(OperationMixLoader) - Static method in class net.sf.sparql.benchmarking.loader.OperationMixLoaderRegistry
-
Adds a loader using its preferred extension
- addLoader(String, OperationMixLoader) - Static method in class net.sf.sparql.benchmarking.loader.OperationMixLoaderRegistry
-
Adds a loader
- afterOperation(Runner<T>, T, Operation, OperationRun) - Method in class net.sf.sparql.benchmarking.monitoring.CsvProgressListener
-
Does nothing as this listener discards individual operation run
statistics
- afterOperation(Runner<T>, T, Operation, OperationRun) - Method in interface net.sf.sparql.benchmarking.monitoring.ProgressListener
-
Invoked after each run of an operation
- afterOperation(Runner<T>, T, Operation, OperationRun) - Method in class net.sf.sparql.benchmarking.monitoring.StreamProgressListener
-
- afterOperation(Runner<T>, T, Operation, OperationRun) - Method in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
- afterOperationMix(Runner<T>, T, OperationMix, OperationMixRun) - Method in class net.sf.sparql.benchmarking.monitoring.CsvProgressListener
-
Handles the Mix progress event by recording the run statistics for later
printing to the CSV file
- afterOperationMix(Runner<T>, T, OperationMix, OperationMixRun) - Method in interface net.sf.sparql.benchmarking.monitoring.ProgressListener
-
Invoked after each run of an operation mix
- afterOperationMix(Runner<T>, T, OperationMix, OperationMixRun) - Method in class net.sf.sparql.benchmarking.monitoring.StreamProgressListener
-
- afterOperationMix(Runner<T>, T, OperationMix, OperationMixRun) - Method in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
- apply(AbstractHttpClient, HttpContext, URI) - Method in class net.sf.sparql.benchmarking.util.RandomAuthenticatorPool
-
- ATTR_ACTUAL_AVG_RUNTIME - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_ACTUAL_OMPH - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_ACTUAL_OPH - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_ACTUAL_OPS - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_ACTUAL_RUNTIME - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_ASK_FORMAT - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_AVG_RESPONSE_TIME - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_AVG_RESPONSE_TIME_GEOM - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_AVG_RUNTIME - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_AVG_RUNTIME_GEOM - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_COMPRESSION - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_COUNTING - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_FASTEST_OPERATION - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_GRAPH_FORMAT - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_ID - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_LIMIT - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_MAX_DELAY - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_MAX_MIX_RUNTIME - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_MAX_OPERATION_RUNTIME - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_MIN_MIX_RUNTIME - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_MIN_OPERATION_RUNTIME - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_NAME - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_OMPH - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_OPH - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_OPS - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_OUTLIERS - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_QUERY_ENDPOINT - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_RANDOM_ORDER - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_RESPONSE_TIME - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_RESULT_COUNT - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_RUN_ORDER - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_RUNS - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_RUNTIME - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_SANITY_CHECKING - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_SELECT_FORMAT - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_SLOWEST_OPERATION - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_STD_DEV - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_THREADS - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_TIMEOUT - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_TOTAL_RESPONSE_TIME - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_TOTAL_RUNTIME - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_TYPE - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_VALUE - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_VARIANCE - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- ATTR_WARMUPS - Static variable in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Constants for Tag and Attribute Names
- AUTHENTICATION - Static variable in class net.sf.sparql.benchmarking.util.ErrorCategories
-
Category indicating an authentication error
- AuthUtils - Class in net.sf.sparql.benchmarking.util
-
Helper class with authentication related utilities
- call() - Method in class net.sf.sparql.benchmarking.operations.gsp.AbstractGSPCallable
-
- call() - Method in class net.sf.sparql.benchmarking.operations.query.callables.AbstractQueryCallable
-
Runs the Query counting the number of Results
- call() - Method in class net.sf.sparql.benchmarking.operations.query.callables.WrapperQueryCallable
-
- call() - Method in class net.sf.sparql.benchmarking.operations.update.callables.AbstractUpdateCallable
-
- call() - Method in class net.sf.sparql.benchmarking.operations.util.MixOperationCallable
-
- call() - Method in class net.sf.sparql.benchmarking.operations.util.NoOpCallable
-
- call() - Method in class net.sf.sparql.benchmarking.operations.util.SleepCallable
-
- call() - Method in class net.sf.sparql.benchmarking.parallel.AbstractParallelClientManager
-
Runs the parallel clients
- call() - Method in class net.sf.sparql.benchmarking.parallel.impl.DefaultParallelClient
-
- call() - Method in class net.sf.sparql.benchmarking.parallel.impl.OperationMixCallable
-
Runs the operation mix returning the results of the run
- call() - Method in class net.sf.sparql.benchmarking.parallel.impl.StressTestParallelClientManager
-
- call() - Method in interface net.sf.sparql.benchmarking.parallel.ParallelClient
-
Runs operation mixes while the Client Manager indicates there are still
mixes to be run
- cancel() - Method in class net.sf.sparql.benchmarking.operations.AbstractOperationCallable
-
- cancel() - Method in interface net.sf.sparql.benchmarking.operations.OperationCallable
-
Cancels the runner
- canRun(Runner<T>, T) - Method in class net.sf.sparql.benchmarking.operations.gsp.AbstractGSPOperation
-
- canRun(Runner<T>, T) - Method in interface net.sf.sparql.benchmarking.operations.Operation
-
Report whether the operation can run based on the available options
- canRun(Runner<T>, T) - Method in class net.sf.sparql.benchmarking.operations.parameterized.InMemoryParameterizedQueryOperation
-
- canRun(Runner<T>, T) - Method in class net.sf.sparql.benchmarking.operations.parameterized.InMemoryParameterizedUpdateOperation
-
- canRun(Runner<T>, T) - Method in class net.sf.sparql.benchmarking.operations.parameterized.ParameterizedQueryOperation
-
- canRun(Runner<T>, T) - Method in class net.sf.sparql.benchmarking.operations.parameterized.ParameterizedUpdateOperation
-
- canRun(Runner<T>, T) - Method in class net.sf.sparql.benchmarking.operations.query.AbstractInMemoryQueryOperation
-
- canRun(Runner<T>, T) - Method in class net.sf.sparql.benchmarking.operations.query.AbstractRemoteQueryOperation
-
- canRun(Runner<T>, T) - Method in class net.sf.sparql.benchmarking.operations.query.DatasetSizeOperation
-
- canRun(Runner<T>, T) - Method in class net.sf.sparql.benchmarking.operations.update.FixedUpdateOperation
-
- canRun(Runner<T>, T) - Method in class net.sf.sparql.benchmarking.operations.update.InMemoryFixedUpdateOperation
-
- canRun(Runner<T>, T) - Method in class net.sf.sparql.benchmarking.operations.util.MixOperation
-
- canRun(Runner<T>, T) - Method in class net.sf.sparql.benchmarking.operations.util.SleepOperation
-
- categorizeHttpError(HttpException) - Static method in class net.sf.sparql.benchmarking.util.ErrorCategories
-
- categorizeHttpError(QueryExceptionHTTP) - Static method in class net.sf.sparql.benchmarking.util.ErrorCategories
-
- categorizeHttpError(int) - Static method in class net.sf.sparql.benchmarking.util.ErrorCategories
-
Categorizes a HTTP error based on the status code
- checkFile(String, boolean) - Static method in class net.sf.sparql.benchmarking.util.FileUtils
-
Checks whether a given path is a file, does not exist (unless
allowOverwrite
is true) and is writable
- checkFile(File, boolean) - Static method in class net.sf.sparql.benchmarking.util.FileUtils
-
Checks whether a given path is a file, does not exist (unless
allowOverwrite
is true) and is writable
- checkOperations(T) - Method in class net.sf.sparql.benchmarking.runners.AbstractRunner
-
- checkSanity(T) - Method in class net.sf.sparql.benchmarking.runners.AbstractRunner
-
Checks that the query endpoint/in-memory dataset being used passes some
basic queries to see if it is up and running
- CHILD_MIX - Static variable in class net.sf.sparql.benchmarking.util.ErrorCategories
-
Category indicating errors in a child mix
- ClassicQueryMixLoader - Class in net.sf.sparql.benchmarking.loader.mix
-
A loader for the text based query mix format from the 1.x releases of the API
- ClassicQueryMixLoader() - Constructor for class net.sf.sparql.benchmarking.loader.mix.ClassicQueryMixLoader
-
- clear() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationMixStatsImpl
-
- clear() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationStatsImpl
-
- clear() - Method in interface net.sf.sparql.benchmarking.stats.OperationMixStats
-
Clears all run statistics
- clear() - Method in interface net.sf.sparql.benchmarking.stats.OperationStats
-
Clears all run statistics
- compareTo(OperationRun) - Method in class net.sf.sparql.benchmarking.stats.impl.AbstractOperationRun
-
Compares a run to another
- compareTo(OperationMixRun) - Method in class net.sf.sparql.benchmarking.stats.impl.OperationMixRunImpl
-
Compares one run to another
- completeRun() - Method in class net.sf.sparql.benchmarking.parallel.impl.BenchmarkParallelClientManager
-
- completeRun() - Method in class net.sf.sparql.benchmarking.parallel.impl.SoakTestParallelClientManager
-
- completeRun() - Method in class net.sf.sparql.benchmarking.parallel.impl.StressTestParallelClientManager
-
- completeRun() - Method in interface net.sf.sparql.benchmarking.parallel.ParallelClientManager
-
Method that will be called by parallel clients to indicate they have
completed a run and to obtain what run completion number it is
- ConsoleErrProgressListener - Class in net.sf.sparql.benchmarking.monitoring
-
A Progress Listener that prints informational messages to Standard Error
- ConsoleErrProgressListener() - Constructor for class net.sf.sparql.benchmarking.monitoring.ConsoleErrProgressListener
-
Creates a Console Error progress listener
- ConsoleProgressListener - Class in net.sf.sparql.benchmarking.monitoring
-
A Progress Listener that prints informational messages to Standard Out
- ConsoleProgressListener() - Constructor for class net.sf.sparql.benchmarking.monitoring.ConsoleProgressListener
-
Create a new Console Progress Listener
- ConvertUtils - Class in net.sf.sparql.benchmarking.util
-
Helper class with utility methods for converting between different units
- copy() - Method in class net.sf.sparql.benchmarking.options.BenchmarkOptions
-
- copy() - Method in interface net.sf.sparql.benchmarking.options.Options
-
Makes a copy of the options
- copy() - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- copy() - Method in class net.sf.sparql.benchmarking.options.SoakOptions
-
- copy() - Method in class net.sf.sparql.benchmarking.options.StressOptions
-
- copyStandardOptions(OptionsImpl) - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
Copies standard options across from this instance
- countResults(T, boolean) - Method in class net.sf.sparql.benchmarking.operations.query.callables.AbstractQueryCallable
-
Counts the results for queries that return a boolean
- countResults(T, Model) - Method in class net.sf.sparql.benchmarking.operations.query.callables.AbstractQueryCallable
-
Counts results for queries that return a model.
- countResults(T, ResultSet) - Method in class net.sf.sparql.benchmarking.operations.query.callables.AbstractQueryCallable
-
Counts results for queries that return a result set
- countResults(T, ResultSet) - Method in class net.sf.sparql.benchmarking.operations.query.callables.AbstractScalarValueCallable
-
- countResults(T, boolean) - Method in class net.sf.sparql.benchmarking.operations.query.callables.WrapperQueryCallable
-
- countResults(T, Model) - Method in class net.sf.sparql.benchmarking.operations.query.callables.WrapperQueryCallable
-
- countResults(T, ResultSet) - Method in class net.sf.sparql.benchmarking.operations.query.callables.WrapperQueryCallable
-
- createCallable(Runner<T>, T) - Method in class net.sf.sparql.benchmarking.operations.gsp.GSPDeleteOperation
-
- createCallable(Runner<T>, T) - Method in class net.sf.sparql.benchmarking.operations.gsp.GSPGetOperation
-
- createCallable(Runner<T>, T) - Method in class net.sf.sparql.benchmarking.operations.gsp.GSPHeadOperation
-
- createCallable(Runner<T>, T) - Method in class net.sf.sparql.benchmarking.operations.gsp.GSPPostOperation
-
- createCallable(Runner<T>, T) - Method in class net.sf.sparql.benchmarking.operations.gsp.GSPPutOperation
-
- createCallable(Runner<T>, T) - Method in interface net.sf.sparql.benchmarking.operations.Operation
-
Creates the callable for running the operation in a background thread
- createCallable(Runner<T>, T) - Method in class net.sf.sparql.benchmarking.operations.parameterized.AbstractParameterizedQueryOperation
-
- createCallable(Runner<T>, T) - Method in class net.sf.sparql.benchmarking.operations.parameterized.AbstractParameterizedUpdateOperation
-
- createCallable(Runner<T>, T) - Method in class net.sf.sparql.benchmarking.operations.parameterized.InMemoryParameterizedQueryOperation
-
- createCallable(Runner<T>, T) - Method in class net.sf.sparql.benchmarking.operations.parameterized.InMemoryParameterizedUpdateOperation
-
- createCallable(Runner<T>, T) - Method in class net.sf.sparql.benchmarking.operations.parameterized.nvp.ParameterizedNvpQueryOperation
-
- createCallable(Runner<T>, T) - Method in class net.sf.sparql.benchmarking.operations.parameterized.nvp.ParameterizedNvpUpdateOperation
-
- createCallable(Runner<T>, T) - Method in class net.sf.sparql.benchmarking.operations.query.AbstractInMemoryQueryOperation
-
- createCallable(Runner<T>, T) - Method in class net.sf.sparql.benchmarking.operations.query.AbstractRemoteQueryOperation
-
- createCallable(Runner<T>, T) - Method in class net.sf.sparql.benchmarking.operations.query.DatasetSizeOperation
-
- createCallable(Runner<T>, T) - Method in class net.sf.sparql.benchmarking.operations.query.nvp.FixedNvpQueryOperation
-
- createCallable(Runner<T>, T) - Method in class net.sf.sparql.benchmarking.operations.update.FixedUpdateOperation
-
- createCallable(Runner<T>, T) - Method in class net.sf.sparql.benchmarking.operations.update.InMemoryFixedUpdateOperation
-
- createCallable(Runner<T>, T) - Method in class net.sf.sparql.benchmarking.operations.update.nvp.FixedNvpUpdateOperation
-
- createCallable(Runner<T>, T) - Method in class net.sf.sparql.benchmarking.operations.util.MixOperation
-
- createCallable(Runner<T>, T) - Method in class net.sf.sparql.benchmarking.operations.util.SleepOperation
-
- createClient(int) - Method in class net.sf.sparql.benchmarking.parallel.AbstractParallelClientManager
-
- createClient(int) - Method in class net.sf.sparql.benchmarking.parallel.impl.StressTestParallelClientManager
-
- createClient(int) - Method in interface net.sf.sparql.benchmarking.parallel.ParallelClientManager
-
Creates a new parallel client
- createErrorInformation(String, int, long) - Method in class net.sf.sparql.benchmarking.operations.gsp.AbstractGSPOperation
-
- createErrorInformation(String, int, long) - Method in interface net.sf.sparql.benchmarking.operations.Operation
-
Creates run information for an error
- createErrorInformation(String, int, long) - Method in class net.sf.sparql.benchmarking.operations.parameterized.AbstractParameterizedQueryOperation
-
- createErrorInformation(String, int, long) - Method in class net.sf.sparql.benchmarking.operations.parameterized.AbstractParameterizedUpdateOperation
-
- createErrorInformation(String, int, long) - Method in class net.sf.sparql.benchmarking.operations.query.AbstractQueryOperation
-
- createErrorInformation(String, int, long) - Method in class net.sf.sparql.benchmarking.operations.update.FixedUpdateOperation
-
- createErrorInformation(String, int, long) - Method in class net.sf.sparql.benchmarking.operations.update.InMemoryFixedUpdateOperation
-
- createErrorInformation(String, int, long) - Method in class net.sf.sparql.benchmarking.operations.util.MixOperation
-
- createErrorInformation(String, int, long) - Method in class net.sf.sparql.benchmarking.operations.util.SleepOperation
-
- createOperation(String, Model) - Method in class net.sf.sparql.benchmarking.loader.gsp.AbstractGSPDataOperationLoader
-
Create a GSP operation that runs on the default graph
- createOperation(String, Model, String) - Method in class net.sf.sparql.benchmarking.loader.gsp.AbstractGSPDataOperationLoader
-
Creates a GSP operation that runs on a specified graph
- createOperation(String) - Method in class net.sf.sparql.benchmarking.loader.gsp.AbstractGSPOperationLoader
-
Create a GSP operation that runs on the default graph
- createOperation(String, String) - Method in class net.sf.sparql.benchmarking.loader.gsp.AbstractGSPOperationLoader
-
Creates a GSP operation that runs on a specified graph
- createOperation(String) - Method in class net.sf.sparql.benchmarking.loader.gsp.GSPDeleteOperationLoader
-
- createOperation(String, String) - Method in class net.sf.sparql.benchmarking.loader.gsp.GSPDeleteOperationLoader
-
- createOperation(String) - Method in class net.sf.sparql.benchmarking.loader.gsp.GSPGetOperationLoader
-
- createOperation(String, String) - Method in class net.sf.sparql.benchmarking.loader.gsp.GSPGetOperationLoader
-
- createOperation(String) - Method in class net.sf.sparql.benchmarking.loader.gsp.GSPHeadOperationLoader
-
- createOperation(String, String) - Method in class net.sf.sparql.benchmarking.loader.gsp.GSPHeadOperationLoader
-
- createOperation(String, Model) - Method in class net.sf.sparql.benchmarking.loader.gsp.GSPPostOperationLoader
-
- createOperation(String, Model, String) - Method in class net.sf.sparql.benchmarking.loader.gsp.GSPPostOperationLoader
-
- createOperation(String, Model) - Method in class net.sf.sparql.benchmarking.loader.gsp.GSPPutOperationLoader
-
- createOperation(String, Model, String) - Method in class net.sf.sparql.benchmarking.loader.gsp.GSPPutOperationLoader
-
- createQueryExecution(Query) - Method in class net.sf.sparql.benchmarking.operations.query.callables.AbstractInMemoryQueryCallable
-
- createQueryExecution(Query) - Method in class net.sf.sparql.benchmarking.operations.query.callables.AbstractQueryCallable
-
Creates the query execution to use for the query
- createQueryExecution(Query) - Method in class net.sf.sparql.benchmarking.operations.query.callables.AbstractRemoteQueryCallable
-
- createQueryExecution(Query) - Method in class net.sf.sparql.benchmarking.operations.query.callables.WrapperQueryCallable
-
- createUpdateProcessor(UpdateRequest) - Method in class net.sf.sparql.benchmarking.operations.update.callables.AbstractInMemoryUpdateCallable
-
- createUpdateProcessor(UpdateRequest) - Method in class net.sf.sparql.benchmarking.operations.update.callables.AbstractRemoteUpdateCallable
-
- createUpdateProcessor(UpdateRequest) - Method in class net.sf.sparql.benchmarking.operations.update.callables.AbstractUpdateCallable
-
Creates an update processor for running the update
- CsvProgressListener - Class in net.sf.sparql.benchmarking.monitoring
-
A Progress Listener that generates a CSV output file
- CsvProgressListener(String) - Constructor for class net.sf.sparql.benchmarking.monitoring.CsvProgressListener
-
Creates a new CSV progress listener which writes to the given file
provided it does not already exist
- CsvProgressListener(String, boolean) - Constructor for class net.sf.sparql.benchmarking.monitoring.CsvProgressListener
-
Creates a new CSV progress listener which writes to the given file
optionally overwriting it if it exists
- customizeRequest(QueryExecution) - Method in class net.sf.sparql.benchmarking.operations.query.callables.AbstractQueryCallable
-
Provides derived implementations the option to customize the query
execution before actually executing the query e.g.
- customizeRequest(QueryExecution) - Method in class net.sf.sparql.benchmarking.operations.query.callables.AbstractRemoteQueryCallable
-
- customizeRequest(QueryExecution) - Method in class net.sf.sparql.benchmarking.operations.query.callables.WrapperQueryCallable
-
- customizeRequest(QueryExecution) - Method in class net.sf.sparql.benchmarking.operations.query.nvp.NvpQueryCallable
-
- customizeRequest(UpdateProcessor) - Method in class net.sf.sparql.benchmarking.operations.update.callables.AbstractUpdateCallable
-
Provides derived implementations the option to customize the update
processor before actually executing the update e.g.
- customizeRequest(UpdateProcessor) - Method in class net.sf.sparql.benchmarking.operations.update.nvp.NvpUpdateCallable
-
- getAccessor() - Method in class net.sf.sparql.benchmarking.operations.gsp.AbstractGSPCallable
-
- getActiveThreads() - Method in class net.sf.sparql.benchmarking.parallel.ParallelTimer
-
Gets the number of active threads currently consuming runtime in parallel
- getActualAverageRuntime() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationMixStatsImpl
-
- getActualAverageRuntime() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationStatsImpl
-
- getActualAverageRuntime() - Method in interface net.sf.sparql.benchmarking.stats.OperationMixStats
-
Gets the average actual runtime for the mix over all runs (takes into
account parallelization of operations)
- getActualAverageRuntime() - Method in interface net.sf.sparql.benchmarking.stats.OperationStats
-
Gets average runtime for the operation over all runs (arithmetic mean)
based on the actual runtime
- getActualOperationMixesPerHour() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationMixStatsImpl
-
- getActualOperationMixesPerHour() - Method in interface net.sf.sparql.benchmarking.stats.OperationMixStats
-
- getActualOperationsPerHour() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationStatsImpl
-
- getActualOperationsPerHour() - Method in interface net.sf.sparql.benchmarking.stats.OperationStats
-
- getActualOperationsPerSecond() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationStatsImpl
-
- getActualOperationsPerSecond() - Method in interface net.sf.sparql.benchmarking.stats.OperationStats
-
- getActualRuntime() - Method in class net.sf.sparql.benchmarking.parallel.ParallelTimer
-
Gets the actual runtime consumed
- getActualRuntime() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationMixStatsImpl
-
- getActualRuntime() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationStatsImpl
-
- getActualRuntime() - Method in interface net.sf.sparql.benchmarking.stats.OperationMixStats
-
Gets the actual runtime for the mix over all runs (takes into account
queries that run in parallel)
- getActualRuntime() - Method in interface net.sf.sparql.benchmarking.stats.OperationStats
-
Gets the actual runtime for the operation over all runs (takes into
account operations that run in parallel)
- getAllowCompression() - Method in interface net.sf.sparql.benchmarking.options.Options
-
Gets whether the client will allow the server to return Deflate/GZip
compressed responses
- getAllowCompression() - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- getAllowOverwrite() - Method in class net.sf.sparql.benchmarking.options.BenchmarkOptions
-
Gets whether overwriting existing files is allowed
- getArguments() - Method in class net.sf.sparql.benchmarking.loader.gsp.AbstractGSPDataOperationLoader
-
- getArguments() - Method in class net.sf.sparql.benchmarking.loader.gsp.AbstractGSPOperationLoader
-
- getArguments() - Method in interface net.sf.sparql.benchmarking.loader.OperationLoader
-
Gets a description of the configuration arguments that this loader
expects to receive
- getArguments() - Method in class net.sf.sparql.benchmarking.loader.query.DatasetSizeOperationLoader
-
- getArguments() - Method in class net.sf.sparql.benchmarking.loader.query.FixedNvpQueryOperationLoader
-
- getArguments() - Method in class net.sf.sparql.benchmarking.loader.query.FixedQueryOperationLoader
-
- getArguments() - Method in class net.sf.sparql.benchmarking.loader.query.InMemoryFixedQueryOperationLoader
-
- getArguments() - Method in class net.sf.sparql.benchmarking.loader.query.InMemoryParameterizedQueryOperationLoader
-
- getArguments() - Method in class net.sf.sparql.benchmarking.loader.query.ParameterizedNvpQueryOperationLoader
-
- getArguments() - Method in class net.sf.sparql.benchmarking.loader.query.ParameterizedQueryOperationLoader
-
- getArguments() - Method in class net.sf.sparql.benchmarking.loader.update.FixedNvpUpdateOperationLoader
-
- getArguments() - Method in class net.sf.sparql.benchmarking.loader.update.FixedUpdateOperationLoader
-
- getArguments() - Method in class net.sf.sparql.benchmarking.loader.update.InMemoryFixedUpdateOperationLoader
-
- getArguments() - Method in class net.sf.sparql.benchmarking.loader.update.InMemoryParameterizedUpdateOperationLoader
-
- getArguments() - Method in class net.sf.sparql.benchmarking.loader.update.ParameterizedNvpUpdateOperationLoader
-
- getArguments() - Method in class net.sf.sparql.benchmarking.loader.update.ParameterizedUpdateOperationLoader
-
- getArguments() - Method in class net.sf.sparql.benchmarking.loader.util.MixOperationLoader
-
- getArguments() - Method in class net.sf.sparql.benchmarking.loader.util.SleepOperationLoader
-
- getAuthenticator() - Method in interface net.sf.sparql.benchmarking.options.Options
-
Gets the HTTP authenticator in use
- getAuthenticator() - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- getAverageResponseTime() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationMixStatsImpl
-
- getAverageResponseTime() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationStatsImpl
-
- getAverageResponseTime() - Method in interface net.sf.sparql.benchmarking.stats.OperationMixStats
-
Gets the average response time for the mix
- getAverageResponseTime() - Method in interface net.sf.sparql.benchmarking.stats.OperationStats
-
Gets the average response time over all runs (arithmetic mean) based on
the total response time
- getAverageResults() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationStatsImpl
-
- getAverageResults() - Method in interface net.sf.sparql.benchmarking.stats.OperationStats
-
Gets the average number of results
- getAverageRuntime() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationMixStatsImpl
-
- getAverageRuntime() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationStatsImpl
-
- getAverageRuntime() - Method in interface net.sf.sparql.benchmarking.stats.OperationMixStats
-
Gets the average runtime for the mix over all runs
- getAverageRuntime() - Method in interface net.sf.sparql.benchmarking.stats.OperationStats
-
Gets the average runtime for the operation over all runs (arithmetic
mean) based on the total runtime
- getCategorizedErrors() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationMixStatsImpl
-
- getCategorizedErrors() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationStatsImpl
-
- getCategorizedErrors() - Method in interface net.sf.sparql.benchmarking.stats.OperationMixStats
-
Gets the information for all errors grouped by category
- getCategorizedErrors() - Method in interface net.sf.sparql.benchmarking.stats.OperationStats
-
Gets the information for all errors grouped by category
- getContentString() - Method in class net.sf.sparql.benchmarking.operations.gsp.GSPDeleteOperation
-
- getContentString() - Method in class net.sf.sparql.benchmarking.operations.gsp.GSPGetOperation
-
- getContentString() - Method in class net.sf.sparql.benchmarking.operations.gsp.GSPHeadOperation
-
- getContentString() - Method in class net.sf.sparql.benchmarking.operations.gsp.GSPPostOperation
-
- getContentString() - Method in class net.sf.sparql.benchmarking.operations.gsp.GSPPutOperation
-
- getContentString() - Method in interface net.sf.sparql.benchmarking.operations.Operation
-
Gets a string that shows the content of the operation e.g.
- getContentString() - Method in class net.sf.sparql.benchmarking.operations.parameterized.AbstractParameterizedSparqlOperation
-
- getContentString() - Method in class net.sf.sparql.benchmarking.operations.query.AbstractQueryOperation
-
- getContentString() - Method in class net.sf.sparql.benchmarking.operations.update.FixedUpdateOperation
-
- getContentString() - Method in class net.sf.sparql.benchmarking.operations.update.InMemoryFixedUpdateOperation
-
- getContentString() - Method in class net.sf.sparql.benchmarking.operations.util.MixOperation
-
- getContentString() - Method in class net.sf.sparql.benchmarking.operations.util.SleepOperation
-
- getCsvResultsFile() - Method in class net.sf.sparql.benchmarking.options.BenchmarkOptions
-
Gets the CSV Result File
- getCurrentClientCount() - Method in class net.sf.sparql.benchmarking.parallel.impl.StressTestParallelClientManager
-
Gets the current number of parallel clients in-use
- getCustomEndpoint(String) - Method in interface net.sf.sparql.benchmarking.options.Options
-
Gets a custom endpoint
- getCustomEndpoint(String) - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- getCustomEndpoints() - Method in interface net.sf.sparql.benchmarking.options.Options
-
Gets an unmodifiable copy of the defined custom endpoints
- getCustomEndpoints() - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- getCustomSettings() - Method in interface net.sf.sparql.benchmarking.options.Options
-
Gets a map that may be used to get/set custom settings
- getCustomSettings() - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- getDataset(T) - Method in class net.sf.sparql.benchmarking.operations.query.callables.AbstractInMemoryQueryCallable
-
Gets the dataset to run the query against
- getDataset() - Method in interface net.sf.sparql.benchmarking.options.Options
-
Gets a dataset that is used for in-memory queries and updates
- getDataset() - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- getDescription() - Method in class net.sf.sparql.benchmarking.loader.gsp.GSPDeleteOperationLoader
-
- getDescription() - Method in class net.sf.sparql.benchmarking.loader.gsp.GSPGetOperationLoader
-
- getDescription() - Method in class net.sf.sparql.benchmarking.loader.gsp.GSPHeadOperationLoader
-
- getDescription() - Method in class net.sf.sparql.benchmarking.loader.gsp.GSPPostOperationLoader
-
- getDescription() - Method in class net.sf.sparql.benchmarking.loader.gsp.GSPPutOperationLoader
-
- getDescription() - Method in interface net.sf.sparql.benchmarking.loader.OperationLoader
-
Gets a description of the operation that this loader loads
- getDescription() - Method in class net.sf.sparql.benchmarking.loader.OperationLoaderArgument
-
Gets a description of the purpose of the argument
- getDescription() - Method in class net.sf.sparql.benchmarking.loader.query.DatasetSizeOperationLoader
-
- getDescription() - Method in class net.sf.sparql.benchmarking.loader.query.FixedNvpQueryOperationLoader
-
- getDescription() - Method in class net.sf.sparql.benchmarking.loader.query.FixedQueryOperationLoader
-
- getDescription() - Method in class net.sf.sparql.benchmarking.loader.query.InMemoryFixedQueryOperationLoader
-
- getDescription() - Method in class net.sf.sparql.benchmarking.loader.query.InMemoryParameterizedQueryOperationLoader
-
- getDescription() - Method in class net.sf.sparql.benchmarking.loader.query.ParameterizedNvpQueryOperationLoader
-
- getDescription() - Method in class net.sf.sparql.benchmarking.loader.query.ParameterizedQueryOperationLoader
-
- getDescription() - Method in class net.sf.sparql.benchmarking.loader.update.FixedNvpUpdateOperationLoader
-
- getDescription() - Method in class net.sf.sparql.benchmarking.loader.update.FixedUpdateOperationLoader
-
- getDescription() - Method in class net.sf.sparql.benchmarking.loader.update.InMemoryFixedUpdateOperationLoader
-
- getDescription() - Method in class net.sf.sparql.benchmarking.loader.update.InMemoryParameterizedUpdateOperationLoader
-
- getDescription() - Method in class net.sf.sparql.benchmarking.loader.update.ParameterizedNvpUpdateOperationLoader
-
- getDescription() - Method in class net.sf.sparql.benchmarking.loader.update.ParameterizedUpdateOperationLoader
-
- getDescription() - Method in class net.sf.sparql.benchmarking.loader.util.MixOperationLoader
-
- getDescription() - Method in class net.sf.sparql.benchmarking.loader.util.SleepOperationLoader
-
- getDescription(int) - Static method in class net.sf.sparql.benchmarking.util.ErrorCategories
-
Gets the description for the category which may be null if there is no
registered description
- getEnsureAbsoluteURIs() - Method in interface net.sf.sparql.benchmarking.options.Options
-
Gets whether the API should ensure that relative URIs are presented as
absolute URIs to services the harness interacts with
- getEnsureAbsoluteURIs() - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- getErrorCategory() - Method in class net.sf.sparql.benchmarking.stats.impl.AbstractOperationRun
-
- getErrorCategory() - Method in interface net.sf.sparql.benchmarking.stats.OperationRun
-
Gets an integer identifying the category of error
- getErrorMessage() - Method in class net.sf.sparql.benchmarking.stats.impl.AbstractOperationRun
-
- getErrorMessage() - Method in interface net.sf.sparql.benchmarking.stats.OperationRun
-
Gets the error message associated with the operation run, will be null if
the operation ran successfully
- getExecutor() - Method in interface net.sf.sparql.benchmarking.options.Options
-
Gets the in-use executor for running queries and query mixes in threads
using the Java concurrent framework
- getExecutor() - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- getExtension(String, boolean, boolean) - Static method in class net.sf.sparql.benchmarking.util.FileUtils
-
Gets the extension for a given path
- getExtension(File, boolean, boolean) - Static method in class net.sf.sparql.benchmarking.util.FileUtils
-
Gets the extension for a given file
- getGeometricAverageRuntime() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationMixStatsImpl
-
- getGeometricAverageRuntime() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationStatsImpl
-
- getGeometricAverageRuntime() - Method in interface net.sf.sparql.benchmarking.stats.OperationMixStats
-
Gets the average runtime for the mix over all runs (geometric mean)
- getGeometricAverageRuntime() - Method in interface net.sf.sparql.benchmarking.stats.OperationStats
-
Gets the average runtime for the operation over all runs (geometric mean)
based on the total runtime
- getGlobalOrder() - Method in interface net.sf.sparql.benchmarking.options.Options
-
Gets the Global Run Order
- getGlobalOrder() - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- getGraphStore(T) - Method in class net.sf.sparql.benchmarking.operations.update.callables.AbstractInMemoryUpdateCallable
-
Gets the graph store to run the query against
- getGraphStoreEndpoint() - Method in interface net.sf.sparql.benchmarking.options.Options
-
Gets the SPARQL graph store protocol endpoint that is in use
- getGraphStoreEndpoint() - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- getGraphUri() - Method in class net.sf.sparql.benchmarking.operations.gsp.AbstractGSPCallable
-
Gets the URI of the graph this callable operates on
- getGraphUri() - Method in class net.sf.sparql.benchmarking.operations.gsp.AbstractGSPOperation
-
Gets the URI of the graph being operated upon, null
is considered
to mean that the default graph is operated upon
- getHaltAny() - Method in interface net.sf.sparql.benchmarking.options.Options
-
Gets Halt on Any behavior
- getHaltAny() - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- getHaltBehaviour() - Method in interface net.sf.sparql.benchmarking.options.Options
-
Gets the Halting Behaviour
- getHaltBehaviour() - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- getHaltOnError() - Method in interface net.sf.sparql.benchmarking.options.Options
-
Gets the Halt on Error behavior
- getHaltOnError() - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- getHaltOnTimeout() - Method in interface net.sf.sparql.benchmarking.options.Options
-
Gets the Halt on Timeout behavior
- getHaltOnTimeout() - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- getId() - Method in class net.sf.sparql.benchmarking.operations.AbstractOperation
-
- getId() - Method in interface net.sf.sparql.benchmarking.operations.Operation
-
Gets the ID used to identify the operation within an operation mix (if
known)
- getID() - Method in class net.sf.sparql.benchmarking.parallel.AbstractParallelClient
-
- getID() - Method in interface net.sf.sparql.benchmarking.parallel.ParallelClient
-
Gets the ID of this client
- getId() - Method in class net.sf.sparql.benchmarking.stats.impl.AbstractOperationRun
-
- getId() - Method in interface net.sf.sparql.benchmarking.stats.OperationRun
-
Gets the ID for the operation (if known)
- getInOrderSample(OperationMix) - Method in class net.sf.sparql.benchmarking.runners.mix.SamplingOperationMixRunner
-
- getInputStream(File, String) - Method in class net.sf.sparql.benchmarking.loader.AbstractOperationLoader
-
Gets an input stream for the given file
- getLimit() - Method in interface net.sf.sparql.benchmarking.options.Options
-
Gets the LIMIT to impose on queries
- getLimit() - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- getListeners() - Method in interface net.sf.sparql.benchmarking.options.Options
-
Gets the Progress Listeners registered
- getListeners() - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- getLoader(String) - Static method in class net.sf.sparql.benchmarking.loader.OperationLoaderRegistry
-
Gets the loader with the specified name (if known)
- getLoader(String) - Static method in class net.sf.sparql.benchmarking.loader.OperationMixLoaderRegistry
-
Gets the loader with the specified extension (if known)
- getLoaders() - Static method in class net.sf.sparql.benchmarking.loader.OperationLoaderRegistry
-
Gets an unmodifiable copy of the registered loaders
- getManager() - Method in class net.sf.sparql.benchmarking.parallel.AbstractParallelClient
-
- getManager() - Method in interface net.sf.sparql.benchmarking.parallel.ParallelClient
-
Gets the parallel client manager which is managing this client
- getMaxDelay() - Method in interface net.sf.sparql.benchmarking.options.Options
-
Gets the maximum delay between operations
- getMaxDelay() - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- getMaximumRuntime() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationMixRunImpl
-
- getMaximumRuntime() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationMixStatsImpl
-
- getMaximumRuntime() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationStatsImpl
-
- getMaximumRuntime() - Method in interface net.sf.sparql.benchmarking.stats.OperationMixRun
-
Gets the runtime of the operation from the set that took the longest time
to run
- getMaximumRuntime() - Method in interface net.sf.sparql.benchmarking.stats.OperationMixStats
-
Gets the maximum runtime for a mix
- getMaximumRuntime() - Method in interface net.sf.sparql.benchmarking.stats.OperationStats
-
Gets the maximum runtime for this operation over all runs
- getMaximumRuntimeOperationID() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationMixRunImpl
-
- getMaximumRuntimeOperationID() - Method in interface net.sf.sparql.benchmarking.stats.OperationMixRun
-
Gets the ID of the operation that took the longest time to run
- getMaxRuns() - Method in class net.sf.sparql.benchmarking.options.SoakOptions
-
Gets the maximum number of runs for soak testing
- getMaxRuntime() - Method in class net.sf.sparql.benchmarking.options.SoakOptions
-
Gets the maximum soak runtime in minutes
- getMaxRuntime() - Method in class net.sf.sparql.benchmarking.options.StressOptions
-
Gets the maximum stress runtime in minutes
- getMaxThreads() - Method in class net.sf.sparql.benchmarking.options.StressOptions
-
Gets the maximum number of threads for stress testing
- getMinimumRuntime() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationMixRunImpl
-
- getMinimumRuntime() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationMixStatsImpl
-
- getMinimumRuntime() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationStatsImpl
-
- getMinimumRuntime() - Method in interface net.sf.sparql.benchmarking.stats.OperationMixRun
-
Gets the runtime of the operation from the set that took the shortest
time to run
- getMinimumRuntime() - Method in interface net.sf.sparql.benchmarking.stats.OperationMixStats
-
Gets the minimum runtime for a mix
- getMinimumRuntime() - Method in interface net.sf.sparql.benchmarking.stats.OperationStats
-
Gets the minimum runtime for this operation over all runs
- getMinimumRuntimeOperationID() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationMixRunImpl
-
- getMinimumRuntimeOperationID() - Method in interface net.sf.sparql.benchmarking.stats.OperationMixRun
-
Gets the ID of the operation that took the shortest time to run
- getMixRunner() - Method in interface net.sf.sparql.benchmarking.options.Options
-
- getMixRunner() - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- getName() - Method in class net.sf.sparql.benchmarking.loader.OperationLoaderArgument
-
Gets a short name for the argument
- getName() - Method in class net.sf.sparql.benchmarking.operations.AbstractOperation
-
- getName() - Method in interface net.sf.sparql.benchmarking.operations.Operation
-
Gets the name of the operation
- getNameArgument(boolean) - Static method in class net.sf.sparql.benchmarking.loader.AbstractOperationLoader
-
Gets the standard argument for the friendly name
- getNoCount() - Method in interface net.sf.sparql.benchmarking.options.Options
-
Gets whether query results are counted or just thrown away
- getNoCount() - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- getNvpsArgument() - Static method in class net.sf.sparql.benchmarking.loader.AbstractNvpOperationLoader
-
Gets the argument that describes the NVPs argument
- getOperation(int) - Method in interface net.sf.sparql.benchmarking.operations.OperationMix
-
Gets the operation with the specified ID
- getOperation(int) - Method in class net.sf.sparql.benchmarking.operations.OperationMixImpl
-
- getOperationMix() - Method in interface net.sf.sparql.benchmarking.options.Options
-
Gets the Query Mix that is used
- getOperationMix() - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- getOperationMixesPerHour() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationMixStatsImpl
-
- getOperationMixesPerHour() - Method in interface net.sf.sparql.benchmarking.stats.OperationMixStats
-
Calculates the number of operation mixes per hour that could be executed
based on the average runtime of the operation mix
- getOperationOrder(T, OperationMix) - Method in class net.sf.sparql.benchmarking.runners.mix.AbstractOperationMixRunner
-
Gets the order in which the runner should run the operations
- getOperationOrder(T, OperationMix) - Method in class net.sf.sparql.benchmarking.runners.mix.DefaultOperationMixRunner
-
- getOperationOrder(T, OperationMix) - Method in class net.sf.sparql.benchmarking.runners.mix.InOrderOperationMixRunner
-
- getOperationOrder(T, OperationMix) - Method in class net.sf.sparql.benchmarking.runners.mix.SamplingOperationMixRunner
-
- getOperationRunner() - Method in interface net.sf.sparql.benchmarking.options.Options
-
Gets the operation runner to use, if
null
is returned then the
default
OperationRunner
should be used
- getOperationRunner() - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- getOperations() - Method in interface net.sf.sparql.benchmarking.operations.OperationMix
-
Gets the operations in this mix
- getOperations() - Method in class net.sf.sparql.benchmarking.operations.OperationMixImpl
-
- getOperationsPerHour() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationStatsImpl
-
- getOperationsPerHour() - Method in interface net.sf.sparql.benchmarking.stats.OperationStats
-
Calculates how many times this operation could be executed
single-threaded per hour based upon the average runtime of the operation
- getOperationsPerSecond() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationStatsImpl
-
- getOperationsPerSecond() - Method in interface net.sf.sparql.benchmarking.stats.OperationStats
-
Calculates how many times this operation could be executed
single-threaded per second based upon the average runtime of the
operation
- getOptions() - Method in class net.sf.sparql.benchmarking.operations.AbstractOperationCallable
-
Gets the options
- getOptions() - Method in class net.sf.sparql.benchmarking.parallel.AbstractParallelClientManager
-
- getOptions() - Method in class net.sf.sparql.benchmarking.parallel.impl.StressTestParallelClientManager
-
- getOptions() - Method in interface net.sf.sparql.benchmarking.parallel.ParallelClientManager
-
Gets the options
- getOutliers() - Method in class net.sf.sparql.benchmarking.options.BenchmarkOptions
-
Gets the number of outliers to be discarded
- getParallelThreads() - Method in interface net.sf.sparql.benchmarking.options.Options
-
Gets the number of parallel threads used for testing
- getParallelThreads() - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- getParameterizedSparql() - Method in class net.sf.sparql.benchmarking.operations.parameterized.AbstractParameterizedSparqlOperation
-
Gets the parameterized SPARQL with a random set of parameters injected
- getPreferredExtension() - Method in class net.sf.sparql.benchmarking.loader.mix.ClassicQueryMixLoader
-
- getPreferredExtension() - Method in class net.sf.sparql.benchmarking.loader.mix.TsvMixLoader
-
- getPreferredExtension() - Method in interface net.sf.sparql.benchmarking.loader.OperationMixLoader
-
Gets the file extension without the leading .
that this loader
prefers to use for its mix files
- getPreferredName() - Method in class net.sf.sparql.benchmarking.loader.gsp.GSPDeleteOperationLoader
-
- getPreferredName() - Method in class net.sf.sparql.benchmarking.loader.gsp.GSPGetOperationLoader
-
- getPreferredName() - Method in class net.sf.sparql.benchmarking.loader.gsp.GSPHeadOperationLoader
-
- getPreferredName() - Method in class net.sf.sparql.benchmarking.loader.gsp.GSPPostOperationLoader
-
- getPreferredName() - Method in class net.sf.sparql.benchmarking.loader.gsp.GSPPutOperationLoader
-
- getPreferredName() - Method in interface net.sf.sparql.benchmarking.loader.OperationLoader
-
Gets the name that this loader prefers to be referenced by
- getPreferredName() - Method in class net.sf.sparql.benchmarking.loader.query.DatasetSizeOperationLoader
-
- getPreferredName() - Method in class net.sf.sparql.benchmarking.loader.query.FixedNvpQueryOperationLoader
-
- getPreferredName() - Method in class net.sf.sparql.benchmarking.loader.query.FixedQueryOperationLoader
-
- getPreferredName() - Method in class net.sf.sparql.benchmarking.loader.query.InMemoryFixedQueryOperationLoader
-
- getPreferredName() - Method in class net.sf.sparql.benchmarking.loader.query.InMemoryParameterizedQueryOperationLoader
-
- getPreferredName() - Method in class net.sf.sparql.benchmarking.loader.query.ParameterizedNvpQueryOperationLoader
-
- getPreferredName() - Method in class net.sf.sparql.benchmarking.loader.query.ParameterizedQueryOperationLoader
-
- getPreferredName() - Method in class net.sf.sparql.benchmarking.loader.update.FixedNvpUpdateOperationLoader
-
- getPreferredName() - Method in class net.sf.sparql.benchmarking.loader.update.FixedUpdateOperationLoader
-
- getPreferredName() - Method in class net.sf.sparql.benchmarking.loader.update.InMemoryFixedUpdateOperationLoader
-
- getPreferredName() - Method in class net.sf.sparql.benchmarking.loader.update.InMemoryParameterizedUpdateOperationLoader
-
- getPreferredName() - Method in class net.sf.sparql.benchmarking.loader.update.ParameterizedNvpUpdateOperationLoader
-
- getPreferredName() - Method in class net.sf.sparql.benchmarking.loader.update.ParameterizedUpdateOperationLoader
-
- getPreferredName() - Method in class net.sf.sparql.benchmarking.loader.util.MixOperationLoader
-
- getPreferredName() - Method in class net.sf.sparql.benchmarking.loader.util.SleepOperationLoader
-
- getQuery() - Method in class net.sf.sparql.benchmarking.operations.parameterized.AbstractParameterizedQueryOperation
-
- getQuery() - Method in class net.sf.sparql.benchmarking.operations.query.callables.AbstractQueryCallable
-
Gets the query to be run
- getQuery() - Method in class net.sf.sparql.benchmarking.operations.query.callables.InMemoryQueryCallable
-
- getQuery() - Method in class net.sf.sparql.benchmarking.operations.query.callables.RemoteQueryCallable
-
- getQuery() - Method in class net.sf.sparql.benchmarking.operations.query.callables.WrapperQueryCallable
-
- getQuery() - Method in class net.sf.sparql.benchmarking.operations.query.DatasetSizeOperation
-
- getQuery() - Method in class net.sf.sparql.benchmarking.operations.query.FixedQueryOperation
-
- getQuery() - Method in class net.sf.sparql.benchmarking.operations.query.InMemoryFixedQueryOperation
-
- getQuery() - Method in interface net.sf.sparql.benchmarking.operations.query.QueryOperation
-
Gets the actual Query
- getQueryEndpoint() - Method in interface net.sf.sparql.benchmarking.options.Options
-
Gets the SPARQL query endpoint that is in use
- getQueryEndpoint() - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- getQueryString() - Method in class net.sf.sparql.benchmarking.operations.parameterized.AbstractParameterizedQueryOperation
-
- getQueryString() - Method in class net.sf.sparql.benchmarking.operations.query.DatasetSizeOperation
-
- getQueryString() - Method in class net.sf.sparql.benchmarking.operations.query.FixedQueryOperation
-
- getQueryString() - Method in class net.sf.sparql.benchmarking.operations.query.InMemoryFixedQueryOperation
-
- getQueryString() - Method in interface net.sf.sparql.benchmarking.operations.query.QueryOperation
-
Gets the Query String used to create this Query
- getRampUpFactor() - Method in class net.sf.sparql.benchmarking.options.StressOptions
-
Gets the ramp up factor
- getRandomizeOrder() - Method in interface net.sf.sparql.benchmarking.options.Options
-
Gets whether operation order should be randomized
- getRandomizeOrder() - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- getRandomSample(OperationMix) - Method in class net.sf.sparql.benchmarking.runners.mix.SamplingOperationMixRunner
-
- getResponseTime() - Method in class net.sf.sparql.benchmarking.stats.impl.AbstractOperationRun
-
- getResponseTime() - Method in interface net.sf.sparql.benchmarking.stats.OperationRun
-
Gets the response time in nanoseconds
- getResultCount() - Method in class net.sf.sparql.benchmarking.stats.impl.AbstractOperationRun
-
- getResultCount() - Method in interface net.sf.sparql.benchmarking.stats.OperationRun
-
Gets the number of results returned for operations to which this is
applicable
- getResultsAskFormat() - Method in interface net.sf.sparql.benchmarking.options.Options
-
Gets the Results format used for operations that make ASK queries
- getResultsAskFormat() - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- getResultsGraphFormat() - Method in interface net.sf.sparql.benchmarking.options.Options
-
Gets the Results format used for operations that make CONSTRUCT/DESCRIBE
queries or that retrieve RDF graphs
- getResultsGraphFormat() - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- getResultsSelectFormat() - Method in interface net.sf.sparql.benchmarking.options.Options
-
Gets the Results format used for operations that make SELECT queries
- getResultsSelectFormat() - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- getRunCount() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationMixRunImpl
-
- getRunCount() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationMixStatsImpl
-
- getRunCount() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationStatsImpl
-
- getRunCount() - Method in interface net.sf.sparql.benchmarking.stats.OperationMixRun
-
Gets the number of operations runs that comprised this mix run
- getRunCount() - Method in interface net.sf.sparql.benchmarking.stats.OperationMixStats
-
Gets the number of runs for which information has been recorded
- getRunCount() - Method in interface net.sf.sparql.benchmarking.stats.OperationStats
-
Gets the number of runs for the operation
- getRunner() - Method in class net.sf.sparql.benchmarking.operations.AbstractOperationCallable
-
Gets the runner
- getRunner() - Method in class net.sf.sparql.benchmarking.parallel.AbstractParallelClientManager
-
- getRunner() - Method in class net.sf.sparql.benchmarking.parallel.impl.StressTestParallelClientManager
-
- getRunner() - Method in interface net.sf.sparql.benchmarking.parallel.ParallelClientManager
-
Gets the runner
- getRunOrder() - Method in class net.sf.sparql.benchmarking.stats.impl.AbstractOperationRun
-
- getRunOrder() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationMixRunImpl
-
- getRunOrder() - Method in interface net.sf.sparql.benchmarking.stats.OperationMixRun
-
Gets the global run order that reflects the order in which the operation
mixes and operations were run
- getRunOrder() - Method in interface net.sf.sparql.benchmarking.stats.OperationRun
-
Gets the global run order for this operation run
- getRuns() - Method in class net.sf.sparql.benchmarking.options.BenchmarkOptions
-
Gets the number of times the operation mix will be run
- getRuns() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationMixRunImpl
-
- getRuns(int) - Method in class net.sf.sparql.benchmarking.stats.impl.OperationMixRunImpl
-
- getRuns() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationMixStatsImpl
-
- getRuns() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationStatsImpl
-
- getRuns() - Method in interface net.sf.sparql.benchmarking.stats.OperationMixRun
-
Gets an iterator over the runs that make up this operation mix
- getRuns(int) - Method in interface net.sf.sparql.benchmarking.stats.OperationMixRun
-
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.
- getRuns() - Method in interface net.sf.sparql.benchmarking.stats.OperationMixStats
-
Gets an iterator over the operation mix runs
- getRuns() - Method in interface net.sf.sparql.benchmarking.stats.OperationStats
-
Gets an iterator over the operation runs
- getRuntime() - Method in class net.sf.sparql.benchmarking.stats.impl.AbstractOperationRun
-
- getRuntime() - Method in interface net.sf.sparql.benchmarking.stats.OperationRun
-
Gets the runtime in nanoseconds
- getSanityCheckLevel() - Method in interface net.sf.sparql.benchmarking.options.Options
-
Gets the Sanity Checking Level
- getSanityCheckLevel() - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- getSanityCheckQueries() - Method in class net.sf.sparql.benchmarking.runners.AbstractRunner
-
Gets the queries used for sanity checking
- getSetupMix() - Method in interface net.sf.sparql.benchmarking.options.Options
-
Gets the setup mix to be run, null
indicates no setup mix is
requested.
- getSetupMix() - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- getStandardDeviation() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationMixStatsImpl
-
- getStandardDeviation() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationStatsImpl
-
- getStandardDeviation() - Method in interface net.sf.sparql.benchmarking.stats.OperationMixStats
-
Gets the standard deviation in mix runtime
- getStandardDeviation() - Method in interface net.sf.sparql.benchmarking.stats.OperationStats
-
Gets the standard deviation for operation runtime
- getStats() - Method in class net.sf.sparql.benchmarking.operations.AbstractOperation
-
- getStats() - Method in interface net.sf.sparql.benchmarking.operations.Operation
-
Gets statistics for the operation
- getStats() - Method in interface net.sf.sparql.benchmarking.operations.OperationMix
-
Gets the statistics for the operation mix
- getStats() - Method in class net.sf.sparql.benchmarking.operations.OperationMixImpl
-
- getTeardownMix() - Method in interface net.sf.sparql.benchmarking.options.Options
-
Gets the tear down mix to be run, null
indicates no tear down mix
is requested.
- getTeardownMix() - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- getTimeout() - Method in interface net.sf.sparql.benchmarking.options.Options
-
Gets the timeout for operations, a zero/negative value indicates no
timeout
- getTimeout() - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- getTimer() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationMixStatsImpl
-
- getTimer() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationStatsImpl
-
- getTimer() - Method in interface net.sf.sparql.benchmarking.stats.OperationMixStats
-
Gets the parallel timer used to track actual runtime
- getTimer() - Method in interface net.sf.sparql.benchmarking.stats.OperationStats
-
Gets the parallel timer used to track actual runtime
- getTotalErrors() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationMixRunImpl
-
- getTotalErrors() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationMixStatsImpl
-
- getTotalErrors() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationStatsImpl
-
- getTotalErrors() - Method in interface net.sf.sparql.benchmarking.stats.OperationMixRun
-
Gets the total number of errors for the operation mix
- getTotalErrors() - Method in interface net.sf.sparql.benchmarking.stats.OperationMixStats
-
Gets the total number of errors over all runs
- getTotalErrors() - Method in interface net.sf.sparql.benchmarking.stats.OperationStats
-
Gets the total number of times this operation resulted in an error
- getTotalOperations() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationMixStatsImpl
-
- getTotalOperations() - Method in interface net.sf.sparql.benchmarking.stats.OperationMixStats
-
Gets the total number of operations run across all mix runs
- getTotalResponseTime() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationMixRunImpl
-
- getTotalResponseTime() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationMixStatsImpl
-
- getTotalResponseTime() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationStatsImpl
-
- getTotalResponseTime() - Method in interface net.sf.sparql.benchmarking.stats.OperationMixRun
-
Gets the total response time for the Operation Mix
- getTotalResponseTime() - Method in interface net.sf.sparql.benchmarking.stats.OperationMixStats
-
Gets the total response time over all runs
- getTotalResponseTime() - Method in interface net.sf.sparql.benchmarking.stats.OperationStats
-
Gets the total response time for the operations over all runs
- getTotalResults() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationMixRunImpl
-
- getTotalResults() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationStatsImpl
-
- getTotalResults() - Method in interface net.sf.sparql.benchmarking.stats.OperationMixRun
-
Gets the total number of results for the operation mix
- getTotalResults() - Method in interface net.sf.sparql.benchmarking.stats.OperationStats
-
Gets the total number of results for this operation
- getTotalRuntime() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationMixRunImpl
-
- getTotalRuntime() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationMixStatsImpl
-
- getTotalRuntime() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationStatsImpl
-
- getTotalRuntime() - Method in interface net.sf.sparql.benchmarking.stats.OperationMixRun
-
Gets the total runtime for the Operation Mix
- getTotalRuntime() - Method in interface net.sf.sparql.benchmarking.stats.OperationMixStats
-
Gets the total runtime over all runs
- getTotalRuntime() - Method in interface net.sf.sparql.benchmarking.stats.OperationStats
-
Gets the total runtime for the query over all runs
- getType() - Method in class net.sf.sparql.benchmarking.loader.OperationLoaderArgument
-
Gets the expected type of the argument
- getType() - Method in class net.sf.sparql.benchmarking.operations.gsp.GSPDeleteOperation
-
- getType() - Method in class net.sf.sparql.benchmarking.operations.gsp.GSPGetOperation
-
- getType() - Method in class net.sf.sparql.benchmarking.operations.gsp.GSPHeadOperation
-
- getType() - Method in class net.sf.sparql.benchmarking.operations.gsp.GSPPostOperation
-
- getType() - Method in class net.sf.sparql.benchmarking.operations.gsp.GSPPutOperation
-
- getType() - Method in interface net.sf.sparql.benchmarking.operations.Operation
-
Gets a descriptive type string for the operation e.g.
- getType() - Method in class net.sf.sparql.benchmarking.operations.parameterized.InMemoryParameterizedQueryOperation
-
- getType() - Method in class net.sf.sparql.benchmarking.operations.parameterized.InMemoryParameterizedUpdateOperation
-
- getType() - Method in class net.sf.sparql.benchmarking.operations.parameterized.nvp.ParameterizedNvpQueryOperation
-
- getType() - Method in class net.sf.sparql.benchmarking.operations.parameterized.nvp.ParameterizedNvpUpdateOperation
-
- getType() - Method in class net.sf.sparql.benchmarking.operations.parameterized.ParameterizedQueryOperation
-
- getType() - Method in class net.sf.sparql.benchmarking.operations.parameterized.ParameterizedUpdateOperation
-
- getType() - Method in class net.sf.sparql.benchmarking.operations.query.DatasetSizeOperation
-
- getType() - Method in class net.sf.sparql.benchmarking.operations.query.FixedQueryOperation
-
- getType() - Method in class net.sf.sparql.benchmarking.operations.query.InMemoryFixedQueryOperation
-
- getType() - Method in class net.sf.sparql.benchmarking.operations.query.nvp.FixedNvpQueryOperation
-
- getType() - Method in class net.sf.sparql.benchmarking.operations.update.FixedUpdateOperation
-
- getType() - Method in class net.sf.sparql.benchmarking.operations.update.InMemoryFixedUpdateOperation
-
- getType() - Method in class net.sf.sparql.benchmarking.operations.update.nvp.FixedNvpUpdateOperation
-
- getType() - Method in class net.sf.sparql.benchmarking.operations.util.MixOperation
-
- getType() - Method in class net.sf.sparql.benchmarking.operations.util.SleepOperation
-
- getUpdate() - Method in class net.sf.sparql.benchmarking.operations.parameterized.AbstractParameterizedUpdateOperation
-
- getUpdate() - Method in class net.sf.sparql.benchmarking.operations.update.callables.AbstractUpdateCallable
-
Gets the update request to be executed
- getUpdate() - Method in class net.sf.sparql.benchmarking.operations.update.callables.InMemoryUpdateCallable
-
- getUpdate() - Method in class net.sf.sparql.benchmarking.operations.update.callables.RemoteUpdateCallable
-
- getUpdate() - Method in class net.sf.sparql.benchmarking.operations.update.FixedUpdateOperation
-
- getUpdate() - Method in class net.sf.sparql.benchmarking.operations.update.InMemoryFixedUpdateOperation
-
- getUpdate() - Method in interface net.sf.sparql.benchmarking.operations.update.UpdateOperation
-
Gets the actual update
- getUpdateEndpoint() - Method in interface net.sf.sparql.benchmarking.options.Options
-
Gets the SPARQL Update endpoint that is in use
- getUpdateEndpoint() - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- getUpdateString() - Method in class net.sf.sparql.benchmarking.operations.parameterized.AbstractParameterizedUpdateOperation
-
- getUpdateString() - Method in class net.sf.sparql.benchmarking.operations.update.FixedUpdateOperation
-
- getUpdateString() - Method in class net.sf.sparql.benchmarking.operations.update.InMemoryFixedUpdateOperation
-
- getUpdateString() - Method in interface net.sf.sparql.benchmarking.operations.update.UpdateOperation
-
Gets the update string used to create this update
- getVariance() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationMixStatsImpl
-
- getVariance() - Method in class net.sf.sparql.benchmarking.stats.impl.OperationStatsImpl
-
- getVariance() - Method in interface net.sf.sparql.benchmarking.stats.OperationMixStats
-
Gets the variance in mix runtime
- getVariance() - Method in interface net.sf.sparql.benchmarking.stats.OperationStats
-
Gets the variance for the operation runtimes
- getWarmups() - Method in class net.sf.sparql.benchmarking.options.BenchmarkOptions
-
Gets the number of times the Query Mix will be run as a warm up prior to
actual runs
- getXmlResultsFile() - Method in class net.sf.sparql.benchmarking.options.BenchmarkOptions
-
Gets the XML Result File
- GSPDeleteCallable<T extends Options> - Class in net.sf.sparql.benchmarking.operations.gsp
-
A callable which runs the Graph Store Protocol DELETE operation
- GSPDeleteCallable(Runner<T>, T) - Constructor for class net.sf.sparql.benchmarking.operations.gsp.GSPDeleteCallable
-
Creates a new callable that operates on the default graph
- GSPDeleteCallable(Runner<T>, T, String) - Constructor for class net.sf.sparql.benchmarking.operations.gsp.GSPDeleteCallable
-
Creates a new callable that operates on a specific graph
- GSPDeleteOperation - Class in net.sf.sparql.benchmarking.operations.gsp
-
An operation which runs a Graph Store Protocol DELETE operation
- GSPDeleteOperation(String) - Constructor for class net.sf.sparql.benchmarking.operations.gsp.GSPDeleteOperation
-
Creates an operation that operates on the default graph
- GSPDeleteOperation(String, String) - Constructor for class net.sf.sparql.benchmarking.operations.gsp.GSPDeleteOperation
-
Creates an operation that operates on a specific graph
- GSPDeleteOperationLoader - Class in net.sf.sparql.benchmarking.loader.gsp
-
An operation loader for GSP Delete operations
- GSPDeleteOperationLoader() - Constructor for class net.sf.sparql.benchmarking.loader.gsp.GSPDeleteOperationLoader
-
- GSPGetCallable<T extends Options> - Class in net.sf.sparql.benchmarking.operations.gsp
-
A callable which runs the Graph Store Protocol GET operation
- GSPGetCallable(Runner<T>, T) - Constructor for class net.sf.sparql.benchmarking.operations.gsp.GSPGetCallable
-
Creates a new callable
- GSPGetCallable(Runner<T>, T, String) - Constructor for class net.sf.sparql.benchmarking.operations.gsp.GSPGetCallable
-
Creates a new callable
- GSPGetOperation - Class in net.sf.sparql.benchmarking.operations.gsp
-
An operation which runs a Graph Store Protocol GET operation
- GSPGetOperation(String) - Constructor for class net.sf.sparql.benchmarking.operations.gsp.GSPGetOperation
-
Creates a new operation that operates on the default graph
- GSPGetOperation(String, String) - Constructor for class net.sf.sparql.benchmarking.operations.gsp.GSPGetOperation
-
Creates a new operation that operates on a specific graph
- GSPGetOperationLoader - Class in net.sf.sparql.benchmarking.loader.gsp
-
A loader for GSP Get operations
- GSPGetOperationLoader() - Constructor for class net.sf.sparql.benchmarking.loader.gsp.GSPGetOperationLoader
-
- GSPHeadCallable<T extends Options> - Class in net.sf.sparql.benchmarking.operations.gsp
-
A callable which runs the Graph Store Protocol HEAD operation
- GSPHeadCallable(Runner<T>, T) - Constructor for class net.sf.sparql.benchmarking.operations.gsp.GSPHeadCallable
-
Creates a new callable that operates on the default graph
- GSPHeadCallable(Runner<T>, T, String) - Constructor for class net.sf.sparql.benchmarking.operations.gsp.GSPHeadCallable
-
Creates a new callable that operates on a specific graph
- GSPHeadOperation - Class in net.sf.sparql.benchmarking.operations.gsp
-
An operation which runs a Graph Store Protocol HEAD operation
- GSPHeadOperation(String) - Constructor for class net.sf.sparql.benchmarking.operations.gsp.GSPHeadOperation
-
Creates an operation that operates on the default graph
- GSPHeadOperation(String, String) - Constructor for class net.sf.sparql.benchmarking.operations.gsp.GSPHeadOperation
-
Creates an operation that operates on a specific graph
- GSPHeadOperationLoader - Class in net.sf.sparql.benchmarking.loader.gsp
-
Operation loader for GSP Head operations
- GSPHeadOperationLoader() - Constructor for class net.sf.sparql.benchmarking.loader.gsp.GSPHeadOperationLoader
-
- GSPPostCallable<T extends Options> - Class in net.sf.sparql.benchmarking.operations.gsp
-
A callable which runs the Graph Store Protocol POST operation
- GSPPostCallable(Runner<T>, T, Model) - Constructor for class net.sf.sparql.benchmarking.operations.gsp.GSPPostCallable
-
Creates a new callable that operates on the default graph
- GSPPostCallable(Runner<T>, T, Model, String) - Constructor for class net.sf.sparql.benchmarking.operations.gsp.GSPPostCallable
-
Creates a new callable that operates on a specific graph
- GSPPostOperation - Class in net.sf.sparql.benchmarking.operations.gsp
-
An operation which runs a Graph Store Protocol POST operation
- GSPPostOperation(String, Model) - Constructor for class net.sf.sparql.benchmarking.operations.gsp.GSPPostOperation
-
Creates an operation that operates on the default graph
- GSPPostOperation(String, Model, String) - Constructor for class net.sf.sparql.benchmarking.operations.gsp.GSPPostOperation
-
Creates an operation that operates on a specific graph
- GSPPostOperationLoader - Class in net.sf.sparql.benchmarking.loader.gsp
-
An operation loader for GSP Post operations
- GSPPostOperationLoader() - Constructor for class net.sf.sparql.benchmarking.loader.gsp.GSPPostOperationLoader
-
- GSPPutCallable<T extends Options> - Class in net.sf.sparql.benchmarking.operations.gsp
-
A callable which runs the Graph Store Protocol PUT operation
- GSPPutCallable(Runner<T>, T, Model) - Constructor for class net.sf.sparql.benchmarking.operations.gsp.GSPPutCallable
-
Creates a new callable that operates on the default graph
- GSPPutCallable(Runner<T>, T, Model, String) - Constructor for class net.sf.sparql.benchmarking.operations.gsp.GSPPutCallable
-
Creates a new callable that operates on a specific graph
- GSPPutOperation - Class in net.sf.sparql.benchmarking.operations.gsp
-
An operation which runs a Graph Store Protocol POST operation
- GSPPutOperation(String, Model) - Constructor for class net.sf.sparql.benchmarking.operations.gsp.GSPPutOperation
-
Creates an operation that operates on the default graph
- GSPPutOperation(String, Model, String) - Constructor for class net.sf.sparql.benchmarking.operations.gsp.GSPPutOperation
-
Creates an operation that operates on a specific graph
- GSPPutOperationLoader - Class in net.sf.sparql.benchmarking.loader.gsp
-
An operation loader for GSP Put operations
- GSPPutOperationLoader() - Constructor for class net.sf.sparql.benchmarking.loader.gsp.GSPPutOperationLoader
-
- SamplingOperationMixRunner - Class in net.sf.sparql.benchmarking.runners.mix
-
An operation mix runner that runs a sample of the operations in the mix
respecting whether random order has been selected.
- SamplingOperationMixRunner(int) - Constructor for class net.sf.sparql.benchmarking.runners.mix.SamplingOperationMixRunner
-
Creates a runner with the given sample size
- SamplingOperationMixRunner(boolean) - Constructor for class net.sf.sparql.benchmarking.runners.mix.SamplingOperationMixRunner
-
Creates a runner which optionally allows repeats, the sample size will
always be the mix size
- SamplingOperationMixRunner(int, boolean) - Constructor for class net.sf.sparql.benchmarking.runners.mix.SamplingOperationMixRunner
-
Creates a runner with the given sample size that optionally allows
repeats
- SECONDS_PER_HOUR - Static variable in class net.sf.sparql.benchmarking.util.ConvertUtils
-
Seconds per hour
- SECONDS_PER_MINUTE - Static variable in class net.sf.sparql.benchmarking.util.ConvertUtils
-
Seconds per minute
- setAllowCompression(boolean) - Method in interface net.sf.sparql.benchmarking.options.Options
-
Sets whether the client will allow the server to return Deflate/GZip
compressed responses
- setAllowCompression(boolean) - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- setAllowOverwrite(boolean) - Method in class net.sf.sparql.benchmarking.options.BenchmarkOptions
-
Sets whether
ProgressListener
which write to files are allowed to
overwrite existing files (default false)
- setAuthenticator(HttpAuthenticator) - Method in interface net.sf.sparql.benchmarking.options.Options
-
Sets the HTTP authenticator used
- setAuthenticator(HttpAuthenticator) - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- setCsvResultsFile(String) - Method in class net.sf.sparql.benchmarking.options.BenchmarkOptions
-
Sets the CSV Results File
- setCustomEndpoint(String, String) - Method in interface net.sf.sparql.benchmarking.options.Options
-
Sets a custom defined endpoint
- setCustomEndpoint(String, String) - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- setDataset(Dataset) - Method in interface net.sf.sparql.benchmarking.options.Options
-
Sets a dataset to be used for in-memory queries and updates
- setDataset(Dataset) - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- setEnsureAbsoluteURIs(boolean) - Method in interface net.sf.sparql.benchmarking.options.Options
-
Sets whether the API should ensure that relative URIs are presented as
absolute URIs to services the harness interacts with
- setEnsureAbsoluteURIs(boolean) - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- setForceThreadedOutput(boolean) - Method in class net.sf.sparql.benchmarking.monitoring.StreamProgressListener
-
Sets whether to force threaded output i.e.
- setGraphStoreEndpoint(String) - Method in interface net.sf.sparql.benchmarking.options.Options
-
Gets the SPARQL graph store protocol endpoint that is in use
- setGraphStoreEndpoint(String) - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- setHaltAny(boolean) - Method in interface net.sf.sparql.benchmarking.options.Options
-
Sets Halt on Any behavior, if set to true sets Halt on Error and Halt on
Timeout to true as well
- setHaltAny(boolean) - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- setHaltBehaviour(HaltBehaviour) - Method in interface net.sf.sparql.benchmarking.options.Options
-
Sets the Halting Behaviour
- setHaltBehaviour(HaltBehaviour) - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- setHaltOnError(boolean) - Method in interface net.sf.sparql.benchmarking.options.Options
-
Sets the Halt on Error behavior
- setHaltOnError(boolean) - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- setHaltOnTimeout(boolean) - Method in interface net.sf.sparql.benchmarking.options.Options
-
Sets the Halt on Timeout behavior
- setHaltOnTimeout(boolean) - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- setId(int) - Method in class net.sf.sparql.benchmarking.operations.AbstractOperation
-
- setId(int) - Method in interface net.sf.sparql.benchmarking.operations.Operation
-
Sets the ID used to identify the operation within an operation mix
- setId(int) - Method in class net.sf.sparql.benchmarking.stats.impl.AbstractOperationRun
-
- setId(int) - Method in interface net.sf.sparql.benchmarking.stats.OperationRun
-
Sets the ID for the operation
- setInstantFormatter(DateTimeFormatter) - Static method in class net.sf.sparql.benchmarking.util.FormatUtils
-
Sets the date time formatter to use
- setLimit(long) - Method in interface net.sf.sparql.benchmarking.options.Options
-
Sets the LIMIT to impose on queries
- setLimit(long) - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- setMaxDelay(int) - Method in interface net.sf.sparql.benchmarking.options.Options
-
Sets the maximum delay between operations
- setMaxDelay(int) - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- setMaxRuns(int) - Method in class net.sf.sparql.benchmarking.options.SoakOptions
-
Sets the maximum number of runs for soak testing
- setMaxRuntime(long) - Method in class net.sf.sparql.benchmarking.options.SoakOptions
-
Sets the maximum soak runtime in minutes
- setMaxRuntime(long) - Method in class net.sf.sparql.benchmarking.options.StressOptions
-
Sets the maximum stress runtime in minutes
- setMaxThreads(int) - Method in class net.sf.sparql.benchmarking.options.StressOptions
-
Sets the maximum number of threads for stress testing
- setMixRunner(OperationMixRunner) - Method in interface net.sf.sparql.benchmarking.options.Options
-
- setMixRunner(OperationMixRunner) - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- setNoCount(boolean) - Method in interface net.sf.sparql.benchmarking.options.Options
-
Sets whether query results are counted or just thrown away
- setNoCount(boolean) - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- setOperationMix(OperationMix) - Method in interface net.sf.sparql.benchmarking.options.Options
-
Sets the Query Mix to use
- setOperationMix(OperationMix) - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- setOperationRunner(OperationRunner) - Method in interface net.sf.sparql.benchmarking.options.Options
-
- setOperationRunner(OperationRunner) - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- setOutliers(int) - Method in class net.sf.sparql.benchmarking.options.BenchmarkOptions
-
Sets the number of outliers to be discarded
- setParallelThreads(int) - Method in interface net.sf.sparql.benchmarking.options.Options
-
Sets the number of parallel threads used for testing
- setParallelThreads(int) - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- setQueryEndpoint(String) - Method in interface net.sf.sparql.benchmarking.options.Options
-
Sets the SPARQL query endpoint to be used
- setQueryEndpoint(String) - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- setRampUpFactor(int) - Method in class net.sf.sparql.benchmarking.options.StressOptions
-
- setRandomizeOrder(boolean) - Method in interface net.sf.sparql.benchmarking.options.Options
-
Sets whether operation order should be randomized
- setRandomizeOrder(boolean) - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- setReady() - Method in class net.sf.sparql.benchmarking.parallel.AbstractParallelClientManager
-
Sets that the client manager is ready
- setResultsAskFormat(String) - Method in interface net.sf.sparql.benchmarking.options.Options
-
Sets the Results format to be used for operations that make ASK queries
- setResultsAskFormat(String) - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- setResultsGraphFormat(String) - Method in interface net.sf.sparql.benchmarking.options.Options
-
Sets the Results format used for operations that CONSTRUCT/DESCRIBE
queries or that retrieve RDF graphs
- setResultsGraphFormat(String) - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- setResultsSelectFormat(String) - Method in interface net.sf.sparql.benchmarking.options.Options
-
Sets the Results format to be used for operations that make SELECT
queries
- setResultsSelectFormat(String) - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- setRunOrder(long) - Method in class net.sf.sparql.benchmarking.stats.impl.AbstractOperationRun
-
- setRunOrder(long) - Method in interface net.sf.sparql.benchmarking.stats.OperationRun
-
Sets the global run order for this operation run
- setRuns(int) - Method in class net.sf.sparql.benchmarking.options.BenchmarkOptions
-
Sets the number of times the Query Mix will be run
- setSanityCheckLevel(int) - Method in interface net.sf.sparql.benchmarking.options.Options
-
Sets the Sanity Checking level
- setSanityCheckLevel(int) - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- setSetupMix(OperationMix) - Method in interface net.sf.sparql.benchmarking.options.Options
-
Sets the setup mix that will be run once before testing starts.
- setSetupMix(OperationMix) - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- setTeardownMix(OperationMix) - Method in interface net.sf.sparql.benchmarking.options.Options
-
Sets the tear down mix that will be run once after testing completes
successfully.
- setTeardownMix(OperationMix) - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- setTimeout(int) - Method in interface net.sf.sparql.benchmarking.options.Options
-
Sets the timeout for operations, a zero/negative value indicates no
timeout
- setTimeout(int) - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- setUpdateEndpoint(String) - Method in interface net.sf.sparql.benchmarking.options.Options
-
Sets the SPARQL update endpoint that is in use
- setUpdateEndpoint(String) - Method in class net.sf.sparql.benchmarking.options.OptionsImpl
-
- setWarmups(int) - Method in class net.sf.sparql.benchmarking.options.BenchmarkOptions
-
Sets the number of times the Query Mix will be run as a warm up prior to
actual runs
- setXmlResultsFile(String) - Method in class net.sf.sparql.benchmarking.options.BenchmarkOptions
-
Sets the XML Results File
- shouldHalt() - Method in class net.sf.sparql.benchmarking.parallel.AbstractParallelClientManager
-
Gets whether the client should be halting
- shouldRetry(Runner<T>, T, Operation, OperationRun) - Method in class net.sf.sparql.benchmarking.runners.operations.RetryingOperationRunner
-
Decides whether the runner should continue retrying
- shouldRun() - Method in class net.sf.sparql.benchmarking.parallel.impl.BenchmarkParallelClientManager
-
- shouldRun() - Method in class net.sf.sparql.benchmarking.parallel.impl.SoakTestParallelClientManager
-
- shouldRun() - Method in class net.sf.sparql.benchmarking.parallel.impl.StressTestParallelClientManager
-
- shouldRun() - Method in interface net.sf.sparql.benchmarking.parallel.ParallelClientManager
-
Method that will be called by parallel clients to determine if they
should continue to run, calls to this are thread safe
- size() - Method in interface net.sf.sparql.benchmarking.operations.OperationMix
-
Gets the number of operations in the operation mix
- size() - Method in class net.sf.sparql.benchmarking.operations.OperationMixImpl
-
- SleepCallable<T extends Options> - Class in net.sf.sparql.benchmarking.operations.util
-
A callable for sleeping
- SleepCallable(long, Runner<T>, T) - Constructor for class net.sf.sparql.benchmarking.operations.util.SleepCallable
-
Creates a new sleep callable
- SleepOperation - Class in net.sf.sparql.benchmarking.operations.util
-
Creates a new sleep operation
- SleepOperation(long) - Constructor for class net.sf.sparql.benchmarking.operations.util.SleepOperation
-
Creates a new sleep operation
- SleepOperation(String, long) - Constructor for class net.sf.sparql.benchmarking.operations.util.SleepOperation
-
Creates a new sleep operation
- SleepOperationLoader - Class in net.sf.sparql.benchmarking.loader.util
-
Loader for sleep operation
- SleepOperationLoader() - Constructor for class net.sf.sparql.benchmarking.loader.util.SleepOperationLoader
-
- SmokeRunner - Class in net.sf.sparql.benchmarking.runners
-
A smoke test runner
- SmokeRunner() - Constructor for class net.sf.sparql.benchmarking.runners.SmokeRunner
-
- SoakOptions - Class in net.sf.sparql.benchmarking.options
-
Options for soak testing
- SoakOptions() - Constructor for class net.sf.sparql.benchmarking.options.SoakOptions
-
Creates new soak options
- SoakRunner - Class in net.sf.sparql.benchmarking.runners
-
A soak test runner
- SoakRunner() - Constructor for class net.sf.sparql.benchmarking.runners.SoakRunner
-
- SoakTestParallelClientManager - Class in net.sf.sparql.benchmarking.parallel.impl
-
A Callable uses to manage the running of parallel clients for multi-threaded
soak testing
- SoakTestParallelClientManager(Runner<SoakOptions>, SoakOptions) - Constructor for class net.sf.sparql.benchmarking.parallel.impl.SoakTestParallelClientManager
-
Creates a new Parallel Client Manager
- start(Runner<T>, T) - Method in class net.sf.sparql.benchmarking.monitoring.CsvProgressListener
-
Handles the started event by preparing a record of the run configuration
which will eventually be printed to the CSV file
- start(Runner<T>, T) - Method in interface net.sf.sparql.benchmarking.monitoring.ProgressListener
-
Invoked when test runs start
- start(Runner<T>, T) - Method in class net.sf.sparql.benchmarking.monitoring.StreamProgressListener
-
- start(Runner<T>, T) - Method in class net.sf.sparql.benchmarking.monitoring.XmlProgressListener
-
Handles the started event by printing run configuration to the XML file
- start() - Method in class net.sf.sparql.benchmarking.parallel.ParallelTimer
-
Starts timing
- started(T) - Method in class net.sf.sparql.benchmarking.runners.AbstractRunner
-
Informs all registered progress listeners that the run has started
- startRun() - Method in class net.sf.sparql.benchmarking.parallel.impl.BenchmarkParallelClientManager
-
- startRun() - Method in class net.sf.sparql.benchmarking.parallel.impl.SoakTestParallelClientManager
-
- startRun() - Method in class net.sf.sparql.benchmarking.parallel.impl.StressTestParallelClientManager
-
- startRun() - Method in interface net.sf.sparql.benchmarking.parallel.ParallelClientManager
-
Method that will be called by parallel clients to indicate they have
started a new run
- stop() - Method in class net.sf.sparql.benchmarking.parallel.ParallelTimer
-
Stops timing
- StreamProgressListener - Class in net.sf.sparql.benchmarking.monitoring
-
A Progress Listener that prints informational messages to a
PrintStream
- StreamProgressListener(boolean) - Constructor for class net.sf.sparql.benchmarking.monitoring.StreamProgressListener
-
Creates a Progress Listener without a stream
- StreamProgressListener() - Constructor for class net.sf.sparql.benchmarking.monitoring.StreamProgressListener
-
Creates a Progress Listener without a stream
- StreamProgressListener(PrintStream, boolean) - Constructor for class net.sf.sparql.benchmarking.monitoring.StreamProgressListener
-
Creates a new Progress Listener for the given stream
- StreamProgressListener(PrintStream) - Constructor for class net.sf.sparql.benchmarking.monitoring.StreamProgressListener
-
Creates a new Progress Listener for the given stream
- StreamProgressListener(OutputStream) - Constructor for class net.sf.sparql.benchmarking.monitoring.StreamProgressListener
-
Creates a new Progress Listener for the given stream
- StreamProgressListener(OutputStream, boolean) - Constructor for class net.sf.sparql.benchmarking.monitoring.StreamProgressListener
-
Creates a new Progress Listener for the given stream
- StressOptions - Class in net.sf.sparql.benchmarking.options
-
Options for stress testing
- StressOptions() - Constructor for class net.sf.sparql.benchmarking.options.StressOptions
-
Creates new stress options
- StressRunner - Class in net.sf.sparql.benchmarking.runners
-
A stress test runner
- StressRunner() - Constructor for class net.sf.sparql.benchmarking.runners.StressRunner
-
- StressTestParallelClientManager - Class in net.sf.sparql.benchmarking.parallel.impl
-
A Callable uses to manage the running of parallel clients for stress testing
- StressTestParallelClientManager(Runner<StressOptions>, StressOptions) - Constructor for class net.sf.sparql.benchmarking.parallel.impl.StressTestParallelClientManager
-
Creates a new Parallel Client Manager