Uses of Class
org.apache.arrow.flight.FlightClient
Package
Description
-
Uses of FlightClient in org.apache.arrow.driver.jdbc.client.utils
Modifier and TypeMethodDescriptionstatic CredentialCallOption
ClientAuthenticationUtils.getAuthenticate
(FlightClient client, String username, String password, ClientIncomingAuthHeaderMiddleware.Factory factory, CallOption... options) Gets theCredentialCallOption
for the provided authentication info.static CredentialCallOption
ClientAuthenticationUtils.getAuthenticate
(FlightClient client, CredentialCallOption credential, CallOption... options) Gets theCredentialCallOption
for the provided authentication info. -
Uses of FlightClient in org.apache.arrow.flight
Modifier and TypeMethodDescriptionFlightClient.Builder.build()
Create the client from this builder.static FlightClient
FlightGrpcUtils.createFlightClient
(BufferAllocator incomingAllocator, io.grpc.ManagedChannel channel) Creates a Flight client.static FlightClient
FlightGrpcUtils.createFlightClientWithSharedChannel
(BufferAllocator incomingAllocator, io.grpc.ManagedChannel channel) Creates a Flight client. -
Uses of FlightClient in org.apache.arrow.flight.integration.tests
Modifier and TypeMethodDescriptionvoid
FlightSqlExtensionScenario.client
(BufferAllocator allocator, Location location, FlightClient client) void
FlightSqlScenario.client
(BufferAllocator allocator, Location location, FlightClient client) void
LocationReuseConnectionScenario.client
(BufferAllocator allocator, Location location, FlightClient client) void
OrderedScenario.client
(BufferAllocator allocator, Location location, FlightClient client) -
Uses of FlightClient in org.apache.arrow.flight.sql