Package | Description |
---|---|
org.apache.hadoop.hdfs.server.namenode | |
org.apache.hadoop.util |
Common utilities.
|
Modifier and Type | Method and Description |
---|---|
protected void |
NameNode.doImmediateShutdown(Throwable t)
Shutdown the NN immediately in an ungraceful way.
|
Modifier and Type | Method and Description |
---|---|
static ExitUtil.ExitException |
ExitUtil.getFirstExitException() |
Modifier and Type | Method and Description |
---|---|
static void |
ExitUtil.terminate(int status)
Like
ExitUtil.terminate(int, String) without a message. |
static void |
ExitUtil.terminate(int status,
String msg)
Terminate the current process.
|
static void |
ExitUtil.terminate(int status,
Throwable t)
Like
ExitUtil.terminate(int, String) but uses the given throwable to
initialize the ExitException. |
Copyright © 2013 Apache Software Foundation. All rights reserved.