Uses of Class
com.amazonaws.services.elasticmapreduce.util.BootstrapActions.Daemon
-
Packages that use BootstrapActions.Daemon Package Description com.amazonaws.services.elasticmapreduce.util -
-
Uses of BootstrapActions.Daemon in com.amazonaws.services.elasticmapreduce.util
Methods in com.amazonaws.services.elasticmapreduce.util that return BootstrapActions.Daemon Modifier and Type Method 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.Methods in com.amazonaws.services.elasticmapreduce.util with parameters of type BootstrapActions.Daemon Modifier and Type Method 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.
-