Interface DrillRpcFuture<T>

All Superinterfaces:
CheckedFuture<T,RpcException>, Future<T>, org.apache.drill.shaded.guava.com.google.common.util.concurrent.ListenableFuture<T>
All Known Implementing Classes:
RpcCheckedFuture

public interface DrillRpcFuture<T> extends CheckedFuture<T,RpcException>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.slf4j.Logger
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.netty.buffer.ByteBuf
     

    Methods inherited from interface org.apache.drill.common.concurrent.CheckedFuture

    checkedGet, checkedGet

    Methods inherited from interface java.util.concurrent.Future

    cancel, get, get, isCancelled, isDone

    Methods inherited from interface org.apache.drill.shaded.guava.com.google.common.util.concurrent.ListenableFuture

    addListener
  • Field Details

    • logger

      static final org.slf4j.Logger logger
  • Method Details

    • getBuffer

      io.netty.buffer.ByteBuf getBuffer()