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:
-
Method Summary
Modifier and TypeMethodDescriptionvoidrelease()Cleans up the resources after the asynchronous part is done.
-
Method Details
-
release
void release()Cleans up the resources after the asynchronous part is done.
-