Spring for Apache Hadoop

org.springframework.yarn.annotation
Annotation Type YarnContainer


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Inherited
@Documented
@Component
public @interface YarnContainer

Stereotype annotation indicating that a class is capable of serving as a Yarn Container. Class annotated with this doesn't need to be an instance of YarnContainer, instead its methods will become candidates for something what needs to executed on a Hadoop Containers.

Author:
Janne Valkealahti

Optional Element Summary
 java.lang.String value
          The value may indicate a suggestion for a logical component name, to be turned into a Spring bean in case of an auto-detected component.
 

value

public abstract java.lang.String value
The value may indicate a suggestion for a logical component name, to be turned into a Spring bean in case of an auto-detected component.

Returns:
the suggested component name, if any
Default:
""

Spring for Apache Hadoop