public abstract class ResultBase extends Object
| Constructor and Description |
|---|
ResultBase() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
toString()
Object.toString() must be overridden to write POJO values in the
same form as Tuple. |
public abstract String toString()
Object.toString() must be overridden to write POJO values in the
same form as Tuple. Values are
comma-separated and enclosed in parenthesis, e.g. "(f0,f1)".Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.