@Component(value="google-bigquery")
public class GoogleBigQueryComponent
extends org.apache.camel.support.DefaultComponent
| Constructor and Description |
|---|
GoogleBigQueryComponent() |
GoogleBigQueryComponent(org.apache.camel.CamelContext camelContext) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String remaining,
Map<String,Object> parameters) |
GoogleBigQueryConnectionFactory |
getConnectionFactory() |
String |
getDatasetId() |
String |
getProjectId() |
void |
setConnectionFactory(GoogleBigQueryConnectionFactory connectionFactory)
ConnectionFactory to obtain connection to Bigquery Service.
|
void |
setDatasetId(String datasetId)
BigQuery Dataset Id
|
void |
setProjectId(String projectId)
Google Cloud Project Id
|
afterConfiguration, createEndpoint, createEndpoint, doBuild, doInit, doStart, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, getComponentPropertyConfigurer, getDefaultName, getEndpointPropertyConfigurer, getExtension, getSupportedExtensions, ifStartsWithReturnRemainder, isAutowiredEnabled, isBridgeErrorHandler, isLazyStartProducer, registerExtension, registerExtension, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, resolveRawParameterValues, setAutowiredEnabled, setBridgeErrorHandler, setCamelContext, setLazyStartProducer, setProperties, setProperties, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIbuild, doFail, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic GoogleBigQueryComponent()
public GoogleBigQueryComponent(org.apache.camel.CamelContext camelContext)
protected org.apache.camel.Endpoint createEndpoint(String uri, String remaining, Map<String,Object> parameters) throws Exception
createEndpoint in class org.apache.camel.support.DefaultComponentExceptionpublic String getProjectId()
public void setProjectId(String projectId)
public String getDatasetId()
public void setDatasetId(String datasetId)
public GoogleBigQueryConnectionFactory getConnectionFactory()
public void setConnectionFactory(GoogleBigQueryConnectionFactory connectionFactory)
Apache Camel