Uses of Class
org.apache.hadoop.util.ExitUtil.HaltException
Packages that use ExitUtil.HaltException
-
Uses of ExitUtil.HaltException in org.apache.hadoop.util
Methods in org.apache.hadoop.util that return ExitUtil.HaltExceptionMethods in org.apache.hadoop.util with parameters of type ExitUtil.HaltExceptionModifier and TypeMethodDescriptionstatic voidExitUtil.halt(ExitUtil.HaltException he) Halts the JVM if halt is enabled, rethrow provided exception or any raised error otherwise.Methods in org.apache.hadoop.util that throw ExitUtil.HaltExceptionModifier and TypeMethodDescriptionstatic voidExitUtil.halt(int status) Forcibly terminates the currently running Java virtual machine.static voidForcibly terminates the currently running Java virtual machine.static voidForcibly terminates the currently running Java virtual machine.static voidExitUtil.halt(ExitUtil.HaltException he) Halts the JVM if halt is enabled, rethrow provided exception or any raised error otherwise.