Uses of Class
org.apache.flink.util.TernaryBoolean
-
Packages that use TernaryBoolean Package Description org.apache.flink.api.common.serialization org.apache.flink.util -
-
Uses of TernaryBoolean in org.apache.flink.api.common.serialization
Methods in org.apache.flink.api.common.serialization that return TernaryBoolean Modifier and Type Method Description TernaryBooleanSerializerConfig. isForceKryoAvroEnabled()Returns whether forces Flink to register Apache Avro classes in Kryo serializer.TernaryBooleanSerializerConfigImpl. isForceKryoAvroEnabled() -
Uses of TernaryBoolean in org.apache.flink.util
Methods in org.apache.flink.util that return TernaryBoolean Modifier and Type Method Description static TernaryBooleanTernaryBoolean. fromBoolean(boolean bool)static TernaryBooleanTernaryBoolean. fromBoxedBoolean(Boolean bool)Converts the given boxed Boolean to a TernaryBoolean.static TernaryBooleanTernaryBoolean. mergeTernaryBooleanWithConfig(TernaryBoolean original, ConfigOption<Boolean> configOption, ReadableConfig config)Merges an existing value with a config, accepting the config's value only if the existing value is undefined.TernaryBooleanTernaryBoolean. resolveUndefined(boolean valueForUndefined)Gets the boolean value corresponding to this value.static TernaryBooleanTernaryBoolean. valueOf(String name)Returns the enum constant of this type with the specified name.static TernaryBoolean[]TernaryBoolean. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.util with parameters of type TernaryBoolean Modifier and Type Method Description static TernaryBooleanTernaryBoolean. mergeTernaryBooleanWithConfig(TernaryBoolean original, ConfigOption<Boolean> configOption, ReadableConfig config)Merges an existing value with a config, accepting the config's value only if the existing value is undefined.
-