| Package | Description |
|---|---|
| org.apache.arrow.flight | |
| org.apache.arrow.flight.sql |
| Modifier and Type | Method and Description |
|---|---|
static RenewFlightEndpointRequest |
RenewFlightEndpointRequest.deserialize(ByteBuffer serialized)
Parse the serialized form of this protocol message.
|
| Modifier and Type | Method and Description |
|---|---|
FlightEndpoint |
FlightClient.renewFlightEndpoint(RenewFlightEndpointRequest request,
CallOption... options)
Request the server to extend the lifetime of a query result set.
|
| Modifier and Type | Method and Description |
|---|---|
FlightEndpoint |
FlightSqlClient.renewFlightEndpoint(RenewFlightEndpointRequest request,
CallOption... options)
Request the server to extend the lifetime of a query result set.
|
default void |
FlightSqlProducer.renewFlightEndpoint(RenewFlightEndpointRequest request,
FlightProducer.CallContext context,
FlightProducer.StreamListener<FlightEndpoint> listener)
Renew the duration of the given endpoint.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.