| Interface | Description |
|---|---|
| ExitCodeProvider |
Get the exit code of an exception.
|
| IrqHandler.Interrupted |
Callback on interruption
|
| LauncherExitCodes | |
| RunService |
An interface which services can implement to have their
execution managed by the ServiceLauncher.
|
| Class | Description |
|---|---|
| IrqHandler |
This class bundles up all the compiler warnings about abuse of sun.misc
interrupt handling code
into one place.
|
| IrqHandler.InterruptData |
Interrupt data to pass on.
|
| ServiceLauncher<S extends org.apache.hadoop.service.Service> |
A class to launch any service by name.
|
| ServiceShutdownHook |
JVM Shutdown hook for Service which will stop the
Service gracefully in case of JVM shutdown.
|
| Exception | Description |
|---|---|
| ServiceLaunchException |
A service launch exception that includes an exit code;
when caught by the ServiceLauncher, it will convert that
into a process exit code.
|
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.