Uses of Interface
org.apache.hadoop.service.launcher.IrqHandler.Interrupted
Packages that use IrqHandler.Interrupted
Package
Description
This package contains classes, interfaces and exceptions to launch
YARN services from the command line.
-
Uses of IrqHandler.Interrupted in org.apache.hadoop.service.launcher
Classes in org.apache.hadoop.service.launcher that implement IrqHandler.InterruptedModifier and TypeClassDescriptionclassHandles interrupts by shutting down a service, escalating if the service does not shut down in time, or when other interrupts are received.Constructors in org.apache.hadoop.service.launcher with parameters of type IrqHandler.InterruptedModifierConstructorDescriptionIrqHandler(String name, IrqHandler.Interrupted handler) Create an IRQ handler bound to the specific interrupt.