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 IAdditionalValue
t
- the tuplepublic String getKey()
getKey
in interface IAdditionalValue
Copyright © 2022. All rights reserved.