|
Spring for Apache Hadoop | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.yarn.container.ContainerHandler
public class ContainerHandler
Handler for a common object representing something to be run.
This is usually used when a plain pojo is configured with @YarnContainer
and @OnYarnContainerStart annotations.
| Constructor Summary | |
|---|---|
ContainerHandler(java.lang.Object target,
java.lang.reflect.Method method)
Instantiates a new container handler. |
|
| Method Summary | |
|---|---|
void |
handle()
Handle and run method associated with a bean target. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContainerHandler(java.lang.Object target,
java.lang.reflect.Method method)
target - the target beanmethod - the target method| Method Detail |
|---|
public void handle()
|
Spring for Apache Hadoop | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||