public class HadoopJobEnumerator extends Object implements org.springframework.beans.factory.BeanFactoryAware
Constructor and Description |
---|
HadoopJobEnumerator() |
Modifier and Type | Method and Description |
---|---|
HadoopJob |
get(String name)
Get given enableable or null.
|
Map<String,HadoopJob> |
getAll()
Get all beans implementing the ConfiguredJob interface.
|
org.springframework.beans.factory.ListableBeanFactory |
getBeanFactory() |
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
public Map<String,HadoopJob> getAll()
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) throws org.springframework.beans.BeansException
setBeanFactory
in interface org.springframework.beans.factory.BeanFactoryAware
org.springframework.beans.BeansException
public org.springframework.beans.factory.ListableBeanFactory getBeanFactory()
Copyright © 2020. All rights reserved.