Interface VolatileWriteBlobstore

All Superinterfaces:
WriteBlobstore
All Known Implementing Classes:
VolatileWriteVolume

public interface VolatileWriteBlobstore extends WriteBlobstore
  • Method Summary

    Modifier and Type
    Method
    Description
    scala.concurrent.Future<org.apache.pekko.Done>
    updateBlobTtl(String dataHandle, long ttlSeconds)
     

    Methods inherited from interface com.here.platform.data.client.blobstore.WriteBlobstore

    crc, digest, putBlob
  • Method Details

    • updateBlobTtl

      scala.concurrent.Future<org.apache.pekko.Done> updateBlobTtl(String dataHandle, long ttlSeconds)