Spring for Apache Hadoop

org.springframework.data.hadoop.config.common.annotation.configurers
Interface PropertiesConfigurer<I>

Type Parameters:
I -
All Superinterfaces:
AnnotationConfigurerBuilder<I>
All Known Implementing Classes:
DefaultPropertiesConfigurer

public interface PropertiesConfigurer<I>
extends AnnotationConfigurerBuilder<I>

Interface for DefaultPropertiesConfigurer which act as intermediate gatekeeper between a user and an AnnotationConfigurer.

Author:
Janne Valkealahti

Method Summary
 PropertiesConfigurer<I> properties(java.util.Properties properties)
           
 PropertiesConfigurer<I> property(java.lang.String key, java.lang.String value)
           
 
Methods inherited from interface org.springframework.data.hadoop.config.common.annotation.AnnotationConfigurerBuilder
and
 

Method Detail

properties

PropertiesConfigurer<I> properties(java.util.Properties properties)

property

PropertiesConfigurer<I> property(java.lang.String key,
                                 java.lang.String value)

Spring for Apache Hadoop