Class WindowKeySerializer.WindowKeySerializerSnapshot

    • Constructor Detail

      • WindowKeySerializerSnapshot

        public WindowKeySerializerSnapshot()
        This empty nullary constructor is required for deserializing the configuration.
      • WindowKeySerializerSnapshot

        public WindowKeySerializerSnapshot​(WindowKeySerializer serializerInstance)
    • Method Detail

      • getCurrentOuterSnapshotVersion

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

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

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