| Package | Description |
|---|---|
| org.apache.flink.streaming.connectors.elasticsearch |
| Constructor and Description |
|---|
ElasticsearchSink(Map<String,String> userConfig,
IndexRequestBuilder<T> indexRequestBuilder)
Creates a new ElasticsearchSink that connects to the cluster using an embedded Node.
|
ElasticsearchSink(Map<String,String> userConfig,
List<org.elasticsearch.common.transport.TransportAddress> transportNodes,
IndexRequestBuilder<T> indexRequestBuilder)
Creates a new ElasticsearchSink that connects to the cluster using a TransportClient.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.