public class DefaultStratosphereTypeConverter<K,V> extends Object implements StratosphereTypeConverter<K,V>
| Constructor and Description |
|---|
DefaultStratosphereTypeConverter(Class<K> keyClass,
Class<V> valueClass) |
| Modifier and Type | Method and Description |
|---|---|
K |
convertKey(eu.stratosphere.types.Record stratosphereRecord)
Convert a Stratosphere type to a Hadoop type.
|
V |
convertValue(eu.stratosphere.types.Record stratosphereRecord) |
public K convertKey(eu.stratosphere.types.Record stratosphereRecord)
StratosphereTypeConverterconvertKey in interface StratosphereTypeConverter<K,V>public V convertValue(eu.stratosphere.types.Record stratosphereRecord)
convertValue in interface StratosphereTypeConverter<K,V>Copyright © 2013–2014. All rights reserved.