@UriEndpoint(firstVersion="3.8.0",
scheme="azure-storage-datalake",
title="Azure storage datalake service",
syntax="azure-storage-datalake:accountName/fileSystemName",
category={CLOUD,FILE})
public class DataLakeEndpoint
extends org.apache.camel.support.ScheduledPollEndpoint
| Constructor and Description |
|---|
DataLakeEndpoint() |
DataLakeEndpoint(String uri,
org.apache.camel.Component component,
DataLakeConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
protected void |
doStart() |
DataLakeConfiguration |
getConfiguration() |
com.azure.storage.file.datalake.DataLakeServiceClient |
getDataLakeServiceClient() |
void |
setConfiguration(DataLakeConfiguration configuration) |
void |
setDataLakeServiceClient(com.azure.storage.file.datalake.DataLakeServiceClient dataLakeServiceClient) |
void |
setResponseOnExchange(DataLakeOperationResponse response,
org.apache.camel.Exchange exchange) |
configureConsumer, configureProperties, configureScheduledPollConsumerProperties, doConfigureConsumer, doStop, getBackoffErrorThreshold, getBackoffIdleThreshold, getBackoffMultiplier, getDefaultDelay, getDelay, getInitialDelay, getPollStrategy, getRepeatCount, getRunLoggingLevel, getScheduledExecutorService, getScheduler, getSchedulerProperties, getTimeUnit, isGreedy, isSendEmptyMessageWhenIdle, isStartScheduler, isUseFixedDelay, setBackoffErrorThreshold, setBackoffIdleThreshold, setBackoffMultiplier, setDelay, setGreedy, setInitialDelay, setPollStrategy, setRepeatCount, setRunLoggingLevel, setScheduledExecutorService, setScheduler, setSchedulerProperties, setSendEmptyMessageWhenIdle, setStartScheduler, setTimeUnit, setUseFixedDelayconfigureExchange, configurePollingConsumer, createAsyncProducer, createEndpointUri, createExchange, createExchange, createPollingConsumer, doInit, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isAutowiredEnabled, isBridgeErrorHandler, isLazyStartProducer, isLenientProperties, isPollingConsumerBlockWhenFull, isPollingConsumerCopy, isSingleton, setAutowiredEnabled, setBridgeErrorHandler, setCamelContext, setComponent, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setLazyStartProducer, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerCopy, setPollingConsumerQueueSize, setProperties, toStringbuild, doBuild, 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, finalize, getClass, notify, notifyAll, wait, wait, waitpublic DataLakeEndpoint()
public DataLakeEndpoint(String uri, org.apache.camel.Component component, DataLakeConfiguration configuration)
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
Exceptionpublic DataLakeConfiguration getConfiguration()
public void setConfiguration(DataLakeConfiguration configuration)
public com.azure.storage.file.datalake.DataLakeServiceClient getDataLakeServiceClient()
public void setDataLakeServiceClient(com.azure.storage.file.datalake.DataLakeServiceClient dataLakeServiceClient)
public void setResponseOnExchange(DataLakeOperationResponse response, org.apache.camel.Exchange exchange)
Apache Camel