Spring for Apache Hadoop

org.springframework.yarn.boot.app
Class YarnKillApplication

java.lang.Object
  extended by org.springframework.yarn.boot.app.AbstractClientApplication<YarnKillApplication>
      extended by 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

Nested Class Summary
static class YarnKillApplication.OperationProperties
           
 
Field Summary
 
Fields inherited from class org.springframework.yarn.boot.app.AbstractClientApplication
applicationBaseDir, applicationVersion, appProperties, profiles, sources
 
Constructor Summary
YarnKillApplication()
           
 
Method Summary
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)
           
 
Methods inherited from class org.springframework.yarn.boot.app.AbstractClientApplication
applicationBaseDir, applicationVersion, appProperties, profiles, sources
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YarnKillApplication

public YarnKillApplication()
Method Detail

run

public java.lang.String run()

run

public java.lang.String run(java.lang.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

Spring for Apache Hadoop