Class AsyncQueue.BorrowResult<T,R>

java.lang.Object
io.trino.plugin.hive.util.AsyncQueue.BorrowResult<T,R>
Enclosing class:
AsyncQueue<T>

public static final class AsyncQueue.BorrowResult<T,R> extends Object
  • Constructor Details

    • BorrowResult

      public BorrowResult(List<T> elementsToInsert, R result)
  • Method Details

    • getElementsToInsert

      public List<T> getElementsToInsert()
    • getResult

      public R getResult()