MappedSerializerSnapshot

org.apache.flink.api.serializer.MappedSerializer$.MappedSerializerSnapshot
class MappedSerializerSnapshot[A, B]() extends TypeSerializerSnapshot[A]

Attributes

Graph
Supertypes
trait TypeSerializerSnapshot[A]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Constructors

def this(xmapper: TypeMapper[A, B], xser: TypeSerializer[B])

Concrete methods

override def getCurrentVersion: Int

Attributes

Definition Classes
TypeSerializerSnapshot
override def readSnapshot(readVersion: Int, in: DataInputView, userCodeClassLoader: ClassLoader): Unit

Attributes

Definition Classes
TypeSerializerSnapshot
override def resolveSchemaCompatibility(newSerializer: TypeSerializer[A]): TypeSerializerSchemaCompatibility[A]

Attributes

Definition Classes
TypeSerializerSnapshot
override def restoreSerializer(): TypeSerializer[A]

Attributes

Definition Classes
TypeSerializerSnapshot
override def writeSnapshot(out: DataOutputView): Unit

Attributes

Definition Classes
TypeSerializerSnapshot

Concrete fields

var mapper: TypeMapper[A, B]
var ser: TypeSerializer[B]