Uses of Enum
com.amazonaws.services.elasticmapreduce.util.BootstrapActions.Daemon
Packages that use BootstrapActions.Daemon
-
Uses of BootstrapActions.Daemon in com.amazonaws.services.elasticmapreduce.util
Methods in com.amazonaws.services.elasticmapreduce.util that return BootstrapActions.DaemonModifier and TypeMethodDescriptionstatic BootstrapActions.Daemon
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.DaemonModifier and TypeMethodDescriptionBootstrapActions.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.