public class InputTupleConverterImpl extends Object implements Serializable, IInputTupleConverter<org.thales.punch.libraries.punchlang.api.Tuple>
Constructor and Description |
---|
InputTupleConverterImpl() |
Modifier and Type | Method and Description |
---|---|
org.thales.punch.libraries.punchlang.api.Tuple |
convert(org.apache.storm.tuple.Tuple tuple)
Transformation between Storm Tuple to Punch Tuple
|
public org.thales.punch.libraries.punchlang.api.Tuple convert(org.apache.storm.tuple.Tuple tuple)
convert
in interface IInputTupleConverter<org.thales.punch.libraries.punchlang.api.Tuple>
tuple
- incoming Storm tuple which needs to be convertedCopyright © 2023. All rights reserved.