
org.apache.whirr.service.storm.BaseClusterActionHandler Maven / Gradle / Ivy
The newest version!
package org.apache.whirr.service.storm;
import org.apache.whirr.service.ClusterActionHandlerSupport;
public class BaseClusterActionHandler extends ClusterActionHandlerSupport {
@Override
public String getRole() {
return "default";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy