Interface StateMetaInfoWriter

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface StateMetaInfoWriter
    Functional interface to write StateMetaInfoSnapshot.
    • Method Detail

      • writeStateMetaInfoSnapshot

        void writeStateMetaInfoSnapshot​(@Nonnull
                                        StateMetaInfoSnapshot snapshot,
                                        @Nonnull
                                        org.apache.flink.core.memory.DataOutputView outputView)
                                 throws IOException
        Writes the given snapshot to the output view.
        Parameters:
        snapshot - the snapshot to write.
        outputView - the output to write into.
        Throws:
        IOException - on write problems.