Package | Description |
---|---|
org.bytedeco.arrow_flight |
Modifier and Type | Method and Description |
---|---|
Status |
FlightClient.Authenticate(FlightCallOptions options,
ClientAuthHandler auth_handler)
\brief Authenticate to the server using the given handler.
|
Status |
FlightClient.Authenticate(FlightCallOptions options,
ClientAuthHandler auth_handler)
\brief Authenticate to the server using the given handler.
|
StringPairResult |
FlightClient.AuthenticateBasicToken(FlightCallOptions options,
BytePointer username,
BytePointer password) |
StringPairResult |
FlightClient.AuthenticateBasicToken(FlightCallOptions options,
BytePointer username,
BytePointer password) |
StringPairResult |
FlightClient.AuthenticateBasicToken(FlightCallOptions options,
String username,
String password)
\brief Authenticate to the server using basic HTTP style authentication.
|
StringPairResult |
FlightClient.AuthenticateBasicToken(FlightCallOptions options,
String username,
String password)
\brief Authenticate to the server using basic HTTP style authentication.
|
Status |
FlightClient.DoAction(FlightCallOptions options,
Action action,
ResultStream results)
\brief Perform the indicated action, returning an iterator to the stream
of results, if any
|
Status |
FlightClient.DoAction(FlightCallOptions options,
Action action,
ResultStream results)
\brief Perform the indicated action, returning an iterator to the stream
of results, if any
|
Status |
FlightClient.DoExchange(FlightCallOptions options,
FlightDescriptor descriptor,
FlightStreamWriter writer,
FlightStreamReader reader) |
Status |
FlightClient.DoExchange(FlightCallOptions options,
FlightDescriptor descriptor,
FlightStreamWriter writer,
FlightStreamReader reader) |
Status |
FlightClient.DoGet(FlightCallOptions options,
Ticket ticket,
FlightStreamReader stream)
\brief Given a flight ticket and schema, request to be sent the
stream.
|
Status |
FlightClient.DoGet(FlightCallOptions options,
Ticket ticket,
FlightStreamReader stream)
\brief Given a flight ticket and schema, request to be sent the
stream.
|
Status |
FlightClient.DoPut(FlightCallOptions options,
FlightDescriptor descriptor,
Schema schema,
FlightStreamWriter stream,
FlightMetadataReader reader)
\brief Upload data to a Flight described by the given
descriptor.
|
Status |
FlightClient.DoPut(FlightCallOptions options,
FlightDescriptor descriptor,
Schema schema,
FlightStreamWriter stream,
FlightMetadataReader reader)
\brief Upload data to a Flight described by the given
descriptor.
|
Status |
FlightClient.GetFlightInfo(FlightCallOptions options,
FlightDescriptor descriptor,
FlightInfo info)
\brief Request access plan for a single flight, which may be an existing
dataset or a command to be executed
|
Status |
FlightClient.GetFlightInfo(FlightCallOptions options,
FlightDescriptor descriptor,
FlightInfo info)
\brief Request access plan for a single flight, which may be an existing
dataset or a command to be executed
|
Status |
FlightClient.GetSchema(FlightCallOptions options,
FlightDescriptor descriptor,
SchemaResult schema_result)
\brief Request schema for a single flight, which may be an existing
dataset or a command to be executed
|
Status |
FlightClient.GetSchema(FlightCallOptions options,
FlightDescriptor descriptor,
SchemaResult schema_result)
\brief Request schema for a single flight, which may be an existing
dataset or a command to be executed
|
Status |
FlightClient.ListActions(FlightCallOptions options,
ActionType actions)
\brief Retrieve a list of available Action types
|
Status |
FlightClient.ListActions(FlightCallOptions options,
ActionType actions)
\brief Retrieve a list of available Action types
|
Status |
FlightClient.ListFlights(FlightCallOptions options,
Criteria criteria,
FlightListing listing)
\brief List available flights given indicated filter criteria
|
Status |
FlightClient.ListFlights(FlightCallOptions options,
Criteria criteria,
FlightListing listing)
\brief List available flights given indicated filter criteria
|
Copyright © 2022. All rights reserved.