Annotation Type | Description |
---|---|
OnContainerStart |
Indicates that a method is capable of handling an operation on Yarn Container
when something needs to be executed.
|
YarnComponent |
Stereotype annotation indicating that a class is capable of serving as a Yarn
Container.
|
YarnEnvironment |
Annotation which indicates that a method parameter should be bound to an environment variable.
|
YarnEnvironments |
Annotation which indicates that a method parameter should be bound to the
environment variables of a container.
|
YarnParameter |
Annotation which indicates that a method parameter should be bound to a parameter.
|
YarnParameters |
Annotation which indicates that a method parameter should be bound to the
parameters of a container.
|