Uses of Interface
org.apache.pinot.query.runtime.operator.utils.AsyncStream
-
Packages that use AsyncStream Package Description org.apache.pinot.query.runtime.operator.utils -
-
Uses of AsyncStream in org.apache.pinot.query.runtime.operator.utils
Fields in org.apache.pinot.query.runtime.operator.utils with type parameters of type AsyncStream Modifier and Type Field Description protected List<? extends AsyncStream<E>>BlockingMultiStreamConsumer. _mailboxesConstructor parameters in org.apache.pinot.query.runtime.operator.utils with type arguments of type AsyncStream Constructor Description BlockingMultiStreamConsumer(Object id, long deadlineMs, List<? extends AsyncStream<E>> asyncProducers)OfTransferableBlock(Object id, long deadlineMs, List<? extends AsyncStream<TransferableBlock>> asyncProducers)
-