Package org.apache.arrow.flight
Interface FlightStream.Requestor
- Enclosing class:
- FlightStream
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Provides a interface to request more items from a stream producer.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
request
(int count) Requestscount
more messages from the instance of this object.
-
Method Details
-
request
void request(int count) Requestscount
more messages from the instance of this object.
-