public class IngestGeoIpPlugin
extends org.elasticsearch.plugins.Plugin
implements org.elasticsearch.plugins.IngestPlugin, java.io.Closeable
| Modifier and Type | Field and Description |
|---|---|
static org.elasticsearch.common.settings.Setting<java.lang.Long> |
CACHE_SIZE |
| Constructor and Description |
|---|
IngestGeoIpPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.util.Map<java.lang.String,org.elasticsearch.ingest.Processor.Factory> |
getProcessors(org.elasticsearch.ingest.Processor.Parameters parameters) |
java.util.List<org.elasticsearch.common.settings.Setting<?>> |
getSettings() |
additionalSettings, createComponents, createGuiceModules, getBootstrapChecks, getCustomMetaDataUpgrader, getExecutorBuilders, getGuiceServiceClasses, getIndexMetaDataUpgrader, getIndexTemplateMetaDataUpgrader, getNamedWriteables, getNamedXContent, getSettingsFilter, onIndexModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModulepublic static final org.elasticsearch.common.settings.Setting<java.lang.Long> CACHE_SIZE
public java.util.List<org.elasticsearch.common.settings.Setting<?>> getSettings()
getSettings in class org.elasticsearch.plugins.Pluginpublic java.util.Map<java.lang.String,org.elasticsearch.ingest.Processor.Factory> getProcessors(org.elasticsearch.ingest.Processor.Parameters parameters)
getProcessors in interface org.elasticsearch.plugins.IngestPluginpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class org.elasticsearch.plugins.Pluginjava.io.IOException