Spring for Apache Hadoop

org.springframework.yarn.listener
Interface ContainerStateListener

All Known Implementing Classes:
CompositeContainerStateListener

public interface ContainerStateListener

Interface used for container to notify its state.

Author:
Janne Valkealahti

Nested Class Summary
static class ContainerStateListener.ContainerState
          Enum for container states
 
Method Summary
 void state(ContainerStateListener.ContainerState state)
          Invoked when container state is changing.
 

Method Detail

state

void state(ContainerStateListener.ContainerState state)
Invoked when container state is changing.

Parameters:
state - the ContainerStateListener.ContainerState

Spring for Apache Hadoop