org.springframework.yarn.config.annotation.configurers
Interface LocalResourcesHdfsConfigurer

All Superinterfaces:
org.springframework.data.hadoop.config.common.annotation.AnnotationConfigurerBuilder<YarnResourceLocalizerConfigurer>
All Known Implementing Classes:
DefaultLocalResourcesHdfsConfigurer

public interface LocalResourcesHdfsConfigurer
extends org.springframework.data.hadoop.config.common.annotation.AnnotationConfigurerBuilder<YarnResourceLocalizerConfigurer>


Method Summary
 LocalResourcesHdfsConfigurer hdfs(String path)
           
 LocalResourcesHdfsConfigurer hdfs(String path, LocalResourceType type)
           
 LocalResourcesHdfsConfigurer hdfs(String path, LocalResourceType type, boolean staging)
           
 LocalResourcesHdfsConfigurer hdfs(String dir, String file)
           
 LocalResourcesHdfsConfigurer hdfs(String dir, String file, LocalResourceType type)
           
 
Methods inherited from interface org.springframework.data.hadoop.config.common.annotation.AnnotationConfigurerBuilder
and
 

Method Detail

hdfs

LocalResourcesHdfsConfigurer hdfs(String path)

hdfs

LocalResourcesHdfsConfigurer hdfs(String dir,
                                  String file)

hdfs

LocalResourcesHdfsConfigurer hdfs(String path,
                                  LocalResourceType type)

hdfs

LocalResourcesHdfsConfigurer hdfs(String path,
                                  LocalResourceType type,
                                  boolean staging)

hdfs

LocalResourcesHdfsConfigurer hdfs(String dir,
                                  String file,
                                  LocalResourceType type)