Interface SupportsWriterState.WithCompatibleState

    • Method Detail

      • getCompatibleWriterStateNames

        Collection<String> getCompatibleWriterStateNames()
        A collection of state names of sinks from which the state can be restored. For example, the new FileSink can resume from the state of an old StreamingFileSink as a drop-in replacement when resuming from a checkpoint/savepoint.