| Package | Description |
|---|---|
| org.apache.hadoop.util |
Common utilities.
|
| Modifier and Type | Method | Description |
|---|---|---|
static ExitUtil.HaltException |
ExitUtil.getFirstHaltException() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
ExitUtil.halt(ExitUtil.HaltException he) |
Halts the JVM if halt is enabled, rethrow provided exception or any raised error otherwise.
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
ExitUtil.halt(int status) |
Forcibly terminates the currently running Java virtual machine.
|
static void |
ExitUtil.halt(int status,
java.lang.String message) |
Forcibly terminates the currently running Java virtual machine.
|
static void |
ExitUtil.halt(int status,
java.lang.Throwable t) |
Forcibly terminates the currently running Java virtual machine.
|
static void |
ExitUtil.halt(ExitUtil.HaltException he) |
Halts the JVM if halt is enabled, rethrow provided exception or any raised error otherwise.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.