Package | Description |
---|---|
org.apache.arrow.driver.jdbc.client |
Modifier and Type | Method and Description |
---|---|
ArrowFlightSqlClientHandler.Builder |
ArrowFlightSqlClientHandler.Builder.withBufferAllocator(BufferAllocator allocator)
Sets the
BufferAllocator to use in this handler. |
ArrowFlightSqlClientHandler.Builder |
ArrowFlightSqlClientHandler.Builder.withCallOptions(CallOption... options)
Adds the provided
CallOption s to this handler. |
ArrowFlightSqlClientHandler.Builder |
ArrowFlightSqlClientHandler.Builder.withCallOptions(Collection<CallOption> options)
Adds the provided
CallOption s to this handler. |
ArrowFlightSqlClientHandler.Builder |
ArrowFlightSqlClientHandler.Builder.withDisableCertificateVerification(boolean disableCertificateVerification)
Sets whether to disable the certificate verification in this handler.
|
ArrowFlightSqlClientHandler.Builder |
ArrowFlightSqlClientHandler.Builder.withEncryption(boolean useEncryption)
Sets whether to use TLS encryption in this handler.
|
ArrowFlightSqlClientHandler.Builder |
ArrowFlightSqlClientHandler.Builder.withHost(String host)
Sets the host for this handler.
|
ArrowFlightSqlClientHandler.Builder |
ArrowFlightSqlClientHandler.Builder.withMiddlewareFactories(Collection<FlightClientMiddleware.Factory> factories)
Adds the provided
factories to the list of middlewareFactories of this handler. |
ArrowFlightSqlClientHandler.Builder |
ArrowFlightSqlClientHandler.Builder.withMiddlewareFactories(FlightClientMiddleware.Factory... factories)
Adds the provided
factories to the list of middlewareFactories of this handler. |
ArrowFlightSqlClientHandler.Builder |
ArrowFlightSqlClientHandler.Builder.withPassword(String password)
Sets the password for this handler.
|
ArrowFlightSqlClientHandler.Builder |
ArrowFlightSqlClientHandler.Builder.withPort(int port)
Sets the port for this handler.
|
ArrowFlightSqlClientHandler.Builder |
ArrowFlightSqlClientHandler.Builder.withSystemTrustStore(boolean useSystemTrustStore)
Sets whether to use the certificates from the operating system.
|
ArrowFlightSqlClientHandler.Builder |
ArrowFlightSqlClientHandler.Builder.withToken(String token)
Sets the token used in the token authetication.
|
ArrowFlightSqlClientHandler.Builder |
ArrowFlightSqlClientHandler.Builder.withTrustStorePassword(String trustStorePassword)
Sets the KeyStore password for this handler.
|
ArrowFlightSqlClientHandler.Builder |
ArrowFlightSqlClientHandler.Builder.withTrustStorePath(String trustStorePath)
Sets the KeyStore path for this handler.
|
ArrowFlightSqlClientHandler.Builder |
ArrowFlightSqlClientHandler.Builder.withUsername(String username)
Sets the username for this handler.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.