
org.apache.hadoop.util.ShutdownHookManagerProxy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bboss-datatran-hbase Show documentation
Show all versions of bboss-datatran-hbase Show documentation
bboss etl,datastream,Elasticsearch/Opensearch Client with restful and java api without elasticsearch jar dependended.
The newest version!
package org.apache.hadoop.util;
public class ShutdownHookManagerProxy {
public void destroy() throws Exception {
ShutdownHookManager.get().getShutdownHooksInOrder();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy