org.springframework.yarn.container
Interface YarnContainerRuntime

All Known Implementing Classes:
AbstractYarnContainer, DefaultYarnContainer

public interface YarnContainerRuntime

A generic runtime representation of a container.

Author:
Janne Valkealahti

Method Summary
 Map<String,String> getEnvironment()
          Gets the environment.
 Properties getParameters()
          Gets the parameters.
 

Method Detail

getEnvironment

Map<String,String> getEnvironment()
Gets the environment.

Returns:
the environment

getParameters

Properties getParameters()
Gets the parameters.

Returns:
the parameters