Package | Description |
---|---|
org.apache.hadoop.util |
Common utilities.
|
Modifier and Type | Method and Description |
---|---|
static ExitUtil.HaltException |
ExitUtil.getFirstHaltException() |
Modifier and Type | Method and Description |
---|---|
static void |
ExitUtil.halt(int status)
Forcibly terminates the currently running Java virtual machine.
|
static void |
ExitUtil.halt(int status,
String msg)
Forcibly terminates the currently running Java virtual machine.
|
static void |
ExitUtil.halt(int status,
Throwable t)
Forcibly terminates the currently running Java virtual machine.
|
Copyright © 2013 Apache Software Foundation. All rights reserved.