Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.util |
Modifier and Type | Method and Description |
---|---|
static BootstrapActions.Daemon |
BootstrapActions.Daemon.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BootstrapActions.Daemon[] |
BootstrapActions.Daemon.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BootstrapActions.ConfigureDaemons |
BootstrapActions.ConfigureDaemons.withHeapSize(BootstrapActions.Daemon daemon,
int megabytes)
Set the heap size of a daemon.
|
BootstrapActions.ConfigureDaemons |
BootstrapActions.ConfigureDaemons.withOpts(BootstrapActions.Daemon daemon,
String opts)
Specify additional Java opts to be included when the daemon starts.
|
Copyright © 2014. All rights reserved.