| Package | Description |
|---|---|
| com.facebook.presto.hive.util |
| Modifier and Type | Method and Description |
|---|---|
<O> com.google.common.util.concurrent.ListenableFuture<O> |
AsyncQueue.borrowBatchAsync(int maxSize,
Function<List<T>,AsyncQueue.BorrowResult<T,O>> function)
Invoke
function with up to maxSize elements removed from the head of the queue,
and insert elements in the return value to the tail of the queue. |
Copyright © 2012–2023. All rights reserved.