Spring for Apache Hadoop

org.springframework.yarn.container
Interface YarnContainerRuntimeProcessor<T>

Type Parameters:
T -
All Known Implementing Classes:
MethodInvokingYarnContainerRuntimeProcessor

public interface YarnContainerRuntimeProcessor<T>

Defines a strategy of processing a container and returning some Object (or null).

Author:
Janne Valkealahti

Method Summary
 T process(YarnContainerRuntime yarnContainerRuntime)
          Process the container based on information available from YarnContainerRuntime.
 

Method Detail

process

T process(YarnContainerRuntime yarnContainerRuntime)
Process the container based on information available from YarnContainerRuntime.

Parameters:
yarnContainerRuntime - the yarn container runtime
Returns:
the result

Spring for Apache Hadoop