public interface OutputFormatter extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
format(backtype.storm.tuple.Tuple input)
Converts a Storm
Tuple to a string. |
String format(backtype.storm.tuple.Tuple input)
Tuple to a string. This method is used for formatting the output tuples before writing
them out to a file or to the console.input - The tuple to be formattedCopyright © 2014–2017 The Apache Software Foundation. All rights reserved.