| Class | Description |
|---|---|
| Action |
\brief An action to perform with the DoAction RPC
|
| ActionType |
\brief A type of action that can be performed with the DoAction RPC.
|
| BasicAuth |
\brief message for simple auth
|
| CertKeyPair |
\brief A TLS certificate plus key.
|
| ClientAuthHandler |
\brief An authentication implementation for a Flight service.
|
| ClientAuthReader |
\brief A reader for messages from the server during an
authentication handshake.
|
| ClientAuthSender |
\brief A writer for messages to the server during an
authentication handshake.
|
| ClientMiddleware | |
| ClientMiddlewareFactory | |
| ClientMiddlewareFactoryVector | |
| ClientMiddlewareFactoryVector.Iterator | |
| Criteria |
\brief Opaque selection criteria for ListFlights RPC
|
| EnsureResult | |
| FlightCallOptions |
\brief Hints to the underlying RPC layer for Arrow Flight calls.
|
| FlightClient |
\brief Client class for Arrow Flight RPC services (gRPC-based).
|
| FlightClientOptions | |
| FlightDataStream |
\brief Interface that produces a sequence of IPC payloads to be sent in
FlightData protobuf messages
|
| FlightDescriptor |
\brief A request to retrieve or generate a dataset
|
| FlightEndpoint |
\brief A flight ticket and list of locations where the ticket can be
redeemed
|
| FlightInfo |
\brief The access coordinates for retireval of a dataset, returned by
GetFlightInfo
|
| FlightInfo.Data | |
| FlightInfoResult |
A class for representing either a usable value, or an error.
|
| FlightListing |
\brief An iterator to FlightInfo instances returned by ListFlights.
|
| FlightMessageReader |
\brief A reader for IPC payloads uploaded by a client.
|
| FlightMessageWriter |
\brief A writer for IPC payloads to a client.
|
| FlightMetadataReader |
\brief A reader for application-specific metadata sent back to the
client during an upload.
|
| FlightMetadataWriter |
\brief A writer for application-specific metadata sent back to the
client during an upload.
|
| FlightPayload |
\brief Staging data structure for messages about to be put on the wire
This structure corresponds to FlightData in the protocol.
|
| FlightServerBase |
\brief Skeleton RPC server implementation which can be used to create
custom servers by implementing its abstract methods
|
| FlightServerOptions | |
| FlightStatusDetail |
\brief Flight-specific error information in a Status.
|
| FlightStreamChunk |
\brief A holder for a RecordBatch with associated Flight metadata.
|
| FlightStreamReader |
\brief A RecordBatchReader exposing Flight metadata and cancel
operations.
|
| FlightStreamWriter |
\brief A RecordBatchWriter that also allows sending
application-defined metadata via the Flight protocol.
|
| FlightWriteSizeStatusDetail |
\brief Indicate that the client attempted to write a message
larger than the soft limit set via write_size_limit_bytes.
|
| Location |
\brief A host location (a URI)
|
| MetadataRecordBatchReader |
\brief An interface to read Flight data with metadata.
|
| MetadataRecordBatchWriter |
\brief An interface to write IPC payloads with metadata.
|
| NoOpAuthHandler |
\brief An authentication mechanism that does nothing.
|
| RecordBatchStream |
\brief A basic implementation of FlightDataStream that will provide
a sequence of FlightData messages to be written to a gRPC stream
|
| Result |
\brief Opaque result returned after executing an action
|
| ResultStream |
\brief An iterator to Result instances returned by DoAction.
|
| SchemaResult |
\brief Schema result returned after a schema request RPC
|
| ServerAuthHandler |
\brief An authentication implementation for a Flight service.
|
| ServerAuthReader |
\brief A reader for messages from the client during an
authentication handshake.
|
| ServerAuthSender |
\brief A writer for messages to the client during an
authentication handshake.
|
| ServerCallContext |
\brief Call state/contextual data.
|
| ServerMiddleware | |
| ServerMiddlewareFactory | |
| ServerMiddlewareFactoryStringPair | |
| ServerMiddlewareFactoryStringPairVector | |
| SimpleFlightListing |
\brief A FlightListing implementation based on a vector of
FlightInfo objects.
|
| SimpleResultStream |
\brief A ResultStream implementation based on a vector of
Result objects.
|
| Ticket |
\brief Data structure providing an opaque identifier or credential to use
when requesting a data stream with the DoGet RPC
|
| Uri |
| Enum | Description |
|---|---|
| FlightDescriptor.DescriptorType |
Copyright © 2022. All rights reserved.