Spring for Apache Hadoop

org.springframework.yarn.batch.repository.bindings
Class ExecutionContextType

java.lang.Object
  extended by org.springframework.yarn.integration.ip.mind.binding.BaseObject
      extended by org.springframework.yarn.batch.repository.bindings.ExecutionContextType

public class ExecutionContextType
extends BaseObject

Binding for ExecutionContext. We need to do a trick to also store clazz type of objects in a map because otherwise json desirialization may take wrong type i.e. between Integer and Long.

Author:
Janne Valkealahti

Nested Class Summary
static class ExecutionContextType.ObjectEntry
           
 
Field Summary
 java.util.Map<java.lang.String,ExecutionContextType.ObjectEntry> map
           
 
Fields inherited from class org.springframework.yarn.integration.ip.mind.binding.BaseObject
type
 
Constructor Summary
ExecutionContextType()
           
 
Method Summary
 
Methods inherited from class org.springframework.yarn.integration.ip.mind.binding.BaseObject
getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

map

public java.util.Map<java.lang.String,ExecutionContextType.ObjectEntry> map
Constructor Detail

ExecutionContextType

public ExecutionContextType()

Spring for Apache Hadoop