Package org.apache.wayang.flink.compiler
Class KeySelectorFunction<T,K>
java.lang.Object
org.apache.wayang.flink.compiler.KeySelectorFunction<T,K>
- All Implemented Interfaces:
Serializable
,org.apache.flink.api.common.functions.Function
,org.apache.flink.api.java.functions.KeySelector<T,
,K> org.apache.flink.api.java.typeutils.ResultTypeQueryable<K>
public class KeySelectorFunction<T,K>
extends Object
implements org.apache.flink.api.java.functions.KeySelector<T,K>, org.apache.flink.api.java.typeutils.ResultTypeQueryable<K>
Wrapper for
KeySelector
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.api.common.typeinfo.TypeInformation
-
Field Details
-
impl
-
key
-
typeInformation
-
-
Constructor Details
-
KeySelectorFunction
-
-
Method Details