| Package | Description |
|---|---|
| org.apache.arrow.flight | |
| org.apache.arrow.flight.grpc |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CallOptions.GrpcCallOption
CallOptions specific to GRPC stubs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HeaderCallOption
Method option for supplying headers to method calls.
|
| Modifier and Type | Method and Description |
|---|---|
static CallOption |
CallOptions.timeout(long duration,
TimeUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
void |
FlightClient.authenticate(ClientAuthHandler handler,
CallOption... options)
Authenticates against the Flight service.
|
Iterator<Result> |
FlightClient.doAction(Action action,
CallOption... options)
Performs an action on the Flight service.
|
FlightClient.ExchangeReaderWriter |
FlightClient.doExchange(FlightDescriptor descriptor,
CallOption... options)
Initiate a bidirectional data exchange with the server.
|
FlightInfo |
FlightClient.getInfo(FlightDescriptor descriptor,
CallOption... options)
Get info on a stream.
|
SchemaResult |
FlightClient.getSchema(FlightDescriptor descriptor,
CallOption... options)
Get schema for a stream.
|
FlightStream |
FlightClient.getStream(Ticket ticket,
CallOption... options)
Retrieve a stream from the server.
|
void |
FlightClient.handshake(CallOption... options)
Executes the handshake against the Flight service.
|
Iterable<ActionType> |
FlightClient.listActions(CallOption... options)
Lists actions available on the Flight service.
|
Iterable<FlightInfo> |
FlightClient.listFlights(Criteria criteria,
CallOption... options)
Get a list of available flights.
|
FlightClient.ClientStreamListener |
FlightClient.startPut(FlightDescriptor descriptor,
FlightClient.PutListener metadataListener,
CallOption... options)
Create or append a descriptor with another stream.
|
FlightClient.ClientStreamListener |
FlightClient.startPut(FlightDescriptor descriptor,
VectorSchemaRoot root,
DictionaryProvider provider,
FlightClient.PutListener metadataListener,
CallOption... options)
Create or append a descriptor with another stream.
|
FlightClient.ClientStreamListener |
FlightClient.startPut(FlightDescriptor descriptor,
VectorSchemaRoot root,
FlightClient.PutListener metadataListener,
CallOption... options)
Create or append a descriptor with another stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CredentialCallOption
Method option for supplying credentials to method calls.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.