Class | Description |
---|---|
Flight | |
Flight.Action |
An opaque action specific for the service.
|
Flight.Action.Builder |
An opaque action specific for the service.
|
Flight.ActionType |
Describes an available action, including both the name used for execution
along with a short description of the purpose of the action.
|
Flight.ActionType.Builder |
Describes an available action, including both the name used for execution
along with a short description of the purpose of the action.
|
Flight.BasicAuth |
A message for doing simple auth.
|
Flight.BasicAuth.Builder |
A message for doing simple auth.
|
Flight.CancelFlightInfoRequest |
The request of the CancelFlightInfo action.
|
Flight.CancelFlightInfoRequest.Builder |
The request of the CancelFlightInfo action.
|
Flight.CancelFlightInfoResult |
The result of the CancelFlightInfo action.
|
Flight.CancelFlightInfoResult.Builder |
The result of the CancelFlightInfo action.
|
Flight.Criteria |
A service specific expression that can be used to return a limited set
of available Arrow Flight streams.
|
Flight.Criteria.Builder |
A service specific expression that can be used to return a limited set
of available Arrow Flight streams.
|
Flight.Empty |
Protobuf type
arrow.flight.protocol.Empty |
Flight.Empty.Builder |
Protobuf type
arrow.flight.protocol.Empty |
Flight.FlightData |
A batch of Arrow data as part of a stream of batches.
|
Flight.FlightData.Builder |
A batch of Arrow data as part of a stream of batches.
|
Flight.FlightDescriptor |
The name or tag for a Flight.
|
Flight.FlightDescriptor.Builder |
The name or tag for a Flight.
|
Flight.FlightEndpoint |
A particular stream or split associated with a flight.
|
Flight.FlightEndpoint.Builder |
A particular stream or split associated with a flight.
|
Flight.FlightInfo |
The access coordinates for retrieval of a dataset.
|
Flight.FlightInfo.Builder |
The access coordinates for retrieval of a dataset.
|
Flight.HandshakeRequest |
The request that a client provides to a server on handshake.
|
Flight.HandshakeRequest.Builder |
The request that a client provides to a server on handshake.
|
Flight.HandshakeResponse |
Protobuf type
arrow.flight.protocol.HandshakeResponse |
Flight.HandshakeResponse.Builder |
Protobuf type
arrow.flight.protocol.HandshakeResponse |
Flight.Location |
A location where a Flight service will accept retrieval of a particular
stream given a ticket.
|
Flight.Location.Builder |
A location where a Flight service will accept retrieval of a particular
stream given a ticket.
|
Flight.PollInfo |
The information to process a long-running query.
|
Flight.PollInfo.Builder |
The information to process a long-running query.
|
Flight.PutResult |
The response message associated with the submission of a DoPut.
|
Flight.PutResult.Builder |
The response message associated with the submission of a DoPut.
|
Flight.RenewFlightEndpointRequest |
The request of the RenewFlightEndpoint action.
|
Flight.RenewFlightEndpointRequest.Builder |
The request of the RenewFlightEndpoint action.
|
Flight.Result |
An opaque result returned after executing an action.
|
Flight.Result.Builder |
An opaque result returned after executing an action.
|
Flight.SchemaResult |
Wrap the result of a getSchema call
|
Flight.SchemaResult.Builder |
Wrap the result of a getSchema call
|
Flight.Ticket |
An opaque identifier that the service can use to retrieve a particular
portion of a stream.
|
Flight.Ticket.Builder |
An opaque identifier that the service can use to retrieve a particular
portion of a stream.
|
FlightServiceGrpc |
A flight service is an endpoint for retrieving or storing Arrow data.
|
FlightServiceGrpc.FlightServiceBlockingStub |
A stub to allow clients to do synchronous rpc calls to service FlightService.
|
FlightServiceGrpc.FlightServiceFutureStub |
A stub to allow clients to do ListenableFuture-style rpc calls to service FlightService.
|
FlightServiceGrpc.FlightServiceImplBase |
Base class for the server implementation of the service FlightService.
|
FlightServiceGrpc.FlightServiceStub |
A stub to allow clients to do asynchronous rpc calls to service FlightService.
|
Enum | Description |
---|---|
Flight.CancelStatus |
The result of a cancel operation.
|
Flight.FlightDescriptor.DescriptorType |
Describes what type of descriptor is defined.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.