
prerna.cluster.util.DeleteStorageRunner Maven / Gradle / Ivy
The newest version!
//package prerna.cluster.util;
//
//public class DeleteStorageRunner implements Runnable {
//
// private final String storageId;
//
// public DeleteStorageRunner(String storageId) {
// this.storageId = storageId;
// }
//
// @Override
// public void run() {
// try {
// ClusterUtil.deleteStorage(storageId);
// } catch (Exception e) {
// classLogger.error(Constants.STACKTRACE, e);
// }
// }
//
//}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy