Package | Description |
---|---|
org.apache.giraph.conf |
Package of Giraph configuration related things.
|
org.apache.giraph.graph |
Package of all the graph related objects, built on the
org.apache.bsp package.
|
org.apache.giraph.scripting |
Scripting with Giraph.
|
Modifier and Type | Field and Description |
---|---|
static EnumConfOption<Language> |
GiraphConstants.COMPUTATION_LANGUAGE
Which language computation is implemented in
|
static PerGraphTypeEnumConfOption<Language> |
GiraphConstants.GRAPH_TYPE_LANGUAGES
Language user's graph types are implemented in
|
Modifier and Type | Method and Description |
---|---|
PerGraphTypeEnum<Language> |
ImmutableClassesGiraphConfiguration.getValueLanguages() |
Modifier and Type | Method and Description |
---|---|
static Language |
Language.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Language[] |
Language.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Language |
DeployedScript.getLanguage() |
Modifier and Type | Method and Description |
---|---|
static void |
ScriptLoader.addScriptToLoad(org.apache.hadoop.conf.Configuration conf,
String script,
DeployType deployType,
Language language)
Add a script to load on workers
|
static void |
ScriptLoader.setScriptsToLoad(org.apache.hadoop.conf.Configuration conf,
String scriptPath,
DeployType deployType,
Language language)
Deploy a script
|
static void |
ScriptLoader.setScriptsToLoad(org.apache.hadoop.conf.Configuration conf,
String script1,
DeployType deployType1,
Language language1,
String script2,
DeployType deployType2,
Language language2)
Deploy pair of scripts
|
Constructor and Description |
---|
DeployedScript(String path,
DeployType deployType,
Language language)
Constructor
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.