| Package | Description |
|---|---|
| org.apache.giraph.scripting |
Scripting with Giraph.
|
| Modifier and Type | Method and Description |
|---|---|
DeployType |
DeployedScript.getDeployType() |
static DeployType |
DeployType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeployType[] |
DeployType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.