Package | Description |
---|---|
org.apache.arrow.flight | |
org.apache.arrow.flight.example | |
org.apache.arrow.flight.sql |
Modifier and Type | Method and Description |
---|---|
Iterable<ActionType> |
FlightClient.listActions(CallOption... options)
Lists actions available on the Flight service.
|
Modifier and Type | Method and Description |
---|---|
void |
NoOpFlightProducer.listActions(FlightProducer.CallContext context,
FlightProducer.StreamListener<ActionType> listener) |
void |
FlightProducer.listActions(FlightProducer.CallContext context,
FlightProducer.StreamListener<ActionType> listener)
List available application-defined RPCs.
|
Modifier and Type | Method and Description |
---|---|
void |
InMemoryStore.listActions(FlightProducer.CallContext context,
FlightProducer.StreamListener<ActionType> listener) |
Modifier and Type | Field and Description |
---|---|
static ActionType |
FlightSqlUtils.FLIGHT_SQL_CLOSE_PREPARED_STATEMENT |
static ActionType |
FlightSqlUtils.FLIGHT_SQL_CREATE_PREPARED_STATEMENT |
Modifier and Type | Field and Description |
---|---|
static List<ActionType> |
FlightSqlUtils.FLIGHT_SQL_ACTIONS |
Modifier and Type | Method and Description |
---|---|
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.