protected class SAILGASRunner.SAILOptionData extends GASRunnerBase.OptionData
analyticClass, DEFAULT_NRUNS, DEFAULT_NSAMPLES, DEFAULT_NTHREADS, DEFAULT_SEED, loadSet, nruns, nsamples, nthreads, propertyFile, r, schedulerClassOverride, seed
Modifier | Constructor and Description |
---|---|
protected |
SAILGASRunner.SAILOptionData() |
Modifier and Type | Method and Description |
---|---|
boolean |
handleArg(AtomicInteger i,
String[] args)
Return
true iff one or more arguments can be parsed
starting at the specified index. |
void |
init()
Initialize any resources, including the connection to the backend.
|
void |
report(StringBuilder sb)
Extension hook for reporting at the end of the test run.
|
void |
shutdown()
Shutdown any resources, including the connection to the backend.
|
usage
public void init() throws Exception
GASRunnerBase.OptionData
init
in class GASRunnerBase.OptionData
Exception
public void shutdown()
GASRunnerBase.OptionData
Note: This method must be safe. It may be called if GASRunnerBase.OptionData.init()
fails. It may be called more than once.
shutdown
in class GASRunnerBase.OptionData
public boolean handleArg(AtomicInteger i, String[] args)
GASRunnerBase.OptionData
true
iff one or more arguments can be parsed
starting at the specified index.handleArg
in class GASRunnerBase.OptionData
i
- The index into the arguments.args
- The arguments.true
iff any arguments were recognized.public void report(StringBuilder sb)
GASRunnerBase.OptionData
report
in class GASRunnerBase.OptionData
sb
- A buffer into which more information may be appended.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.