Spring for Apache Hadoop

Package org.springframework.data.hadoop.config.common.annotation.configurers

Interface Summary
PropertiesConfigurer<I> Interface for DefaultPropertiesConfigurer which act as intermediate gatekeeper between a user and an AnnotationConfigurer.
PropertiesConfigurerAware Interface for AnnotationBuilder which wants to be aware of Properties configured by DefaultPropertiesConfigurer.
ResourceConfigurer<I> Interface for DefaultResourceConfigurer which act as intermediate gatekeeper between a user and an AnnotationConfigurer.
ResourceConfigurerAware Interface for AnnotationBuilder which wants to be aware of Resources configured by DefaultResourceConfigurer.
 

Class Summary
DefaultPropertiesConfigurer<O,I,B extends AnnotationBuilder<O>> AnnotationConfigurer which knows how to handle configuring a Properties.
DefaultResourceConfigurer<O,I,B extends AnnotationBuilder<O>> AnnotationConfigurer which knows how to handle configuring a Resources.
 


Spring for Apache Hadoop