Spring for Apache Hadoop

org.springframework.yarn.listener
Interface AppmasterStateListener

All Known Implementing Classes:
CompositeAppmasterStateListener

public interface AppmasterStateListener

Interface used for appmaster to notify its state.

Author:
Janne Valkealahti

Nested Class Summary
static class AppmasterStateListener.AppmasterState
          Enum for appmaster states
 
Method Summary
 void state(AppmasterStateListener.AppmasterState state)
          Invoked when appmaster state is changing.
 

Method Detail

state

void state(AppmasterStateListener.AppmasterState state)
Invoked when appmaster state is changing.

Parameters:
state - the AppmasterStateListener.AppmasterState

Spring for Apache Hadoop