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

    Modifier and Type
    Method
    Description
    void
    Cleans up the store.

    Methods inherited from interface org.apache.flink.runtime.blob.BlobStore

    delete, deleteAll, put

    Methods inherited from interface org.apache.flink.runtime.blob.BlobView

    get

    Methods inherited from interface java.io.Closeable

    close
  • Method Details

    • cleanupAllData

      void cleanupAllData()
      Cleans up the store. This entails the deletion of all blobs.