org.springframework.data.hadoop.store
Class StoreSystemConstants

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

public abstract class StoreSystemConstants
extends Object

Various constants throughout the store package.

Author:
Janne Valkealahti

Field Summary
static 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 String DEFAULT_ID_EVENT_PUBLISHER
Default bean id for store event publisher.

See Also:
Constant Field Values
Constructor Detail

StoreSystemConstants

public StoreSystemConstants()