public interface StratosphereTypeConverter<K,V> extends Serializable
| 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) |
Copyright © 2013–2014. All rights reserved.