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