Uses of Class
org.apache.arrow.flight.GetSessionOptionsRequest
-
Uses of GetSessionOptionsRequest in org.apache.arrow.flight
Modifier and TypeMethodDescriptionstatic GetSessionOptionsRequest
GetSessionOptionsRequest.deserialize
(ByteBuffer serialized) Parse the serialized form of this protocol message.Modifier and TypeMethodDescriptionFlightClient.getSessionOptions
(GetSessionOptionsRequest request, CallOption... options) Get the current server session options. -
Uses of GetSessionOptionsRequest in org.apache.arrow.flight.sql
Modifier and TypeMethodDescriptionFlightSqlClient.getSessionOptions
(GetSessionOptionsRequest request, CallOption... options) default void
FlightSqlProducer.getSessionOptions
(GetSessionOptionsRequest request, FlightProducer.CallContext context, FlightProducer.StreamListener<GetSessionOptionsResult> listener) Get server session option(s).