public class RecordStringifier extends Object implements TypeStringifier<eu.stratosphere.types.Record>
Record using the given schema.JavaToString| Constructor and Description |
|---|
RecordStringifier(Class<? extends eu.stratosphere.types.Value>[] schema)
Initializes RecordStringifier with the given schema
|
| Modifier and Type | Method and Description |
|---|---|
void |
appendAsString(Appendable appendable,
eu.stratosphere.types.Record record)
Appends the string representation of the given object.
|
String |
toString(eu.stratosphere.types.Record object) |
public RecordStringifier(Class<? extends eu.stratosphere.types.Value>[] schema)
public void appendAsString(Appendable appendable, eu.stratosphere.types.Record record) throws IOException
TypeStringifierappendAsString in interface TypeStringifier<eu.stratosphere.types.Record>IOExceptionpublic String toString(eu.stratosphere.types.Record object)
toString in interface TypeStringifier<eu.stratosphere.types.Record>Copyright © 2014. All rights reserved.