org.springframework.yarn.container
Class SimpleContainerRunner
java.lang.Object
org.springframework.yarn.container.SimpleContainerRunner
- All Implemented Interfaces:
- ContainerRunner
public class SimpleContainerRunner
- extends Object
- implements ContainerRunner
Default implementation of ContainerRunner.
- Author:
- Janne Valkealahti
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleContainerRunner
public SimpleContainerRunner()
- Instantiates a new simple container runner.
run
public void run(YarnContainer container)
- Description copied from interface:
ContainerRunner
- Run
YarnContainer.
- Specified by:
run in interface ContainerRunner
- Parameters:
container - the Yarn container