Spring for Apache Hadoop

org.springframework.data.hadoop
Class HadoopSystemConstants

java.lang.Object
  extended by org.springframework.data.hadoop.HadoopSystemConstants

public abstract class HadoopSystemConstants
extends java.lang.Object

Various constants throughout the Spring Hadoop libraries.

Author:
Janne Valkealahti

Field Summary
static java.lang.String DEFAULT_ID_RESOURCE_LOADER
           
static java.lang.String DEFAULT_ID_RESOURCE_LOADER_REGISTRAR
           
 
Constructor Summary
HadoopSystemConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_ID_RESOURCE_LOADER

public static final java.lang.String DEFAULT_ID_RESOURCE_LOADER
See Also:
Constant Field Values

DEFAULT_ID_RESOURCE_LOADER_REGISTRAR

public static final java.lang.String DEFAULT_ID_RESOURCE_LOADER_REGISTRAR
See Also:
Constant Field Values
Constructor Detail

HadoopSystemConstants

public HadoopSystemConstants()

Spring for Apache Hadoop