Class KeySelectorDistinct<T>

java.lang.Object
org.apache.wayang.flink.compiler.KeySelectorDistinct<T>
All Implemented Interfaces:
Serializable, org.apache.flink.api.common.functions.Function, org.apache.flink.api.java.functions.KeySelector<T,String>

public class KeySelectorDistinct<T> extends Object implements org.apache.flink.api.java.functions.KeySelector<T,String>, Serializable
Wrapper for
See Also:
  • Constructor Details

    • KeySelectorDistinct

      public KeySelectorDistinct()
  • Method Details

    • getKey

      public String getKey(T value)
      Specified by:
      getKey in interface org.apache.flink.api.java.functions.KeySelector<T,String>