public interface HadoopTypeConverter<K,V> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
convert(eu.stratosphere.types.Record stratosphereRecord,
K hadoopKey,
V hadoopValue)
Convert a Hadoop type to a Stratosphere type.
|
Copyright © 2013–2014. All rights reserved.