Uses of Class
org.apache.arrow.flight.SetSessionOptionsRequest
-
Uses of SetSessionOptionsRequest in org.apache.arrow.flight
Modifier and TypeMethodDescriptionstatic SetSessionOptionsRequest
SetSessionOptionsRequest.deserialize
(ByteBuffer serialized) Parse the serialized form of this protocol message.Modifier and TypeMethodDescriptionFlightClient.setSessionOptions
(SetSessionOptionsRequest request, CallOption... options) Set server session option(s) by name/value. -
Uses of SetSessionOptionsRequest in org.apache.arrow.flight.sql
Modifier and TypeMethodDescriptionFlightSqlClient.setSessionOptions
(SetSessionOptionsRequest request, CallOption... options) default void
FlightSqlProducer.setSessionOptions
(SetSessionOptionsRequest request, FlightProducer.CallContext context, FlightProducer.StreamListener<SetSessionOptionsResult> listener) Set server session options(s).