JavaKeySelector

org.apache.flink.api.JavaKeySelector
@Internal
class JavaKeySelector[IN, K](fun: IN => K) extends KeySelector[IN, K]

Attributes

Graph
Supertypes
trait KeySelector[IN, K]
trait Function
trait Serializable
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def getKey(value: IN): K

Attributes

Definition Classes
KeySelector