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
          Default bean id for resource loader.
static java.lang.String DEFAULT_ID_RESOURCE_LOADER_REGISTRAR
          Default bean id for 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
Default bean id for resource loader.

See Also:
Constant Field Values

DEFAULT_ID_RESOURCE_LOADER_REGISTRAR

public static final java.lang.String DEFAULT_ID_RESOURCE_LOADER_REGISTRAR
Default bean id for resource loader registrar.

See Also:
Constant Field Values
Constructor Detail

HadoopSystemConstants

public HadoopSystemConstants()

Spring for Apache Hadoop