org.springframework.yarn.boot.app
Class YarnKillApplication
java.lang.Object
org.springframework.yarn.boot.app.AbstractClientApplication<YarnKillApplication>
org.springframework.yarn.boot.app.YarnKillApplication
@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>
Generic Spring Boot client application used to kill Spring Yarn Boot based apps.
- Author:
- Janne Valkealahti
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
YarnKillApplication
public YarnKillApplication()
run
public String run()
run
public String run(String... args)
getThis
protected YarnKillApplication getThis()
- Description copied from class:
AbstractClientApplication
- Gets the instance of this defined by a sub-class. Needed for methods in
this abstract class to be able to return correct type for method
chaining.
- Specified by:
getThis in class AbstractClientApplication<YarnKillApplication>
- Returns:
- the this instance