Spring for Apache Hadoop

org.springframework.data.hadoop.store
Class StoreSystemConstants

java.lang.Object
  extended by org.springframework.data.hadoop.store.StoreSystemConstants

public abstract class StoreSystemConstants
extends java.lang.Object

Various constants throughout the store package.

Author:
Janne Valkealahti

Field Summary
static java.lang.String DEFAULT_ID_EVENT_PUBLISHER
          Default bean id for store event publisher.
 
Constructor Summary
StoreSystemConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_ID_EVENT_PUBLISHER

public static final java.lang.String DEFAULT_ID_EVENT_PUBLISHER
Default bean id for store event publisher.

See Also:
Constant Field Values
Constructor Detail

StoreSystemConstants

public StoreSystemConstants()

Spring for Apache Hadoop