public class DGAConfiguration extends Object
| Constructor and Description |
|---|
DGAConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static DGAConfiguration |
coalesce(DGAConfiguration... configurationsInOrder)
This method returns a new DGAConfiguration object containing the resulting coalescing activity of all provided DGAConfigurations
The order of the configurations is important -- the configuration with the lowest priority will be added first, then the second, and so on.
|
String[] |
convertToCommandLineArguments(String computationClassName) |
Map<String,String> |
getCustomArgumentProperties() |
Map<String,String> |
getGiraphProperties() |
Map<String,String> |
getSystemProperties() |
void |
setCustomProperty(String key,
String value) |
void |
setGiraphProperty(String key,
String value) |
void |
setSystemProperty(String key,
String value) |
String |
toString() |
public String[] convertToCommandLineArguments(String computationClassName)
public static DGAConfiguration coalesce(DGAConfiguration... configurationsInOrder)
configurationsInOrder - The order to apply configurations in the resulting