Module org.apache.arrow.flight.sql
Package org.apache.arrow.flight.sql
Class GetSessionOptionsResultListener
java.lang.Object
org.apache.arrow.flight.sql.GetSessionOptionsResultListener
- All Implemented Interfaces:
FlightProducer.StreamListener<GetSessionOptionsResult>
public class GetSessionOptionsResultListener
extends Object
implements FlightProducer.StreamListener<GetSessionOptionsResult>
Typed StreamListener for getSessionOptions.
-
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<GetSessionOptionsResult>
-
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<GetSessionOptionsResult>
-
onCompleted
public void onCompleted()Description copied from interface:FlightProducer.StreamListenerIndicate that the transmission is finished.- Specified by:
onCompletedin interfaceFlightProducer.StreamListener<GetSessionOptionsResult>
-