Uses of Class
org.apache.arrow.flight.GetSessionOptionsRequest
Packages that use GetSessionOptionsRequest
-
Uses of GetSessionOptionsRequest in org.apache.arrow.flight
Methods in org.apache.arrow.flight that return GetSessionOptionsRequestModifier and TypeMethodDescriptionstatic GetSessionOptionsRequestGetSessionOptionsRequest.deserialize(ByteBuffer serialized) Parse the serialized form of this protocol message.Methods in org.apache.arrow.flight with parameters of type GetSessionOptionsRequestModifier and TypeMethodDescriptionFlightClient.getSessionOptions(GetSessionOptionsRequest request, CallOption... options) Get the current server session options. -
Uses of GetSessionOptionsRequest in org.apache.arrow.flight.sql
Methods in org.apache.arrow.flight.sql with parameters of type GetSessionOptionsRequestModifier and TypeMethodDescriptionFlightSqlClient.getSessionOptions(GetSessionOptionsRequest request, CallOption... options) default voidFlightSqlProducer.getSessionOptions(GetSessionOptionsRequest request, FlightProducer.CallContext context, FlightProducer.StreamListener<GetSessionOptionsResult> listener) Get server session option(s).