public class ControllerRunner extends AbstractRunner
Modifier and Type | Field and Description |
---|---|
static String |
DISTRIBUTED_PROP |
static String |
HILL_CLIMB |
static String |
HILL_CLIMBER_CONSUMPTION_TO_PRODUCTION_RATIO_SUCCESS_THRESHOLD |
static String |
HILL_CLIMBER_MAX_NUMBER_OF_RUNS |
static String |
HILL_CLIMBER_MINIMUM_DELTA |
static String |
HILL_CLIMBER_PRODUCTION_TO_TARGET_RATIO_SUCCESS_THRESHOLD |
static String |
HILL_CLIMBER_START_TARGET_RATE |
static String |
OUTPUT_DIR_PROP |
static String |
RUN_ID |
static String |
TEST_CONFIG_PROP |
static String |
WRITE_TO_DB |
JNDI_CONFIG_DEFAULT, JNDI_CONFIG_PROP
Constructor and Description |
---|
ControllerRunner() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
void |
runController() |
getCliOptions, getContext, getJndiConfig, parseArgumentsIntoConfig
public static final String TEST_CONFIG_PROP
public static final String DISTRIBUTED_PROP
public static final String OUTPUT_DIR_PROP
public static final String WRITE_TO_DB
public static final String RUN_ID
public static final String HILL_CLIMB
public static final String HILL_CLIMBER_MAX_NUMBER_OF_RUNS
public static final String HILL_CLIMBER_START_TARGET_RATE
public static final String HILL_CLIMBER_PRODUCTION_TO_TARGET_RATIO_SUCCESS_THRESHOLD
public static final String HILL_CLIMBER_CONSUMPTION_TO_PRODUCTION_RATIO_SUCCESS_THRESHOLD
public static final String HILL_CLIMBER_MINIMUM_DELTA
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.