Interface DeleteSupport

All Known Implementing Classes:
IndexWriteVolume, VolatileWriteVolume

public interface DeleteSupport
  • Method Summary

    Modifier and Type
    Method
    Description
    scala.concurrent.Future<org.apache.pekko.Done>
    deleteBlob(String dataHandle)
     
  • Method Details

    • deleteBlob

      scala.concurrent.Future<org.apache.pekko.Done> deleteBlob(String dataHandle)