Package org.apache.flink.runtime.state
Interface Keyed<K>
-
- Type Parameters:
K- type of the key.
public interface Keyed<K>Interface for objects that have a key attribute.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KgetKey()Returns the key attribute.
-
-
-
Method Detail
-
getKey
K getKey()
Returns the key attribute.
-
-