Uses of Class
org.apache.arrow.flight.CloseSessionRequest
Packages that use CloseSessionRequest
-
Uses of CloseSessionRequest in org.apache.arrow.flight
Methods in org.apache.arrow.flight that return CloseSessionRequestModifier and TypeMethodDescriptionstatic CloseSessionRequest
CloseSessionRequest.deserialize
(ByteBuffer serialized) Parse the serialized form of this protocol message.Methods in org.apache.arrow.flight with parameters of type CloseSessionRequestModifier and TypeMethodDescriptionFlightClient.closeSession
(CloseSessionRequest request, CallOption... options) Close/invalidate the current server session. -
Uses of CloseSessionRequest in org.apache.arrow.flight.sql
Methods in org.apache.arrow.flight.sql with parameters of type CloseSessionRequestModifier and TypeMethodDescriptionFlightSqlClient.closeSession
(CloseSessionRequest request, CallOption... options) default void
FlightSqlProducer.closeSession
(CloseSessionRequest request, FlightProducer.CallContext context, FlightProducer.StreamListener<CloseSessionResult> listener) Close/invalidate the session.