Interface ReadBlobstore

All Known Implementing Classes:
DurableReadVolume, ObjectStoreReadVolume, VolatileReadVolume

public interface ReadBlobstore
  • Method Summary

    Modifier and Type
    Method
    Description
    scala.concurrent.Future<Blob>
    getBlob(String dataHandle, ByteRange range, boolean applyDecompression)
     
  • Method Details

    • getBlob

      scala.concurrent.Future<Blob> getBlob(String dataHandle, ByteRange range, boolean applyDecompression)