Uses of Class
org.apache.flink.api.common.ExecutionConfig.SerializableSerializer
-
Packages that use ExecutionConfig.SerializableSerializer Package Description org.apache.flink.api.common org.apache.flink.api.common.serialization org.apache.flink.api.java.typeutils.runtime -
-
Uses of ExecutionConfig.SerializableSerializer in org.apache.flink.api.common
Methods in org.apache.flink.api.common that return types with arguments of type ExecutionConfig.SerializableSerializer Modifier and Type Method Description LinkedHashMap<Class<?>,ExecutionConfig.SerializableSerializer<?>>ExecutionConfig. getDefaultKryoSerializers()Deprecated.LinkedHashMap<Class<?>,ExecutionConfig.SerializableSerializer<?>>ExecutionConfig. getRegisteredTypesWithKryoSerializers()Deprecated. -
Uses of ExecutionConfig.SerializableSerializer in org.apache.flink.api.common.serialization
Methods in org.apache.flink.api.common.serialization that return types with arguments of type ExecutionConfig.SerializableSerializer Modifier and Type Method Description LinkedHashMap<Class<?>,ExecutionConfig.SerializableSerializer<?>>SerializerConfig. getDefaultKryoSerializers()Deprecated.The method is deprecated becauseExecutionConfig.SerializableSerializeris deprecated.LinkedHashMap<Class<?>,ExecutionConfig.SerializableSerializer<?>>SerializerConfigImpl. getDefaultKryoSerializers()Returns the registered default Kryo Serializers.LinkedHashMap<Class<?>,ExecutionConfig.SerializableSerializer<?>>SerializerConfig. getRegisteredTypesWithKryoSerializers()Deprecated.The method is deprecated because instance-type Kryo serializer definition based onExecutionConfig.SerializableSerializeris deprecated.LinkedHashMap<Class<?>,ExecutionConfig.SerializableSerializer<?>>SerializerConfigImpl. getRegisteredTypesWithKryoSerializers()Returns the registered types with Kryo Serializers. -
Uses of ExecutionConfig.SerializableSerializer in org.apache.flink.api.java.typeutils.runtime
Methods in org.apache.flink.api.java.typeutils.runtime that return ExecutionConfig.SerializableSerializer Modifier and Type Method Description ExecutionConfig.SerializableSerializer<? extends com.esotericsoftware.kryo.Serializer<?>>KryoRegistration. getSerializableSerializerInstance()Constructors in org.apache.flink.api.java.typeutils.runtime with parameters of type ExecutionConfig.SerializableSerializer Constructor Description KryoRegistration(Class<?> registeredClass, ExecutionConfig.SerializableSerializer<? extends com.esotericsoftware.kryo.Serializer<?>> serializableSerializerInstance)
-