org.apache.hive.service
Class CompositeService.CompositeServiceShutdownHook
java.lang.Object
org.apache.hive.service.CompositeService.CompositeServiceShutdownHook
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- CompositeService
public static class CompositeService.CompositeServiceShutdownHook
- extends Object
- implements Runnable
JVM Shutdown hook for CompositeService which will stop the given
CompositeService gracefully in case of JVM shutdown.
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeService.CompositeServiceShutdownHook
public CompositeService.CompositeServiceShutdownHook(CompositeService compositeService)
run
public void run()
- Specified by:
run
in interface Runnable
Copyright © 2013 The Apache Software Foundation