Uses of Class
org.apache.arrow.flight.FlightClient
Packages that use FlightClient
Package
Description
-
Uses of FlightClient in org.apache.arrow.driver.jdbc.client.utils
Methods in org.apache.arrow.driver.jdbc.client.utils with parameters of type FlightClientModifier 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
Methods in org.apache.arrow.flight that return FlightClientModifier 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
Methods in org.apache.arrow.flight.integration.tests with parameters of type FlightClientModifier 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
Constructors in org.apache.arrow.flight.sql with parameters of type FlightClient