Spring for Apache Hadoop

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

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

public interface PropertiesConfigure<I>
extends AnnotationConfigurerBuilder<I>

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

Author:
Janne Valkealahti

Method Summary
 PropertiesConfigure<I> properties(java.util.Properties properties)
           
 PropertiesConfigure<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

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

property

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

Spring for Apache Hadoop