Uses of Class
org.apache.storm.elasticsearch.common.EsConfig
Package
Description
ElasticSearch examples classes.
Shared code for example classes.
ElasticSearch Trident example classes.
-
Uses of EsConfig in org.apache.storm.elasticsearch.bolt
ModifierConstructorDescriptionAbstractEsBolt
(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
Modifier 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) -
Uses of EsConfig in org.apache.storm.elasticsearch.trident
ModifierConstructorDescriptionEsStateFactory
(EsConfig esConfig, EsTupleMapper tupleMapper) EsStateFactory constructor.