Class StreamElementSerializer.StreamElementSerializerSnapshot<T>

    • Constructor Detail

      • StreamElementSerializerSnapshot

        public StreamElementSerializerSnapshot()
    • Method Detail

      • getCurrentOuterSnapshotVersion

        protected int getCurrentOuterSnapshotVersion()
        Specified by:
        getCurrentOuterSnapshotVersion in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<StreamElement,​StreamElementSerializer<T>>
      • getNestedSerializers

        protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[] getNestedSerializers​(StreamElementSerializer<T> outerSerializer)
        Specified by:
        getNestedSerializers in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<StreamElement,​StreamElementSerializer<T>>
      • createOuterSerializerWithNestedSerializers

        protected StreamElementSerializer<T> createOuterSerializerWithNestedSerializers​(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers)
        Specified by:
        createOuterSerializerWithNestedSerializers in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<StreamElement,​StreamElementSerializer<T>>