@Target(value=TYPE)
@Retention(value=RUNTIME)
@Inherited
@Documented
@Component
public @interface YarnComponent
YarnContainer
, instead its
methods will become candidates for something what needs to executed
on a Hadoop Containers.Modifier and Type | Optional Element and Description |
---|---|
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.
|