@PublicEvolving public static interface StatefulSink.WithCompatibleState
StatefulSink
that allows users to migrate from a sink with a compatible
state to this sink.Modifier and Type | Method and Description |
---|---|
Collection<String> |
getCompatibleWriterStateNames()
A list of state names of sinks from which the state can be restored.
|
Collection<String> getCompatibleWriterStateNames()
FileSink
can resume from the state of an old StreamingFileSink
as a
drop-in replacement when resuming from a checkpoint/savepoint.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.