@Configuration
@EnableAutoConfiguration(exclude={org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration.class,org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.class,org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration.class,org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration.class})
public class YarnKillApplication
extends AbstractClientApplication<YarnKillApplication>
| Modifier and Type | Class and Description |
|---|---|
static class |
YarnKillApplication.OperationProperties |
applicationBaseDir, applicationVersion, appProperties, profiles, sources| Constructor and Description |
|---|
YarnKillApplication() |
| Modifier and Type | Method and Description |
|---|---|
protected YarnKillApplication |
getThis()
Gets the instance of this defined by a sub-class.
|
java.lang.String |
run() |
java.lang.String |
run(java.lang.String... args) |
applicationBaseDir, applicationVersion, appProperties, profiles, sourcespublic java.lang.String run()
public java.lang.String run(java.lang.String... args)
protected YarnKillApplication getThis()
AbstractClientApplicationgetThis in class AbstractClientApplication<YarnKillApplication>