Package org.apache.flink.runtime.blob
Interface BlobStoreService
-
- All Superinterfaces:
AutoCloseable
,BlobStore
,BlobView
,Closeable
- All Known Implementing Classes:
FileSystemBlobStore
,VoidBlobStore
public interface BlobStoreService extends BlobStore, Closeable
Service interface for the BlobStore which allows to close and clean up its data.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cleanupAllData()
Cleans up the store.
-