public class Esi4JBean extends Object implements org.springframework.beans.factory.FactoryBean<Esi4J>, org.springframework.beans.factory.DisposableBean
init(DefaultEsi4J) to initialize| Constructor and Description |
|---|
Esi4JBean() |
Esi4JBean(org.elasticsearch.common.settings.Settings defaultSettings) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
close() |
void |
destroy() |
Esi4J |
getObject() |
Class<?> |
getObjectType() |
Properties |
getProperties() |
org.elasticsearch.common.settings.Settings |
getSettings() |
protected void |
init(DefaultEsi4J esi4j) |
boolean |
isSingleton() |
protected DefaultEsi4J |
newEsi4J(org.elasticsearch.common.settings.Settings settings) |
protected org.elasticsearch.common.settings.ImmutableSettings.Builder |
processSettings(org.elasticsearch.common.settings.ImmutableSettings.Builder settings) |
void |
setProperties(Properties properties) |
void |
setSettings(org.elasticsearch.common.settings.Settings settings) |
public Esi4JBean()
public Esi4JBean(org.elasticsearch.common.settings.Settings defaultSettings)
protected DefaultEsi4J newEsi4J(org.elasticsearch.common.settings.Settings settings)
protected org.elasticsearch.common.settings.ImmutableSettings.Builder processSettings(org.elasticsearch.common.settings.ImmutableSettings.Builder settings)
protected void init(DefaultEsi4J esi4j)
public final Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<Esi4J>public final boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<Esi4J>public void destroy()
throws Exception
destroy in interface org.springframework.beans.factory.DisposableBeanExceptionprotected void close()
public Properties getProperties()
public void setProperties(Properties properties)
public org.elasticsearch.common.settings.Settings getSettings()
public void setSettings(org.elasticsearch.common.settings.Settings settings)
Copyright © 2013 Molindo GmbH. All Rights Reserved.