Uses of Class
org.apache.camel.component.google.bigquery.GoogleBigQueryConnectionFactory
Packages that use GoogleBigQueryConnectionFactory
Package
Description
-
Uses of GoogleBigQueryConnectionFactory in org.apache.camel.component.google.bigquery
Methods in org.apache.camel.component.google.bigquery that return GoogleBigQueryConnectionFactoryModifier and TypeMethodDescriptionGoogleBigQueryComponent.getConnectionFactory()GoogleBigQueryConfiguration.getConnectionFactory()ConnectionFactory to obtain connection to Bigquery Service.GoogleBigQueryConnectionFactory.setCamelContext(org.apache.camel.CamelContext camelContext) GoogleBigQueryConnectionFactory.setServiceAccountKeyFile(String serviceAccountKeyFile) GoogleBigQueryConnectionFactory.setServiceURL(String serviceURL) Methods in org.apache.camel.component.google.bigquery with parameters of type GoogleBigQueryConnectionFactoryModifier and TypeMethodDescriptionvoidGoogleBigQueryComponent.setConnectionFactory(GoogleBigQueryConnectionFactory connectionFactory) ConnectionFactory to obtain connection to Bigquery Service.voidGoogleBigQueryConfiguration.setConnectionFactory(GoogleBigQueryConnectionFactory connectionFactory) -
Uses of GoogleBigQueryConnectionFactory in org.apache.camel.component.google.bigquery.sql
Methods in org.apache.camel.component.google.bigquery.sql that return GoogleBigQueryConnectionFactoryModifier and TypeMethodDescriptionGoogleBigQuerySQLComponent.getConnectionFactory()GoogleBigQuerySQLConfiguration.getConnectionFactory()ConnectionFactory to obtain connection to Bigquery Service.Methods in org.apache.camel.component.google.bigquery.sql with parameters of type GoogleBigQueryConnectionFactoryModifier and TypeMethodDescriptionvoidGoogleBigQuerySQLComponent.setConnectionFactory(GoogleBigQueryConnectionFactory connectionFactory) ConnectionFactory to obtain connection to Bigquery Service.voidGoogleBigQuerySQLConfiguration.setConnectionFactory(GoogleBigQueryConnectionFactory connectionFactory)