org.springframework.yarn.boot.app
Class YarnBootClientInfoApplication

java.lang.Object
  extended by org.springframework.yarn.boot.app.YarnBootClientInfoApplication

public class YarnBootClientInfoApplication
extends Object

Generic Spring Yarn Boot application handling reporting.

Author:
Janne Valkealahti

Nested Class Summary
static class YarnBootClientInfoApplication.Operation
           
static class YarnBootClientInfoApplication.OperationProperties
           
 
Constructor Summary
YarnBootClientInfoApplication()
           
 
Method Summary
 String info(String id, String[] profiles, Properties properties, Configuration configuration, String[] args)
           
static void main(String[] args)
           
 String run(String... args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YarnBootClientInfoApplication

public YarnBootClientInfoApplication()
Method Detail

info

public String info(String id,
                   String[] profiles,
                   Properties properties,
                   Configuration configuration,
                   String[] args)

run

public String run(String... args)

main

public static void main(String[] args)