Uses of Class
org.apache.storm.elasticsearch.common.EsConfig
Packages that use EsConfig
Package
Description
ElasticSearch examples classes.
Shared code for example classes.
ElasticSearch Trident example classes.
-
Uses of EsConfig in org.apache.storm.elasticsearch.bolt
Constructors in org.apache.storm.elasticsearch.bolt with parameters of type EsConfigModifierConstructorDescriptionAbstractEsBolt
(EsConfig esConfig) EsIndexBolt
(EsConfig esConfig) EsIndexBolt constructor.EsIndexBolt
(EsConfig esConfig, EsTupleMapper tupleMapper) EsIndexBolt constructor.EsLookupBolt
(EsConfig esConfig) EsLookupBolt constructor.EsLookupBolt
(EsConfig esConfig, EsTupleMapper tupleMapper, EsLookupResultOutput output) EsLookupBolt constructor.EsPercolateBolt
(EsConfig esConfig) EsPercolateBolt constructor.EsPercolateBolt
(EsConfig esConfig, EsTupleMapper tupleMapper) EsPercolateBolt constructor. -
Uses of EsConfig in org.apache.storm.elasticsearch.common
Methods in org.apache.storm.elasticsearch.common that return EsConfigModifier and TypeMethodDescriptionEsConfig.withCompression
(boolean compression) EsConfig.withDefaultHeaders
(org.apache.http.Header[] defaultHeaders) EsConfig.withFailureListener
(org.elasticsearch.client.RestClient.FailureListener failureListener) EsConfig.withHttpClientConfigCallback
(org.elasticsearch.client.RestClientBuilder.HttpClientConfigCallback httpClientConfigCallback) EsConfig.withPathPrefix
(String pathPrefix) EsConfig.withRequestConfigCallback
(org.elasticsearch.client.RestClientBuilder.RequestConfigCallback requestConfigCallback) Constructors in org.apache.storm.elasticsearch.common with parameters of type EsConfig -
Uses of EsConfig in org.apache.storm.elasticsearch.trident
Constructors in org.apache.storm.elasticsearch.trident with parameters of type EsConfigModifierConstructorDescriptionEsStateFactory
(EsConfig esConfig, EsTupleMapper tupleMapper) EsStateFactory constructor.