Uses of Class
org.apache.arrow.flight.GetSessionOptionsResult
Packages that use GetSessionOptionsResult
-
Uses of GetSessionOptionsResult in org.apache.arrow.flight
Methods in org.apache.arrow.flight that return GetSessionOptionsResultModifier and TypeMethodDescriptionstatic GetSessionOptionsResult
GetSessionOptionsResult.deserialize
(ByteBuffer serialized) Parse the serialized form of this protocol message.FlightClient.getSessionOptions
(GetSessionOptionsRequest request, CallOption... options) Get the current server session options. -
Uses of GetSessionOptionsResult in org.apache.arrow.flight.sql
Methods in org.apache.arrow.flight.sql that return GetSessionOptionsResultModifier and TypeMethodDescriptionFlightSqlClient.getSessionOptions
(GetSessionOptionsRequest request, CallOption... options) Methods in org.apache.arrow.flight.sql with parameters of type GetSessionOptionsResultModifier and TypeMethodDescriptionvoid
GetSessionOptionsResultListener.onNext
(GetSessionOptionsResult val) Method parameters in org.apache.arrow.flight.sql with type arguments of type GetSessionOptionsResultModifier and TypeMethodDescriptiondefault void
FlightSqlProducer.getSessionOptions
(GetSessionOptionsRequest request, FlightProducer.CallContext context, FlightProducer.StreamListener<GetSessionOptionsResult> listener) Get server session option(s).