Spring for Apache Hadoop

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

Type Parameters:
I - The parent return type of the configurer.
All Known Subinterfaces:
ClientMasterRunnerConfigurer, EnvironmentClasspathConfigurer, LocalResourcesCopyConfigurer, LocalResourcesHdfsConfigurer, MasterContainerAllocatorConfigurer, MasterContainerRunnerConfigurer, PropertiesConfigurer<I>, ResourceConfigurer<I>
All Known Implementing Classes:
DefaultClientMasterRunnerConfigurer, DefaultEnvironmentClasspathConfigurer, DefaultLocalResourcesCopyConfigurer, DefaultLocalResourcesHdfsConfigurer, DefaultMasterContainerAllocatorConfigurer, DefaultMasterContainerRunnerConfigurer, DefaultPropertiesConfigurer, DefaultResourceConfigurer

public interface AnnotationConfigurerBuilder<I>

Interface for wrapping a return type from AnnotationConfigurer into AnnotationBuilder.

Author:
Janne Valkealahti

Method Summary
 I and()
          Get a parent AnnotationBuilder working with a AnnotationConfigurer.
 

Method Detail

and

I and()
Get a parent AnnotationBuilder working with a AnnotationConfigurer.

Returns:
The parent AnnotationBuilder

Spring for Apache Hadoop