public static class Pipeline.WriteToElasticsearch extends org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<FlowSummary>,org.apache.beam.sdk.values.PDone>
| Constructor and Description |
|---|
WriteToElasticsearch(NephronOptions options) |
WriteToElasticsearch(String elasticUrl,
String elasticUser,
String elasticPassword,
String elasticIndex,
IndexStrategy indexStrategy) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.beam.sdk.values.PDone |
expand(org.apache.beam.sdk.values.PCollection<FlowSummary> input) |
public WriteToElasticsearch(String elasticUrl, String elasticUser, String elasticPassword, String elasticIndex, IndexStrategy indexStrategy)
public WriteToElasticsearch(NephronOptions options)
public org.apache.beam.sdk.values.PDone expand(org.apache.beam.sdk.values.PCollection<FlowSummary> input)
expand in class org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<FlowSummary>,org.apache.beam.sdk.values.PDone>Copyright © 2020. All rights reserved.