Class NBCLIOptions
java.lang.Object
io.nosqlbench.engine.cli.NBCLIOptions
No CLI parser lib is useful for command structures, it seems. So we have this instead, which is
good enough. If something better is needed later, this can be replaced.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidString[]String[]intintintbooleanbooleanbooleanbooleanbooleanvoidsetHistoLoggerConfigs(String pattern, String file, String interval) voidsetWantsStackTraces(boolean wantsStackTraces) booleanbooleanbooleanbooleanlongString[]booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanboolean
-
Field Details
-
ARGS_FILE_DEFAULT
- See Also:
-
-
Constructor Details
-
NBCLIOptions
-
-
Method Details
-
wantsLoggedMetrics
public boolean wantsLoggedMetrics() -
isWantsListApps
public boolean isWantsListApps() -
getWantsListCommands
public boolean getWantsListCommands() -
getAnnotatorsConfig
-
getLabelMap
-
getChartHdrFileName
-
getReportSummaryTo
-
setWantsStackTraces
public void setWantsStackTraces(boolean wantsStackTraces) -
isEnableAnsi
public boolean isEnableAnsi() -
getLogfileLoggingPattern
-
getGraphiteLogLevel
-
isDedicatedVerificationLogger
public boolean isDedicatedVerificationLogger() -
enableDedicatedVerificationLogger
public void enableDedicatedVerificationLogger() -
getAnnotateLabelSpec
-
getMetricsLabelSpec
-
getLabels
-
wantsToCatResource
public boolean wantsToCatResource() -
getPrompushApikeyfile
-
wantsIncludes
-
getHistoLoggerConfigs
-
getStatsLoggerConfigs
-
getClassicHistoConfigs
-
allowMinMaturity
-
getAdvisor
-
getCommands
-
wantsShowScript
public boolean wantsShowScript() -
wantsCompileScript
public boolean wantsCompileScript() -
wantsVersionCoords
public boolean wantsVersionCoords() -
isWantsVersionShort
public boolean isWantsVersionShort() -
wantsActivityTypes
public boolean wantsActivityTypes() -
wantsHeartbeatIntervalMs
public long wantsHeartbeatIntervalMs() -
wantsTopicalHelp
public boolean wantsTopicalHelp() -
wantsStackTraces
public boolean wantsStackTraces() -
wantsTopicalHelpFor
-
wantsBasicHelp
public boolean wantsBasicHelp() -
wantsEnableChart
public boolean wantsEnableChart() -
getReportInterval
public int getReportInterval() -
wantsReportGraphiteTo
-
wantsReportPromPushTo
-
wantsMetricsPrefix
-
wantsMetricsForActivity
-
getSessionName
-
getConsoleLogLevel
-
wantsToUseNBIOCache
public boolean wantsToUseNBIOCache() -
wantsNbioCacheForceUpdate
public boolean wantsNbioCacheForceUpdate() -
wantsNbioCacheVerify
public boolean wantsNbioCacheVerify() -
getNbioCacheDir
-
getNbioCacheMaxRetries
-
getHdrDigits
public int getHdrDigits() -
getProgressSpec
-
wantsReportCsvTo
-
wantsReportSqliteTo
-
getLogsDirectory
-
getLogsMax
public int getLogsMax() -
getScenarioLogLevel
-
wantsInputTypes
public boolean wantsInputTypes() -
getScriptFile
-
wantsMarkerTypes
public boolean wantsMarkerTypes() -
wantsToDumpCyclelog
public boolean wantsToDumpCyclelog() -
wantsToImportCycleLog
public boolean wantsToImportCycleLog() -
getCyclelogImportOptions
-
getCycleLogExporterOptions
-
getConsoleLoggingPattern
-
getLogLevelOverrides
-
setHistoLoggerConfigs
-
wantsScenariosList
public boolean wantsScenariosList() -
wantsListScripts
public boolean wantsListScripts() -
wantsToCopyResource
public boolean wantsToCopyResource() -
wantsToCopyResourceNamed
-
wantsToCatResourceNamed
-
wantsWorkloadsList
public boolean wantsWorkloadsList()
-