Class OStressTesterCommandLineParser
java.lang.Object
com.orientechnologies.orient.stresstest.OStressTesterCommandLineParser
This is the parser of the command line arguments passed with the invocation of OStressTester. It
contains a static method that - given the arguments - returns a OStressTester object.
- Author:
- Andrea Iacono
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OStressTestergetStressTester(String[] args) builds a StressTester object using the command line arguments
-
Field Details
-
TEMP_DATABASE_NAME
- See Also:
-
CONSOLE_REMOTE_PASSWORD_PROMPT
- See Also:
-
OPTION_CONCURRENCY
- See Also:
-
OPTION_MODE
- See Also:
-
OPTION_WORKLOAD
- See Also:
-
OPTION_TRANSACTIONS
- See Also:
-
OPTION_DELAY
- See Also:
-
OPTION_KEEP_DATABASE_AFTER_TEST
- See Also:
-
OPTION_OUTPUT_FILE
- See Also:
-
OPTION_PLOCAL_PATH
- See Also:
-
OPTION_LOAD_BALANCING
- See Also:
-
OPTION_DBNAME
- See Also:
-
OPTION_CHECK_DATABASE
- See Also:
-
OPTION_ROOT_PASSWORD
- See Also:
-
ERROR_OPENING_CONSOLE
- See Also:
-
OPTION_REMOTE_IP
- See Also:
-
OPTION_HA_METRICS
- See Also:
-
COMMAND_LINE_PARSER_MISSING_REMOTE_IP
-
OPTION_REMOTE_PORT
- See Also:
-
MAIN_OPTIONS
- See Also:
-
SYNTAX
- See Also:
-
-
Constructor Details
-
OStressTesterCommandLineParser
public OStressTesterCommandLineParser()
-
-
Method Details
-
getStressTester
builds a StressTester object using the command line arguments- Parameters:
args-- Returns:
- Throws:
Exception
-