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