Uses of Class
org.apache.arrow.driver.jdbc.client.CloseableEndpointStreamPair
-
Uses of CloseableEndpointStreamPair in org.apache.arrow.driver.jdbc.client
Modifier and TypeMethodDescriptionArrowFlightSqlClientHandler.getStreams
(FlightInfo flightInfo) Makes an RPC "getStream" request based on the providedFlightInfo
object. -
Uses of CloseableEndpointStreamPair in org.apache.arrow.driver.jdbc.utils
Modifier and TypeMethodDescriptionFlightEndpointDataQueue.next()
Blocking request to get the next ready FlightStream in queue.Blocking request with timeout to get the next ready FlightStream in queue.Modifier and TypeMethodDescriptionvoid
FlightEndpointDataQueue.enqueue
(CloseableEndpointStreamPair endpointRequest) Adds givenFlightStream
to the queue.Modifier and TypeMethodDescriptionvoid
FlightEndpointDataQueue.enqueue
(Collection<CloseableEndpointStreamPair> endpointRequests) Readily adds givenFlightStream
s to the queue.ModifierConstructorDescriptionprotected
FlightEndpointDataQueue
(CompletionService<CloseableEndpointStreamPair> executorService) Instantiate a new FlightStreamQueue.