public class OStressTesterCommandLineParser extends Object
Modifier and Type | Field and Description |
---|---|
static String |
COMMAND_LINE_PARSER_MISSING_REMOTE_IP |
static String |
CONSOLE_REMOTE_PASSWORD_PROMPT |
static String |
ERROR_OPENING_CONSOLE |
static String |
MAIN_OPTIONS |
static String |
OPTION_CHECK_DATABASE |
static String |
OPTION_CONCURRENCY |
static String |
OPTION_DBNAME |
static String |
OPTION_DELAY |
static String |
OPTION_HA_METRICS |
static String |
OPTION_KEEP_DATABASE_AFTER_TEST |
static String |
OPTION_LOAD_BALANCING |
static String |
OPTION_MODE |
static String |
OPTION_OUTPUT_FILE |
static String |
OPTION_PLOCAL_PATH |
static String |
OPTION_REMOTE_IP |
static String |
OPTION_REMOTE_PORT |
static String |
OPTION_ROOT_PASSWORD |
static String |
OPTION_TRANSACTIONS |
static String |
OPTION_WORKLOAD |
static String |
SYNTAX |
static String |
TEMP_DATABASE_NAME |
Constructor and Description |
---|
OStressTesterCommandLineParser() |
Modifier and Type | Method and Description |
---|---|
static OStressTester |
getStressTester(String[] args)
builds a StressTester object using the command line arguments
|
public static final String TEMP_DATABASE_NAME
public static final String CONSOLE_REMOTE_PASSWORD_PROMPT
public static final String OPTION_CONCURRENCY
public static final String OPTION_MODE
public static final String OPTION_WORKLOAD
public static final String OPTION_TRANSACTIONS
public static final String OPTION_DELAY
public static final String OPTION_KEEP_DATABASE_AFTER_TEST
public static final String OPTION_OUTPUT_FILE
public static final String OPTION_PLOCAL_PATH
public static final String OPTION_LOAD_BALANCING
public static final String OPTION_DBNAME
public static final String OPTION_CHECK_DATABASE
public static final String OPTION_ROOT_PASSWORD
public static final String ERROR_OPENING_CONSOLE
public static final String OPTION_REMOTE_IP
public static final String OPTION_HA_METRICS
public static final String COMMAND_LINE_PARSER_MISSING_REMOTE_IP
public static final String OPTION_REMOTE_PORT
public static final String MAIN_OPTIONS
public static final String SYNTAX
public static OStressTester getStressTester(String[] args) throws Exception
args
- Exception
Copyright © 2009–2020 OrientDB. All rights reserved.