Interface DataLakeEndpointBuilderFactory.DataLakeBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder
,EndpointRouteConfigurationBuilder
- Enclosing interface:
DataLakeEndpointBuilderFactory
public static interface DataLakeEndpointBuilderFactory.DataLakeBuilders
-
Method Summary
Modifier and TypeMethodDescriptionAzure Storage Data Lake Service (camel-azure-storage-datalake) Sends and receives files to/from Azure Data Lake Storage.azureStorageDatalake
(String path) Azure Storage Data Lake Service (camel-azure-storage-datalake) Sends and receives files to/from Azure Data Lake Storage.azureStorageDatalake
(String componentName, String path) Azure Storage Data Lake Service (camel-azure-storage-datalake) Sends and receives files to/from Azure Data Lake Storage.
-
Method Details
-
azureStorageDatalake
Azure Storage Data Lake Service (camel-azure-storage-datalake) Sends and receives files to/from Azure Data Lake Storage. Category: cloud,file,bigdata Since: 3.8 Maven coordinates: org.apache.camel:camel-azure-storage-datalake- Returns:
- the dsl builder for the headers' name.
-
azureStorageDatalake
Azure Storage Data Lake Service (camel-azure-storage-datalake) Sends and receives files to/from Azure Data Lake Storage. Category: cloud,file,bigdata Since: 3.8 Maven coordinates: org.apache.camel:camel-azure-storage-datalake Syntax:azure-storage-datalake:accountName/fileSystemName
Path parameter: accountName name of the azure account Path parameter: fileSystemName name of filesystem to be used- Parameters:
path
- accountName/fileSystemName- Returns:
- the dsl builder
-
azureStorageDatalake
default DataLakeEndpointBuilderFactory.DataLakeEndpointBuilder azureStorageDatalake(String componentName, String path) Azure Storage Data Lake Service (camel-azure-storage-datalake) Sends and receives files to/from Azure Data Lake Storage. Category: cloud,file,bigdata Since: 3.8 Maven coordinates: org.apache.camel:camel-azure-storage-datalake Syntax:azure-storage-datalake:accountName/fileSystemName
Path parameter: accountName name of the azure account Path parameter: fileSystemName name of filesystem to be used- Parameters:
componentName
- to use a custom component name for the endpoint instead of the default namepath
- accountName/fileSystemName- Returns:
- the dsl builder
-