Spring for Apache Hadoop

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

Interface Summary
PropertiesConfigure<I> Interface for PropertiesConfigurer which act as intermediate gatekeeper between a user and an AnnotationConfigurer.
PropertiesConfigureAware Interface for AnnotationBuilder which wants to be aware of Properties configured by PropertiesConfigurer.
ResourceConfigure<I> Interface for ResourceConfigurer which act as intermediate gatekeeper between a user and an AnnotationConfigurer.
ResourceConfigureAware Interface for AnnotationBuilder which wants to be aware of Resources configured by ResourceConfigurer.
 

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


Spring for Apache Hadoop