public final class HjConfiguration extends Object
HjConfiguration class.
Modifier and Type | Field and Description |
---|---|
static boolean |
ABSTRACT_EXECUTION_GRAPH
Flag to control abstract metrics execution graph display
|
static boolean |
ABSTRACT_EXECUTION_STATS
Flag to control abstract metrics mode
|
static boolean |
ABSTRACT_SPEED_UP_GRAPH
Flag to control abstract metrics execution graph display
|
static String |
BUILD_INFO
Flag to control abstract metrics execution graph display
|
static boolean |
EVENT_LOGGING
Flag to control event logging
|
static boolean |
NB_TASK_EXEC_BEFORE_BLOCKING
Flag to control optimization of non-blocking task execution before blocking worker threads
|
static int |
PHASER_BUSY_WAIT_VALUE
Default configured value for busy wait limit
|
static boolean |
SHOW_RUNTIME_STATS
Flag to control abstract metrics execution graph display
|
static boolean |
showWarning
Flag to control display of warning messages
|
static boolean |
TRACK_DEADLOCKS
Flag to control tracking deadlocks mode
|
Modifier and Type | Method and Description |
---|---|
static void |
finalizeRuntime()
finalizeRuntime.
|
static void |
initializeRuntime()
initializeRuntime.
|
static void |
printConfiguredOptions()
printConfiguredOptions.
|
static boolean |
readBooleanProperty(HjSystemProperty hjSystemProperty)
readBooleanProperty.
|
static int |
readIntProperty(HjSystemProperty hjSystemProperty)
readIntProperty.
|
static String |
readStringProperty(HjSystemProperty hjSystemProperty)
readStringProperty.
|
static HjRuntime |
runtime()
runtime.
|
protected static boolean |
runtimeStarted() |
public static boolean showWarning
public static int PHASER_BUSY_WAIT_VALUE
public static boolean TRACK_DEADLOCKS
public static boolean ABSTRACT_EXECUTION_STATS
public static boolean ABSTRACT_EXECUTION_GRAPH
public static boolean ABSTRACT_SPEED_UP_GRAPH
public static boolean EVENT_LOGGING
public static boolean SHOW_RUNTIME_STATS
public static boolean NB_TASK_EXEC_BEFORE_BLOCKING
public static String BUILD_INFO
public static void initializeRuntime()
initializeRuntime.
public static boolean readBooleanProperty(HjSystemProperty hjSystemProperty)
readBooleanProperty.
hjSystemProperty
- The option whose value to return as an int.public static void printConfiguredOptions()
printConfiguredOptions.
public static int readIntProperty(HjSystemProperty hjSystemProperty)
readIntProperty.
hjSystemProperty
- The option whose value to return as an int.public static void finalizeRuntime()
finalizeRuntime.
public static HjRuntime runtime()
runtime.
protected static boolean runtimeStarted()
public static String readStringProperty(HjSystemProperty hjSystemProperty)
readStringProperty.
hjSystemProperty
- The option whose value to return as a string.Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.