Package | Description |
---|---|
org.apache.arrow.flight | |
org.apache.arrow.flight.integration.tests | |
org.apache.arrow.flight.sql |
Modifier and Type | Method and Description |
---|---|
Iterator<Result> |
FlightClient.doAction(Action action,
CallOption... options)
Performs an action on the Flight service.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
FlightSqlScenarioProducer.closePreparedStatement(FlightSql.ActionClosePreparedStatementRequest request,
FlightProducer.CallContext context,
FlightProducer.StreamListener<Result> listener) |
void |
FlightSqlScenarioProducer.createPreparedStatement(FlightSql.ActionCreatePreparedStatementRequest request,
FlightProducer.CallContext context,
FlightProducer.StreamListener<Result> listener) |
void |
FlightSqlScenarioProducer.endSavepoint(FlightSql.ActionEndSavepointRequest request,
FlightProducer.CallContext context,
FlightProducer.StreamListener<Result> listener) |
void |
FlightSqlScenarioProducer.endTransaction(FlightSql.ActionEndTransactionRequest request,
FlightProducer.CallContext context,
FlightProducer.StreamListener<Result> listener) |
Modifier and Type | Method and Description |
---|---|
void |
FlightSqlProducer.closePreparedStatement(FlightSql.ActionClosePreparedStatementRequest request,
FlightProducer.CallContext context,
FlightProducer.StreamListener<Result> listener)
Closes a prepared statement on the server.
|
void |
FlightSqlProducer.createPreparedStatement(FlightSql.ActionCreatePreparedStatementRequest request,
FlightProducer.CallContext context,
FlightProducer.StreamListener<Result> listener)
Creates a prepared statement on the server and returns a handle and metadata for in a
FlightSql.ActionCreatePreparedStatementResult object in a Result
object. |
default void |
FlightSqlProducer.doAction(FlightProducer.CallContext context,
Action action,
FlightProducer.StreamListener<Result> listener)
Performs the requested Flight SQL action.
|
default void |
FlightSqlProducer.endSavepoint(FlightSql.ActionEndSavepointRequest request,
FlightProducer.CallContext context,
FlightProducer.StreamListener<Result> listener)
Release or roll back to a savepoint.
|
default void |
FlightSqlProducer.endTransaction(FlightSql.ActionEndTransactionRequest request,
FlightProducer.CallContext context,
FlightProducer.StreamListener<Result> listener)
Commit or roll back to a transaction.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.