public interface FlinkTypeConverter<K,V> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
K |
convertKey(org.apache.flink.types.Record record)
Convert a Flink type to a Hadoop type.
|
V |
convertValue(org.apache.flink.types.Record record) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.