public class FieldAdditionalValue extends Object implements IAdditionalValue, Serializable
IAdditionalValue that takes its value from a storm tuple.| Constructor and Description |
|---|
FieldAdditionalValue(String field,
String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdditionalValue(org.apache.storm.tuple.Tuple t)
This method returns a ready to be inserted value
|
String |
getKey() |
public String getAdditionalValue(org.apache.storm.tuple.Tuple t)
getAdditionalValue in interface IAdditionalValuet - the tuplepublic String getKey()
getKey in interface IAdditionalValueCopyright © 2023. All rights reserved.