MapSerializerSnapshot
org.apache.flinkx.api.serializer.MapSerializer.MapSerializerSnapshot
case class MapSerializerSnapshot[K, V](var keySerializer: TypeSerializer[K], var valueSerializer: TypeSerializer[V]) extends TypeSerializerSnapshot[Map[K, V]]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait TypeSerializerSnapshot[Map[K, V]]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Constructors
def this()
Concrete methods
Attributes
- Definition Classes
-
TypeSerializerSnapshot
override def readSnapshot(readVersion: Int, in: DataInputView, userCodeClassLoader: ClassLoader): Unit
Attributes
- Definition Classes
-
TypeSerializerSnapshot
override def resolveSchemaCompatibility(newSerializer: TypeSerializer[Map[K, V]]): TypeSerializerSchemaCompatibility[Map[K, V]]
Attributes
- Definition Classes
-
TypeSerializerSnapshot
Attributes
- Definition Classes
-
TypeSerializerSnapshot
Attributes
- Definition Classes
-
TypeSerializerSnapshot
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article