Module org.apache.arrow.flight.sql
Package org.apache.arrow.flight.sql
Class SetSessionOptionsResultListener
java.lang.Object
org.apache.arrow.flight.sql.SetSessionOptionsResultListener
- All Implemented Interfaces:
FlightProducer.StreamListener<SetSessionOptionsResult>
public class SetSessionOptionsResultListener
extends Object
implements FlightProducer.StreamListener<SetSessionOptionsResult>
Typed StreamListener for setSessionOptions.
-
Method Summary
Modifier and TypeMethodDescriptionvoidIndicate that the transmission is finished.voidIndicate an error to the client.voidSend the next value to the client.
-
Method Details
-
onNext
Description copied from interface:FlightProducer.StreamListenerSend the next value to the client.- Specified by:
onNextin interfaceFlightProducer.StreamListener<SetSessionOptionsResult>
-
onError
Description copied from interface:FlightProducer.StreamListenerIndicate an error to the client.Terminates the stream; do not call
FlightProducer.StreamListener.onCompleted().- Specified by:
onErrorin interfaceFlightProducer.StreamListener<SetSessionOptionsResult>
-
onCompleted
public void onCompleted()Description copied from interface:FlightProducer.StreamListenerIndicate that the transmission is finished.- Specified by:
onCompletedin interfaceFlightProducer.StreamListener<SetSessionOptionsResult>
-