|
Spring for Apache Hadoop | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@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.
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. |
public abstract java.lang.String value
|
Spring for Apache Hadoop | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |