|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.elasticmapreduce.util.BootstrapActions.ConfigureDaemons
public class BootstrapActions.ConfigureDaemons
| Method Summary | |
|---|---|
BootstrapActionConfig |
build()
Returns an object which can be used in a RunJobflow call. |
BootstrapActions.ConfigureDaemons |
withHeapSize(BootstrapActions.Daemon daemon,
int megabytes)
Set the heap size of a daemon. |
BootstrapActions.ConfigureDaemons |
withOpts(BootstrapActions.Daemon daemon,
String opts)
Specify additional Java opts to be included when the daemon starts. |
BootstrapActions.ConfigureDaemons |
withReplace(boolean replace)
Replace the existing hadoop-user-env.sh file if it exists. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public BootstrapActions.ConfigureDaemons withHeapSize(BootstrapActions.Daemon daemon,
int megabytes)
daemon - The deamon to configure.megabytes - The requested heap size of the daemon.
public BootstrapActions.ConfigureDaemons withOpts(BootstrapActions.Daemon daemon,
String opts)
daemon - The daemon to add opts to.opts - Additional Java command line arguments.
public BootstrapActions.ConfigureDaemons withReplace(boolean replace)
replace - whether the file should be replaced.
public BootstrapActionConfig build()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||