Package org.apache.flink.configuration
Class FallbackKey
- java.lang.Object
-
- org.apache.flink.configuration.FallbackKey
-
public class FallbackKey extends Object
A key with FallbackKeys will fall back to the FallbackKeys if it itself is not configured.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getKey()
int
hashCode()
boolean
isDeprecated()
String
toString()
-