Package org.apache.flink.runtime.state
Interface SnapshotResources
-
- All Known Subinterfaces:
FullSnapshotResources<K>
@Internal public interface SnapshotResources
A set of resources produced in the synchronous part of a snapshot required to finish the snapshot.- See Also:
SnapshotStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
release()
Cleans up the resources after the asynchronous part is done.
-