Package | Description |
---|---|
org.apache.flume.sink.elasticsearch.client |
Modifier and Type | Class and Description |
---|---|
class |
ElasticSearchRestClient
Rest ElasticSearch client which is responsible for sending bulks of events to
ElasticSearch using ElasticSearch HTTP API.
|
class |
ElasticSearchTransportClient |
Modifier and Type | Method and Description |
---|---|
ElasticSearchClient |
ElasticSearchClientFactory.getClient(String clientType,
String[] hostNames,
String clusterName,
ElasticSearchEventSerializer serializer,
ElasticSearchIndexRequestBuilderFactory indexBuilder) |
ElasticSearchClient |
ElasticSearchClientFactory.getLocalClient(String clientType,
ElasticSearchEventSerializer serializer,
ElasticSearchIndexRequestBuilderFactory indexBuilder)
Used for tests only.
|
Copyright © 2009-2016 Apache Software Foundation. All Rights Reserved.