public class IndexBackendEnumerator extends Object implements org.springframework.beans.factory.BeanFactoryAware
| Constructor and Description |
|---|
IndexBackendEnumerator() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,IndexBackendDescriptor> |
getAll()
Gets the all.
|
Map<String,String> |
getAllProtocols()
Gets the all protocols.
|
Map<String,String> |
getAllServiceProperties()
Gets the all service properties.
|
org.springframework.beans.factory.ListableBeanFactory |
getBeanFactory()
Gets the bean factory.
|
<T extends IndexBackendDescriptor> |
getDescriptor(String identifier) |
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
public Map<String,IndexBackendDescriptor> getAll()
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
throws org.springframework.beans.BeansException
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAwareorg.springframework.beans.BeansExceptionBeanFactoryAware.setBeanFactory(org.springframework.beans.factory.BeanFactory)public org.springframework.beans.factory.ListableBeanFactory getBeanFactory()
public Map<String,String> getAllProtocols()
public Map<String,String> getAllServiceProperties()
public <T extends IndexBackendDescriptor> T getDescriptor(String identifier)
Copyright © 2019. All rights reserved.