Spring for Apache Hadoop

org.springframework.data.hadoop.config.common.annotation.configurers
Interface ResourceConfigurerAware

All Known Implementing Classes:
YarnConfigBuilder

public interface ResourceConfigurerAware

Interface for AnnotationBuilder which wants to be aware of Resources configured by DefaultResourceConfigurer.

Author:
Janne Valkealahti

Method Summary
 void configureResources(java.util.Set<org.springframework.core.io.Resource> resources)
          Configure Resources.
 

Method Detail

configureResources

void configureResources(java.util.Set<org.springframework.core.io.Resource> resources)
Configure Resources.

Parameters:
resources - the resources

Spring for Apache Hadoop