Uses of Class
org.apache.arrow.flight.Action
Packages that use Action
-
Uses of Action in org.apache.arrow.flight
Methods in org.apache.arrow.flight with parameters of type ActionModifier and TypeMethodDescriptionFlightClient.doAction
(Action action, CallOption... options) Performs an action on the Flight service.void
FlightProducer.doAction
(FlightProducer.CallContext context, Action action, FlightProducer.StreamListener<Result> listener) Generic handler for application-defined RPCs.void
NoOpFlightProducer.doAction
(FlightProducer.CallContext context, Action action, FlightProducer.StreamListener<Result> listener) -
Uses of Action in org.apache.arrow.flight.sql
Methods in org.apache.arrow.flight.sql with parameters of type ActionModifier and TypeMethodDescriptiondefault void
FlightSqlProducer.doAction
(FlightProducer.CallContext context, Action action, FlightProducer.StreamListener<Result> listener) Performs the requested Flight SQL action.