Package | Description |
---|---|
org.apache.arrow.flight | |
org.apache.arrow.flight.integration.tests | |
org.apache.arrow.flight.sql |
Modifier and Type | Interface and Description |
---|---|
static interface |
FlightClient.PutListener
A handler for server-sent application metadata messages during a Flight DoPut operation.
|
Modifier and Type | Class and Description |
---|---|
class |
AsyncPutListener
A handler for server-sent application metadata messages during a Flight DoPut operation.
|
class |
NoOpStreamListener<T>
A
FlightProducer.StreamListener that does nothing for all callbacks. |
class |
SyncPutListener
A listener for server-sent application metadata messages during a Flight DoPut.
|
Modifier and Type | Method and Description |
---|---|
static <T> FlightProducer.StreamListener<T> |
NoOpStreamListener.getInstance() |
Modifier and Type | Method and Description |
---|---|
default Runnable |
FlightSqlProducer.acceptPut(FlightProducer.CallContext context,
FlightStream flightStream,
FlightProducer.StreamListener<PutResult> ackStream)
Depending on the provided command, method either:
1.
|
Runnable |
FlightSqlProducer.acceptPutPreparedStatementQuery(FlightSql.CommandPreparedStatementQuery command,
FlightProducer.CallContext context,
FlightStream flightStream,
FlightProducer.StreamListener<PutResult> ackStream)
Accepts uploaded parameter values for a particular prepared statement query.
|
Runnable |
FlightSqlProducer.acceptPutPreparedStatementUpdate(FlightSql.CommandPreparedStatementUpdate command,
FlightProducer.CallContext context,
FlightStream flightStream,
FlightProducer.StreamListener<PutResult> ackStream)
Accepts uploaded data for a particular prepared statement data stream.
|
Runnable |
FlightSqlProducer.acceptPutStatement(FlightSql.CommandStatementUpdate command,
FlightProducer.CallContext context,
FlightStream flightStream,
FlightProducer.StreamListener<PutResult> ackStream)
Accepts uploaded data for a particular SQL query based data stream.
|
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.listActions(FlightProducer.CallContext context,
FlightProducer.StreamListener<ActionType> listener)
Lists all available Flight SQL actions.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.