Package org.apache.flink.runtime.blob
Interface BlobStoreService
- All Superinterfaces:
AutoCloseable,BlobStore,BlobView,Closeable
- All Known Implementing Classes:
FileSystemBlobStore,VoidBlobStore
Service interface for the BlobStore which allows to close and clean up its data.
-
Method Summary
-
Method Details
-
cleanupAllData
void cleanupAllData()Cleans up the store. This entails the deletion of all blobs.
-