Interface ExchangeStorageReader

All Superinterfaces:
AutoCloseable, Closeable

@ThreadSafe public interface ExchangeStorageReader extends Closeable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    long
     
    com.google.common.util.concurrent.ListenableFuture<Void>
     
    boolean
     
    io.airlift.slice.Slice
     
  • Method Details

    • read

      io.airlift.slice.Slice read() throws IOException
      Throws:
      IOException
    • isBlocked

      com.google.common.util.concurrent.ListenableFuture<Void> isBlocked()
    • getRetainedSize

      long getRetainedSize()
    • isFinished

      boolean isFinished()
    • close

      void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable