public class ElasticDocument extends Object
Constructor and Description |
---|
ElasticDocument(org.apache.storm.tuple.Tuple tuple,
String index,
String type,
String id,
String payload) |
Modifier and Type | Method and Description |
---|---|
String |
getErrorDocument(String errorTimestampKey,
String errorCauseKey,
String date) |
String |
getId() |
String |
getIndex() |
String |
getPayload() |
org.apache.storm.tuple.Tuple |
getTuple() |
String |
getType() |
ElasticDocument |
setError(String failureMessage) |
Copyright © 2023. All rights reserved.