Package | Description |
---|---|
edu.rice.hj.runtime.config |
The base package for the habanero-java runtime configuration.
|
Modifier and Type | Method and Description |
---|---|
static HjSystemProperty |
HjSystemProperty.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HjSystemProperty[] |
HjSystemProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
HjConfiguration.readBooleanProperty(HjSystemProperty hjSystemProperty)
readBooleanProperty.
|
static int |
HjConfiguration.readIntProperty(HjSystemProperty hjSystemProperty)
readIntProperty.
|
static String |
HjConfiguration.readStringProperty(HjSystemProperty hjSystemProperty)
readStringProperty.
|
static void |
HjSystemProperty.setSystemProperty(HjSystemProperty hjSystemProperty,
Object value)
Helper method to set the property used by the Habanero runtime during initialization.
|
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.